Nice one, Sparky.
Quote:
Originally Posted by cd34
An additional note. If you are doing this for freesites, you need to make sure EVERY link contains the code at the end of the link to pass the affiliate's code from one page to the next. Not only do you need to code the links to your affiliate program, you need to code the links to the next pag including your enter link, your gallery 1/gallery 2 links.
|
The passing of the aff code from page to page is somewhat tricky at first and it surprises me of the number of HFS in which the aff code is dropped after the warning page. I use php simply because I understand the coding better. After my four htmls are finished, I open them in EditPad and convert the htmls to phps using a series of replace statements. As an an example;
Replace all <a href="galleryindex.html"> with
<?php
echo "<A HREF=\"galleryindex.php?$affcode\">";
?>
It might seem a little hard at first but you can train a monkey to do it.
BTW, I have simple, detail instructions written and am will to share them. Just send me a PM.