10-16-2006, 02:26 PM
|
|
Confirmed User
Join Date: Sep 2005
Location: Your mom is my favorite pornstar!#%
Posts: 5,995
|
Quote:
Originally Posted by Dynamix
You could use PHP. Submit the following gallery URL:
http://www.domain.com/gallery.php?source=thehun.com
Then in the gallery.php file:
Code:
<?PHP
echo "<A HREF='http://www.".$source."'><IMG SRC='recip/".$source.".gif' BORDER=0></A>";
?>
That code assumes that the source variable given (in this case thehun.com) is also the link and recip name. So for instance, source thehun.com links to http://www.thehun.com using recip recip/thehun.com.gif. If you gave a different link to another site (ie. www.domain.com/gallery.php?source=bunnyteens.com) the script would update the link to www.bunnyteens.com using image recip/bunnyteens.com.gif
All that's left to do is paste the actual gallery below the PHP code and submit using each domain 
|
Awesome tip! 
__________________
Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!
|
|
|