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
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 05-18-2009, 10:59 PM   #1
SBJ
So Fucking Fabulous
 
SBJ's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Indiana
Posts: 11,374
I hate fhgs like this (rant no pics)

ok in this day and age of 2009 why are there still ccbill programs that code fhgs like this? In 2004 when I made my first fhg I learned the right way to do this.

PHP Code:
http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=000000-0000&PA=XXXXXX&HTML=http://www.domain.com/fhg-title.html 
instead of the better way to do fhgs below

PHP Code:
http://www.domain.com/fhg1/?ccbill=xxxxxx 
It's not rocket science to make a simple php fhg with linking codes inside the gallery. I hate using these types of fhgs cause it throws ratios way off with every hit to a gallery is counted as a hit to the paysite.

For a one week offer for $20 paypal I'll set up a simple fhg for you to use and show you how it works.. You can find this help for free if you search for it but I'm not feeling that giving tonight haha

I was just about to sign up to a program I wanted to promote and saw this and decided I won't do it.. I've done it with other programs this year but not today
SBJ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-18-2009, 11:34 PM   #2
TheHatchet
Half man... Half Amazing!
 
Industry Role:
Join Date: Sep 2002
Posts: 13,958
thought id help out.

PHP Code:
domain.com/galleries/0001/?ccbill=9999999 

Call this in your file by writing

PHP Code:
<?php print $_GET['ccbill']; ?>
So you can pass it to your tour like this:

PHP Code:
<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=000000-0000&PA=<?php print $_GET['ccbill']; ?>&HTML=blahblah">Click here to see more</a>
TheHatchet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-18-2009, 11:43 PM   #3
SBJ
So Fucking Fabulous
 
SBJ's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Indiana
Posts: 11,374
Quote:
Originally Posted by BarryTheHatchet View Post
thought id help out.

PHP Code:
domain.com/galleries/0001/?ccbill=9999999 

Call this in your file by writing

PHP Code:
<?php print $_GET['ccbill']; ?>
So you can pass it to your tour like this:

PHP Code:
<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=000000-0000&PA=<?php print $_GET['ccbill']; ?>&HTML=blahblah">Click here to see more</a>
well thank you.. Now let's see if these sponsors use this info cause they are people that post here..

also if you use this advice be sure to test it out cause some servers aren't set up by default to read the ?ccbill= right and you might need to ask your host to turn on globals if it doesn't work first try

Last edited by SBJ; 05-18-2009 at 11:46 PM..
SBJ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-18-2009, 11:53 PM   #4
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
I've passed on several sponsors because they use that inconvenient and outdated method of tracking clicks. (ccbill's many different ways of measuring clicks without being able to directly compare two different types is another matter, but we won't go into that )

pic-on-html FHGs (without the normal direct linked pic as an option) are also usually a deal breaker, since my thumbing system does not support them.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 04:26 AM   #5
Jay-Rock
Confirmed User
 
Jay-Rock's Avatar
 
Industry Role:
Join Date: Mar 2007
Location: Porn Valley
Posts: 2,779
Please tell me if my program links http://jayrockcash.com are ok.


Thanks
__________________
HD and 4k Content Production by JayRock
http://jayspov.net
http://blackforwife.com
http://cospimps.com
SKYPE JAYROCKCONTENT
[email protected]
Twitter @jayrockcontent
Jay-Rock is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 06:32 AM   #6
DWB
Registered User
 
Industry Role:
Join Date: Jul 2003
Location: Encrypted. Access denied.
Posts: 31,779
Quote:
Originally Posted by Jay-Rock View Post
Please tell me if my program links http://jayrockcash.com are ok.


Thanks
You use CCBtools or something custom?
DWB is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 08:51 AM   #7
Ditosta
Confirmed User
 
Ditosta's Avatar
 
Join Date: May 2006
Location: http://www.neonasty.com
Posts: 2,107
We are set up this old school way! having someone look into this now! thanks for the heads up!
__________________
306213883

New Pantyhose Fetish Model
LilyDouce.com Rhinopays.com
Ditosta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 09:18 AM   #8
Shaze
Confirmed User
 
Join Date: Oct 2003
Location: Cyberspace
Posts: 2,662
the coded php way makes the URL's look better/cleaner and like you said the ratios will be more accurate but there is a downside to it. you don't get the cookie set right away as soon as the surfer hits the gallery. so if the surfer looks at the gallery but doesn't click to the paysite but remembers the paysite name/url and later types it in directly on the browser or searches it in google or gets there some other way you don't get credited with the sale.

using the long URL your automatically credited with the surfer as soon as he hits the gallery so if he decides to not actually go to the site, but then goes back to the site later to buy you get credit.

it's better to offer both solutions to your affiliates if you own a program because some affilaites want long url's and others want the php style urls.

just a thought.

Last edited by Shaze; 05-19-2009 at 09:20 AM..
Shaze is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 09:25 AM   #9
CarlosTheGaucho
Confirmed User
 
Industry Role:
Join Date: Oct 2005
Posts: 9,512
Well I'm actually just solving this.. first obvious solution was the one that's protested about.

But it's correct that you'll not get your true conversion ratios that way.

I wonder if there's not some form of tracking in the ccbill settings that could be applied to cope with this.

I'll have to check.
CarlosTheGaucho is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 10:14 AM   #10
DWB
Registered User
 
Industry Role:
Join Date: Jul 2003
Location: Encrypted. Access denied.
Posts: 31,779
Quote:
Originally Posted by Shaze View Post
the coded php way makes the URL's look better/cleaner and like you said the ratios will be more accurate but there is a downside to it. you don't get the cookie set right away as soon as the surfer hits the gallery. so if the surfer looks at the gallery but doesn't click to the paysite but remembers the paysite name/url and later types it in directly on the browser or searches it in google or gets there some other way you don't get credited with the sale.

using the long URL your automatically credited with the surfer as soon as he hits the gallery so if he decides to not actually go to the site, but then goes back to the site later to buy you get credit.
I didn't know this.
DWB is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 10:17 AM   #11
rayadp05
TRUEAMATEURMODELS.COM
 
rayadp05's Avatar
 
Industry Role:
Join Date: Nov 2005
Location: TrueAmateurModels.com
Posts: 4,187
With my paysites fhg's, I have them coded as is displayed in the first example and my affiliates are dong phenominal regarding turning over sales. My TOP affiliates are bringing in nearly 20 to 30 sales per day....and that's PER AFFILIATE. Believe me, my fhg's are converting very well.

What does it really matter how the fhgs are linked? As long as they are linked correctly with your affiliate code embedded into the url, you are still going to get credit for your sales.

However, if it will make me bring in additional sales by linking the way that you say, I would be interested in speaking with you about this. I have been aware that that I could link the galleries differently but I just never thought much about it before since my affilates are doing so well and have never complained about how the fhg's are.
rayadp05 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 10:43 AM   #12
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
Or a better way, for programs anyway is to put this at the top of the source for the gallery:

PHP Code:
<php
$ccbill 
= (empty($_GET['ccbill'])) ? 'YOUR-CCBILL-ID-NOT-AFFILIATE' $_GET['ccbill'];
?> 
Then on all links just put <?php echo $ccbill; ?> in place of the areas, and when a user hits the site via page.php?ccbill=2353 then 2353 gets credit, if the ccbill isn't set, it defaults to your sponsor id.

Quote:
Originally Posted by Shaze View Post
the coded php way makes the URL's look better/cleaner and like you said the ratios will be more accurate but there is a downside to it. you don't get the cookie set right away as soon as the surfer hits the gallery. so if the surfer looks at the gallery but doesn't click to the paysite but remembers the paysite name/url and later types it in directly on the browser or searches it in google or gets there some other way you don't get credited with the sale.

using the long URL your automatically credited with the surfer as soon as he hits the gallery so if he decides to not actually go to the site, but then goes back to the site later to buy you get credit.

it's better to offer both solutions to your affiliates if you own a program because some affilaites want long url's and others want the php style urls.

just a thought.
You can get around that, In the FHG you can put a 1x1 pixel image on it, and make the source be the long url, but instead of linking to the actual fhg, you link to a 1x1 pixel gif that shows blank, so that way, the urls are clean and easy to use, and the cookie is set once they hit the page.
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 11:58 AM   #13
tranza
ICQ: 197-556-237
 
Join Date: Jun 2003
Location: BRASIL !!!
Posts: 57,559
Bump here
__________________
I'm just a newbie.
tranza is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-19-2009, 12:38 PM   #14
SBJ
So Fucking Fabulous
 
SBJ's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Indiana
Posts: 11,374
Quote:
Originally Posted by Shaze View Post
the coded php way makes the URL's look better/cleaner and like you said the ratios will be more accurate but there is a downside to it. you don't get the cookie set right away as soon as the surfer hits the gallery. so if the surfer looks at the gallery but doesn't click to the paysite but remembers the paysite name/url and later types it in directly on the browser or searches it in google or gets there some other way you don't get credited with the sale.

using the long URL your automatically credited with the surfer as soon as he hits the gallery so if he decides to not actually go to the site, but then goes back to the site later to buy you get credit.

it's better to offer both solutions to your affiliates if you own a program because some affilaites want long url's and others want the php style urls.

just a thought.
your sites is actually one of the sites i have linked to recently despite this linking way. Yes you might get credited to the hit to the paysite for gallery views but I'd rather get credit for paysite views only.

I send a TON of hits daily to FHGs and from that only a very little percentage go onto the paysite but i'd rather see ratios from tours to see how it converts not just ratios from every surfer that clicks the gallery

Quote:
using the long URL your automatically credited with the surfer as soon as he hits the gallery so if he decides to not actually go to the site, but then goes back to the site later to buy you get credit.
if the surfer is at all interested in the site when they are viewing the gallery they will look at the site at that time and then later decide if they want to join based on the tour and other factors.. There is always going to be those that say not doing it this way will lose you sales via direct type ins but i think that number is very low from a fhg

another thing I think is if like you said the surfer goes to fhg of a site and closes it and later decides he likes that site or model i think the average surfer would look for that same fhg in his history to re look at her and click the link from there.. Surfers don't surf tgps all day and remember 10 paysite urls of girls they might like to join based of fhgs.
SBJ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-20-2009, 11:41 PM   #15
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally Posted by rayadp05 View Post
With my paysites fhg's, I have them coded as is displayed in the first example and my affiliates are dong phenominal regarding turning over sales. My TOP affiliates are bringing in nearly 20 to 30 sales per day....and that's PER AFFILIATE. Believe me, my fhg's are converting very well.

What does it really matter how the fhgs are linked? As long as they are linked correctly with your affiliate code embedded into the url, you are still going to get credit for your sales.

However, if it will make me bring in additional sales by linking the way that you say, I would be interested in speaking with you about this. I have been aware that that I could link the galleries differently but I just never thought much about it before since my affilates are doing so well and have never complained about how the fhg's are.
You'll definitely get new affiliates if you offer the "clean" version of your FHGs. If I see a program that has the refer.ccbill style of linking then I'll chalk it down to 10 minutes of my life wasted (and an extra ccbill account tacked to my main), then close their site...

I'm starting to experiment with hosting my own galleries now so it's not an absolute and immediate deal killer, but it would still make me think twice.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-20-2009, 11:50 PM   #16
BV
wtf
 
BV's Avatar
 
Industry Role:
Join Date: Sep 2001
Location: Bikini State, FL USA
Posts: 10,914
Sshhhh, these magic join links are supposed to be a secret!
BV is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-21-2009, 12:04 AM   #17
NinjaSteve
Too lazy to set a custom title
 
Industry Role:
Join Date: Dec 2003
Posts: 11,089
Quote:
Originally Posted by Killswitch View Post
Or a better way, for programs anyway is to put this at the top of the source for the gallery:

PHP Code:
<php
$ccbill 
= (empty($_GET['ccbill'])) ? 'YOUR-CCBILL-ID-NOT-AFFILIATE' $_GET['ccbill'];
?> 
Then on all links just put <?php echo $ccbill; ?> in place of the areas, and when a user hits the site via page.php?ccbill=2353 then 2353 gets credit, if the ccbill isn't set, it defaults to your sponsor id.
Why is this better than the first way?
__________________
...
NinjaSteve is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-21-2009, 12:06 AM   #18
NinjaSteve
Too lazy to set a custom title
 
Industry Role:
Join Date: Dec 2003
Posts: 11,089
Who's going to be the person to discuss setting a cookie in the webmaster area so you don't have to find and replace? :D
__________________
...
NinjaSteve is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-21-2009, 12:08 AM   #19
BV
wtf
 
BV's Avatar
 
Industry Role:
Join Date: Sep 2001
Location: Bikini State, FL USA
Posts: 10,914
Quote:
Originally Posted by NinjaSteve View Post
Who's going to be the person to discuss setting a cookie in the webmaster area so you don't have to find and replace? :D

shhhh, this is top secret stuff, not meant for the masses
BV is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-21-2009, 12:20 AM   #20
SBJ
So Fucking Fabulous
 
SBJ's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Indiana
Posts: 11,374
Quote:
Originally Posted by NinjaSteve View Post
Who's going to be the person to discuss setting a cookie in the webmaster area so you don't have to find and replace? :D
see that doesn't bother me as much as this fhg issue here.. I can put my own code in the url np

my cash program cms has this built in but I also know how to set just a basic cookie for things like just a page of fhg's
SBJ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-21-2009, 02:21 AM   #21
RevTKS69
Confirmed User
 
RevTKS69's Avatar
 
Join Date: Dec 2008
Location: West Texas
Posts: 231
Quote:
Originally Posted by Ditosta View Post
We are set up this old school way! having someone look into this now! thanks for the heads up!
2 points to you for admitting and addressing the issue!

That's the way things should work: Constructive criticism received and acted upon.

__________________
www.sexyschiava.com - Amateur BDSM
www.adultblogreview.com - Starting a new review site, positions available
RevTKS69 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-21-2009, 09:41 AM   #22
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
Quote:
Originally Posted by NinjaSteve View Post
Why is this better than the first way?
The first way if you don't define $ccbill via the url, like page.php?ccbill=xxxx then it's blank, and nobody will get the credit for it... sure, it will show up in stats for the site owner and say a sale from no where, but if you attach an actual id to it, you can keep track of where it came from, a fhg of sorts...
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-21-2009, 03:57 PM   #23
SBJ
So Fucking Fabulous
 
SBJ's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Indiana
Posts: 11,374
Quote:
Originally Posted by RevTKS69 View Post
2 points to you for admitting and addressing the issue!

That's the way things should work: Constructive criticism received and acted upon.

exactly. At the time I wrote this was a rant but I had no intentions of calling out people. I just hoped others felt like I did and that some of the sponsors that used this form of linking fhgs would see this and think about it. Thumbs up to those that are changing this


Quote:
Originally Posted by Killswitch View Post
The first way if you don't define $ccbill via the url, like page.php?ccbill=xxxx then it's blank, and nobody will get the credit for it... sure, it will show up in stats for the site owner and say a sale from no where, but if you attach an actual id to it, you can keep track of where it came from, a fhg of sorts...
ah see you are talking about inserting a tracker ID for fhgs that don't have a id.. I know how to do this too but don't use it in my fhgs. I've found this usefull for free hosted tgps where webmasters can link to the site to trade traffic and get credit for sales from that site also. Not all people place a id in the link trade so this allows me to insert a tracker id for those that don't..

I've made 2 such free hosted tgps and learned this method for the second..
SBJ 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



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.