ok here is what i'm looking for :
i need the correct syntax for implementing my free hosted galleries for my affiliates .... i had it working up until i had a domain hijacked and all the files gone of the face of the earth .
affiliate enters his ccbill, verotel or any other biller's reseller ID into a simple GET or POST form , it then shows all the galleries listed like http://gals.mypaysite.com/gal01/index.php?=REFID
and within the index.PHP of each gallery i need a call for the REFID to be included on every link to my paysite like
of course the verotel galleries will be vindex.php, segpay galleries will be sindex.php etc etc linking to the vmain.html and tour billing with verotel , the smain.html and tour billing through segpay and so on .... ( got 6 billing companies : ccbill, segpay, epoch,verotel, zombaio and gxbill )
i know i'm very close but i can't get it to work as i know shit about programing
i need the correct syntax for implementing my free hosted galleries for my affiliates .... i had it working up until i had a domain hijacked and all the files gone of the face of the earth .
affiliate enters his ccbill, verotel or any other biller's reseller ID into a simple GET or POST form , it then shows all the galleries listed like http://gals.mypaysite.com/gal01/index.php?=REFID
Code:
<a href="http://gals.footmaniac.com/Gal01/index.php?id=<?php print("$REFID");?>">http://gals.footmaniac.com/Gal01/index.php?id=<?php print("$REFID");?></a>
Code:
<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925808-0000&PA=<?php print("$REFID");?>
&HTML=http://www.footmaniac.com/main.html">
i know i'm very close but i can't get it to work as i know shit about programing



Comment