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
