Quote:
Originally Posted by Jel
what is the difference with clicktracker.php redirecting, and a meta refresh? If a surfer has meta refresh disabled, does that also disable that php redirect?
|
The great thing about php is its server side so nothing client-side I know of can disable it.
There was a thread regarding this a month back, but here's the simplest php code:
<?php
header("location:http://www.cnn.com/");
?>
As a test, try "stats.nastyxvids.com/visit/" and type whatever paysite minus spaces and see where it takes you (e.g. "http://stats.nastyxvids.com/visit/kellymadison/") Should work for at least a few thousand paysites.