Quote:
Originally Posted by Greenie
You've never run a link list  I've got 20K total links in 130 different categories. I don't know the exact number of paysites, but I am activly promoting 200+ sponsor programs, so a simple include file isn't gonna help.
|
It's not an include. At this point, with 200+ sponsors, it would be total pain in the cock to set up, but probably worth it. You create a separate file for each PAYSITE, named for that paysite. (Yes, a lot of work for someone as established as you.)
Let's say the one for Wet Wifey MILF is called wet-wifey-milf.php. The file itself would look like this:
PHP Code:
<?php
header("Location: http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927716-0000&PA=847473&HTML=http://www.wet-wifey-milf.com/home.html");
?>
Instead of linking directly to wet-wifey-milf.com on your pages, you link to wet-wifey-milf.php. Then, whenever the link code gets changed to wet-wifey-milf.com, you only have to change it on the wet-wifey-milf.php.
All that little php page does is redirect the surfer to the correct page. They never realize that they've been to wet-wifey-milf.php. It's a good tecnique for free site and gallery builders.
I'm sorta sorry I mentioned this whole E4A thing as this point.
