View Single Post
Old 10-16-2006, 12:45 PM  
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
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
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook