What I need is the var used in the original code with the information seo_name from the table video. I now only have the video id and I have a query with that to get the information:
Code:
$qeu=mysql_fetch_array(mysql_query("SELECT * FROM `video` WHERE `VID`='".$video_id."' LIMIT 1"));
But I think there is already a var with the exame information which $qeu has. If the creator of this script does give me this var name or the var name which gives me the information of the seo_name from the video from the table video in mysql I don't have to maken a second query.

I am sorry for my bad English, but what I mean is that I don't want to use the var $qeu but an var with information of the video which has been resolved by the query in the encoded scrip. Do you understand what I mean?