I copied this from the vbtube_add.php.
I want to add a site to my list.
One site I want to add is,
Welcome to BLUtube
How would I go about doing this.
Code:
}
if (eregi("yahoo.com", $link3))
{
$muster= '#(?:<a[^\<\>]+href=\")?(?:http://)?/watch/([0-9]+)/([a-z0-9]+)?#';
$resultat= preg_match($muster, $link1, $p1);
$link2= '<div><object width="450" height="350"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.30" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id='.$p1[2].'&vid='.$p1[1].'&lang=en-us&intl=us&embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.30" type="application/x-shockwave-flash" width="450" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id='.$p1[2].'&vid='.$p1[1].'&lang=en-us&intl=us&embed=1" ></embed></object></div>';
$link1=$link2;
$site=43;