View file wapirate/xhtml/utube.php

File size: 544B
<?php

$file = $_GET["file"];

?>

<html>

<title>Wapirate.net</title>

<center>

<object width="100%" height="100%"><param name="movie" value="http://www.youtube.com/v/<?=$file?>=en&fs=1&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/<?=$file?>&hl=en&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="100%" height="100%"></embed></object>

</center>

</html>