Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-06-28, 05:02 PM   #1
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
I need a tutorial on creating FHG for my paysite

My paysite has been live for several years, now and I'd like to start offering FHG & FHS for my affiliates.

Does ayone know of a tutorial out there that I could learn from?

I've searched a lot for some kind of help, but I can't find any.

Thanks, yo
__________________
Dirty Old Men Sponsors - gay & straight
ponyman is offline   Reply With Quote
Old 2005-06-28, 07:02 PM   #2
Chop Smith
Eighteen 'til I Die
 
Chop Smith's Avatar
 
Join Date: Apr 2003
Location: Mississippi
Posts: 2,168
Send a message via ICQ to Chop Smith
Specifically, what are you looking for?
__________________
Chop Smith is offline   Reply With Quote
Old 2005-06-28, 07:11 PM   #3
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
I want o be able to create TGP and FREESITES that promote my Paysite, host these pages on my server, and then provide link codes to my affiliates so they get credit for any sales they make by sending traffic to those pages.

Really, just the typical thing you see here at your cool site: http://hfslinks.com/

That's what I want to offer my webmasters. Thanks Chop!
__________________
Dirty Old Men Sponsors - gay & straight
ponyman is offline   Reply With Quote
Old 2005-06-28, 07:34 PM   #4
Alliance
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
 
Join Date: May 2005
Posts: 22
I don't see any problem to do this. You don't need any tutorial.

Just do it.
Alliance is offline   Reply With Quote
Old 2005-06-28, 07:46 PM   #5
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
But how do I make these pages so they retain the webmasters affiliate id link code?
__________________
Dirty Old Men Sponsors - gay & straight
ponyman is offline   Reply With Quote
Old 2005-06-28, 07:49 PM   #6
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
like this: http://galleries.sweetmoney.com/gall...00/?r=ponyman2

So when I use that link, all links on that Sweet page have my refer code in them.
ponyman is offline   Reply With Quote
Old 2005-06-28, 07:49 PM   #7
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
You just need to insert some relatively simple PHP coding into the pages to retrieve the affiliate ID from the incoming URL and insert it into the appropriate place within links on the page.
Toby is offline   Reply With Quote
Old 2005-06-28, 07:51 PM   #8
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
Thanks, Toby! But, uh, I don't know shit about PHP coding can you point me to a beginners guide to do this? It sounds pretty easy.
__________________
Dirty Old Men Sponsors - gay & straight
ponyman is offline   Reply With Quote
Old 2005-06-28, 08:01 PM   #9
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
I'm not aware of such a guide, but I think I can get you started. Lets assume your FHG has a URL like this:
http://www.yourpaysite.com/fhg/gallery1.php?ID=ponyman2

Wherever you have links in the gallery that go to your site tour, place the standard affiliate link but use the PHP code below in place of the actual affiliate ID.
PHP Code:
<?= $_GET['ID'?>
Toby is offline   Reply With Quote
Old 2005-06-28, 08:04 PM   #10
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
For hosted free sites it gets a little more complicated, but only because you have to add the codes to the navigation links so that the affiliate ID gets passed from page to page.
Toby is offline   Reply With Quote
Old 2005-06-28, 08:53 PM   #11
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Check your PMs ponyman.
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote
Old 2005-06-28, 09:29 PM   #12
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
Holy shit, DUDE! That worked like a f'in charm! That was all I needed, man you rock! I owe you, Toby!
__________________
Dirty Old Men Sponsors - gay & straight
ponyman is offline   Reply With Quote
Old 2005-06-28, 09:34 PM   #13
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
I keep tellin' people that this scripting stuff isn't that hard.

If you'll be at Internext, I drink Long Island Iced Teas.
Toby is offline   Reply With Quote
Old 2005-06-28, 09:44 PM   #14
emmanuelle
0100011101100101011001010 1101011001000000100001101 1010000110100101100011
 
emmanuelle's Avatar
 
Join Date: Mar 2004
Location: Montreal
Posts: 1,441
Send a message via ICQ to emmanuelle
Quote:
Originally Posted by Toby
For hosted free sites it gets a little more complicated, but only because you have to add the codes to the navigation links so that the affiliate ID gets passed from page to page.

Q: Since the cookie is dropped into the surfer's browser when he clicks on the link to the warning page, would the cookie not carry through to subsequent pages regardless?
emmanuelle is offline   Reply With Quote
Old 2005-06-28, 09:53 PM   #15
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Quote:
Originally Posted by emmanuelle
Q: Since the cookie is dropped into the surfer's browser when he clicks on the link to the warning page, would the cookie not carry through to subsequent pages regardless?
No, at that point the surfer hasn't been thru the sponsor gateway so no cookies have been set. That doesn't happen until they click a sponsor link on one of the pages of the hosted free site.
Toby is offline   Reply With Quote
Old 2005-06-28, 10:02 PM   #16
emmanuelle
0100011101100101011001010 1101011001000000100001101 1010000110100101100011
 
emmanuelle's Avatar
 
Join Date: Mar 2004
Location: Montreal
Posts: 1,441
Send a message via ICQ to emmanuelle
ok- I was thinking of links that began with http://refer.ccbill.com/cgi-bin/clic...n.com/freesite

rather than http://domain.com/freesite.php?xxxxxx


Even still, wouldn't the warning page be enough?
emmanuelle is offline   Reply With Quote
Old 2005-06-28, 10:25 PM   #17
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Quote:
Originally Posted by emmanuelle
ok- I was thinking of links that began with http://refer.ccbill.com/cgi-bin/clic...n.com/freesite

rather than http://domain.com/freesite.php?xxxxxx


Even still, wouldn't the warning page be enough?
Only if you had code within your warning page that set a cookie that you then retreived on each page. Until the surfer actually clicks a link to the sponsor tour no affiliate tracking cookie has been set. It's easier to just insert the PHP code into the nav links of the HFS, and also more reliable since it's not dependent on the surfer allowing cookies or the hosted sites being on the same domain.
Toby is offline   Reply With Quote
Old 2005-06-28, 10:32 PM   #18
Chop Smith
Eighteen 'til I Die
 
Chop Smith's Avatar
 
Join Date: Apr 2003
Location: Mississippi
Posts: 2,168
Send a message via ICQ to Chop Smith
Emmanuelle,

You can 'lick a cat' several different ways and your logic is correct.

http://refer.ccbill.com/cgi-bin/clic....com/freesite/

The cookie is set and surfer is sent to free site.
__________________
Chop Smith is offline   Reply With Quote
Old 2005-06-28, 10:42 PM   #19
emmanuelle
0100011101100101011001010 1101011001000000100001101 1010000110100101100011
 
emmanuelle's Avatar
 
Join Date: Mar 2004
Location: Montreal
Posts: 1,441
Send a message via ICQ to emmanuelle
YAY- We're all right
lol
emmanuelle is offline   Reply With Quote
Old 2005-06-28, 10:47 PM   #20
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Quote:
Originally Posted by Chop Smith
Emmanuelle,

You can 'lick a cat' several different ways and your logic is correct.

http://refer.ccbill.com/cgi-bin/clic....com/freesite/

The cookie is set and surfer is sent to free site.
Yes, that will work with CCBill. BUT... it also makes it difficult to track click-thru rates since you're counting a click-thru everytime a surfer hits the warning page using that kind of a link even if they never vsit the site tour.

Also, using PHP to pass the code from page to page will work regardless of what affiliate tracking package is in use.

To take it to the next step, using .htaccess and Mod Rewrite to embed the affiliate ID into the URL path instead of as a parameter dangling at the end has additional benefits. Check out the HFS that Simon has set up at FetishClub for an example.
Toby is offline   Reply With Quote
Old 2005-06-28, 11:19 PM   #21
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
Ok, Toby, now it's getting complicated..... haha

I made 3 FHG and they work awesome!
__________________
Dirty Old Men Sponsors - gay & straight
ponyman is offline   Reply With Quote
Old 2005-06-28, 11:28 PM   #22
Chop Smith
Eighteen 'til I Die
 
Chop Smith's Avatar
 
Join Date: Apr 2003
Location: Mississippi
Posts: 2,168
Send a message via ICQ to Chop Smith
Yeah, Simon and Swedguy 'licks the cat' different. It is all okay if Ponyman found a solution to fit his needs
__________________
Chop Smith is offline   Reply With Quote
Old 2005-06-28, 11:44 PM   #23
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
After all this cat lickin', I think I have a hair ball.....
Toby is offline   Reply With Quote
Old 2005-06-28, 11:52 PM   #24
Chop Smith
Eighteen 'til I Die
 
Chop Smith's Avatar
 
Join Date: Apr 2003
Location: Mississippi
Posts: 2,168
Send a message via ICQ to Chop Smith
Spit! It helps.
__________________
Chop Smith is offline   Reply With Quote
Old 2005-06-29, 01:59 AM   #25
ponyman
Nobody gets into heaven without a glowstick
 
ponyman's Avatar
 
Join Date: Jun 2004
Location: The Great Northwest
Posts: 422
Send a message via ICQ to ponyman
lick
ponyman is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:58 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc