Hi I'm trying to make a iframe php script work. Basically when you go to this page:

http://www.animecrazy.net/2008/08/31/bleach-episode-186/2/ it should automatically iframe http://www.megavideo.com/?v=M83EGPVC using the script mvhack.php.

As it's being fed by the script: http://www.dramacrazy.net/mvhack.php?file=M83EGPVC

But oddly it doesn't and it just goes to: http://www.megavideo.com/?v= .

Is there something wrong with the code or Is there a setting on the server that is off that can be turned on to fix this or a work around? Need some help ASAP since my site's need this video script to fully function.

Contents of mvhack.php:

<html>
<head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</head>

<body onLoad="window.scrollTo(6,112)">
<iframe src ="http://www.megavideo.com/?v=" width="1000" height="1000" vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;"></iframe>
</body>

</html>

Thanks a billion if you can figure this out!

    I don't see any PHP inside of your claimed php file. Not to mention that the iframe src itself just points to megavideo.com/?v= and nothing else.... perhaps you posted the wrong script or it's as simple as that...

      Write a Reply...