Quote:
Originally Posted by Simon
Sure. Look here...
http://fukvideo.com/lordsofporntest.html
I'm not talking about the text link under the video player, that seems to work just fine. I mean the little link *icon* that's inside the controller on the player. It's on the right side. There's video duration, then the link icon, then the full-screen icon, then the volume control. When I click the link icon it goes to the 404 address I mentioned earlier. Where does it go when you click on that icon?
|
That depends on having this code in the .htaccess code
RewriteRule paysite/(.*)/$ /go.php?go=visitsite&sid=$1
I'm guessing it's missing on lordsofporn
Also the iframe code is missing a variable definition, so instead of showing the screen thumbshot it just displays a black screen.
Around line 10, add
$vcode = $se["vcode"];