|
|
|
|
|
|
![]() |
#1 |
You can now put whatever you want in this space :)
|
Providing different tour options
Hi All,
I have a paysite that I would like to offer different tours for my affiliates, 1 with a popup and the other without. Is there a script or code somewhere that I could use to do this? Im using CCBill for billing. Thanks for your help, Terry |
![]() |
![]() |
![]() |
#2 |
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
Basically just copy the tour into a different directory & remove the pop-up. Then make sure the multiple URL/page thing is turned on in the CCBill admin so that the webmaster can send traffic to any page on the site using the &HTML=http://www.whatever.com/ part on the end of the URL.
|
![]() |
![]() |
![]() |
#3 |
You can now put whatever you want in this space :)
|
Excellent Greenguy.. THANKS!
Terry |
![]() |
![]() |
![]() |
#4 |
You can now put whatever you want in this space :)
|
Ok the above works.. now lets go to the next step...
Lets say I wanted to offer hosted galleries, using the above I would have to make double galleries, one for each link. I am sure with php I can use just one gallery and forward it to one tour or another just adding a variable to the URL... am I wrong? Thanks, Terry |
![]() |
![]() |
![]() |
#5 |
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
|
You're right, that's possible... you can do it with PHP using a querystring on your URL. You'll need to add something like this somewhere on your gallery:
PHP Code:
Code:
<a href="<?=$gotourl?>">Text</a> http://www.yourdomain.com/gallery.php?pop=0 (no popups) http://www.yourdomain.com/gallery.php?pop=1 (with popups) I'm pretty sure that will work even though I haven't tested the code above ![]() Best Regards, Thiago Dickman |
![]() |
![]() |
![]() |
#6 |
You can now put whatever you want in this space :)
|
Awesome Thiago.
I will give it a try.. and let you know. Thanks, Terry |
![]() |
![]() |
![]() |
|
|