Within hosted gallery page code:
PHP Code:
<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=932951-0000&PA=<?= $_GET['id'] ?>"
Your hosted gallery links would then look like:
http://www.tightteela.com/promo/fhgs...php?id=1234567
The short snip of PHP code grabs the value for id from the URL and inserts it into the link.