View Single Post
Old 2005-10-07, 02:09 AM   #9
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
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.
__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote