GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Really Basic (noobie) Question Regarding FHGs (https://gfy.com/showthread.php?t=1005911)

BFT3K 01-13-2011 11:52 AM

Really Basic (noobie) Question Regarding FHGs
 
I'm not a noobie, but I am as far as it pertains to offering Free Hosted Galleries.

A while back I had a design company create a number of FHG for me, but I never made them available for my affiliates.

Here are 3 random samples...

http://media.peckerpass.com/galleries/AF-Horizontal/01/
http://media.peckerpass.com/galleries/AF-Vertical/01/
http://media.peckerpass.com/galleries/BM-Horizontal/01/

How do I offer these types of tools to my affiliates?

What should I link the "enter" buttons to?

How do I offer them in a way that the CCBill affiliate can tag their code to them, etc.?

Thanks in advance, for entertaining such a basic inquiry!

Angry Jew Cat - Banned for Life 01-13-2011 11:55 AM

Quote:

Originally Posted by BFT3K (Post 17842089)
I'm not a noobie, but I am as far as it pertains to offering Free Hosted Galleries.

A while back I had a design company create a number of FHG for me, but I never made them available for my affiliates.

Here are 3 random samples...

http://media.peckerpass.com/galleries/AF-Horizontal/01/
http://media.peckerpass.com/galleries/AF-Vertical/01/
http://media.peckerpass.com/galleries/BM-Horizontal/01/

How do I offer these types of tools to my affiliates?

What should I link the "enter" buttons to?

How do I offer them in a way that the CCBill affiliate can tag their code to them, etc.?

Thanks in advance, for entertaining such a basic inquiry!

I think woj sets up this sort of thing. Don't quote me on that though, it's been quite a while since I looked into it.

SGS 01-13-2011 11:59 AM

Woj has an excellent script for that. :)

BFT3K 01-13-2011 02:08 PM

Okay, thanks.

epitome 01-13-2011 02:24 PM

You can also contact Tanker @ CCBTools. He has a solution for delivering all of today's most popular affiliate tools.

ccbtools.com

magicmike 01-13-2011 03:00 PM

Quote:

Originally Posted by BFT3K (Post 17842089)
I'm not a noobie, but I am as far as it pertains to offering Free Hosted Galleries.

A while back I had a design company create a number of FHG for me, but I never made them available for my affiliates.

Here are 3 random samples...

http://media.peckerpass.com/galleries/AF-Horizontal/01/
http://media.peckerpass.com/galleries/AF-Vertical/01/
http://media.peckerpass.com/galleries/BM-Horizontal/01/

How do I offer these types of tools to my affiliates?

What should I link the "enter" buttons to?

How do I offer them in a way that the CCBill affiliate can tag their code to them, etc.?

Thanks in advance, for entertaining such a basic inquiry!

Use php to carry the wm code into the link

potter 01-13-2011 04:48 PM

Code:

<?php
if(isset($_GET['aid'])) { $affiliateid =  $_GET['aid']; }
?>

That way, if you hit your FHG with ?aid=123456 in the url, the php variable $affiliateid will be 123456 (or whatever that number is).

Then in your FHG page, where the join/enter/whatever links are. Link to them using
Code:

<a href="http://yoursystemurlhere.com?affiliatenumber=<?php print $affiliateid; ?>" title="">join now!</a>

Mr Happy 01-13-2011 05:08 PM

Quote:

Originally Posted by epitome (Post 17842615)
You can also contact Tanker @ CCBTools. He has a solution for delivering all of today's most popular affiliate tools.

ccbtools.com

Yup get CCBTools.com Tanker will hook it up fast!


All times are GMT -7. The time now is 04:51 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123