Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-21-2011, 06:27 AM   #1
Pseudonymous
Photographer/Owner
 
Industry Role:
Join Date: Apr 2006
Location: Vancouver, Canada
Posts: 2,661
CCBTools - Programmer help?

Inside the header of FHGs is a code that looks like this:

<?php
$site_link = 'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX-0001&PA=XXXXXXX&HTML=http://www.yoursite.com/inserttour/';
if(isset($_GET['ccbill_id'])){
$site_link = 'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX-0001&PA=' . $_GET['ccbill_id'] . '&HTML=' . $_GET['site_link'];
}
?>

Then the code for your join links will look like this:

<?php echo $site_link; ?>

Which will insert the link/tour that you placed in your header. While you can change the tour to go wherever you want. Apparently you can not give them the opportunity to visit either linking urls from one template? Is this so?

Does anybody know a way that I could send them to the joinpage or /tour/ while still having their affiliate id attached?

Im looking around the CCBTools page and i can't believe i dont see any code that could simply link to a another tour from that same page. Which could possibly look like this:

<?php echo $site_link(insert id); ?>

Unless im missing that there is an option to do this with ccbtools, they should really look into doing this.

As for now, anybody have a fix for me?
__________________
Previous owner of SoloRevenue
Previous product manager @ Modelcentro.com/MCProfits.com, IsMyGirl.com, SMRevenue.com
Pseudonymous is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-21-2011, 12:13 PM   #2
Tanker
Confirmed User
 
Tanker's Avatar
 
Industry Role:
Join Date: Nov 2000
Location: Oakville, Ontario, Canada
Posts: 9,287
Sure thing you can do this! As discussed in Skype

Inside the header of FHGs add a second copy of the php link code that looks like this:
note the red is where the changes were made
<?php
$site_link2 = 'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX-0001&PA=XXXXXXX&HTML=http://www.yoursite.com/join/';
if(isset($_GET['ccbill_id'])){
$site_link2 = 'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX-0001&PA=' . $_GET['ccbill_id'] . '&HTML='http://www.yoursite.com/join';
}
?>

Then the code for your join links will look like this:

<?php echo $site_link2; ?>
__________________

Tanker
ICQ 3427575


CCBTools Now featured in the CCBill.com APP STORE
Tanker is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-21-2011, 12:17 PM   #3
Pseudonymous
Photographer/Owner
 
Industry Role:
Join Date: Apr 2006
Location: Vancouver, Canada
Posts: 2,661
Yep thats exactly what I meant, didn't know if it would still work if I changed the code. Great! and thanks for confirming
__________________
Previous owner of SoloRevenue
Previous product manager @ Modelcentro.com/MCProfits.com, IsMyGirl.com, SMRevenue.com
Pseudonymous is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.