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 10-18-2004, 07:31 PM   #1
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
How do I add hosted galleries in CCbill?

I just got my site setup and ready to roll. Now I need to get a list of my hosted galleries up and running so affiliates can use them, but how?

There are no options for this in CCbills system, just banners.

Anyone care to offer any help?

Pweeeease?

Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:33 PM   #2
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by Ordo
I just got my site setup and ready to roll. Now I need to get a list of my hosted galleries up and running so affiliates can use them, but how?

There are no options for this in CCbills system, just banners.

Anyone care to offer any help?

Pweeeease?

You need some custom written PHP to add hosted galleries. Hire someone that knows the language.
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:34 PM   #3
Jensen
Confirmed User
 
Jensen's Avatar
 
Join Date: Apr 2001
Location: Norway
Posts: 3,790
use a redirect like http://refer.ccbill.com/cgi-bin/clic...n.com/gallery/ ... you don't have to set up anything in ccbill admin...
Jensen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:35 PM   #4
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Jensen you are a Godsend, thank you so much!
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:37 PM   #5
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by Ordo
Jensen you are a Godsend, thank you so much!
That still doesn't solve your problems. How are you going to pass the affilate ID into the proper place so every affiliate receives credit?

PHP is the only way.
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:39 PM   #6
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by DonovanPhillips
That still doesn't solve your problems. How are you going to pass the affilate ID into the proper place so every affiliate receives credit?

PHP is the only way.
seriously.
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:41 PM   #7
adis55
Confirmed User
 
Join Date: Jun 2004
Location: Ft.Lauderdale
Posts: 193
Hey everybody


I have a quick add-on question i guess..i was just looking into setting up the hosted galleries myself and my question(s) is for anybody outthere..


what kind of numbers can I anticipate, generally speaking?...
how many galleries should I have hosted to be satisfying?
how many gigs a day roughly I can expect at a decent usage (whatever that is considered to be)
how many movies per gall. is recommended?

i would basically just like a better idea on specifics of HG's and would appreaciate your feedback on filling me in on that info

Thanks all
adis55 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:41 PM   #8
Jensen
Confirmed User
 
Jensen's Avatar
 
Join Date: Apr 2001
Location: Norway
Posts: 3,790
the credit has already been passed onto the affiliate via that link.. for instance, check out one of my old galleries:

http://refer.ccbill.com/cgi-bin/clic...kles.com/t/01/

when the user then visits the paysite on the same domain he has already been tracked...

a php solution if of course better so if you can spare a few bucks Ordo, go for donovans advice...
Jensen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:42 PM   #9
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Well, I can't code PHP so I will have to setup a page that will list all of the galleries, banners etc and inform the affiliate to insert is Affiliate ID into each link, copy and paste it.

At least this will help until I can get a custom coded page up and running.
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 07:59 PM   #10
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
It's piss easy. Don't let anyone charge you $50 for a "custom" script.

Just put this where the refid should go:

<?php echo (0 + $_GET["id"]); ?>

for example,

http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925576-0000&PA=<?php echo (0 + $_GET["id"]); ?>&HTML=....


Make sure your galleries are named something.php (.php extension) and then pass the ID like this:

something.php?id=12345

Simple as that.

Note: this only works for numeric IDs. The "0 + ..." bit ensures that no one can do any shifty tricks like stuffing HTML into the id variable.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:02 PM   #11
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
BTW, passing to hosted gals via refer.ccbill means that affiliate's ratios get screwed up. The ratio will be based on gallery loads, rather than site loads. Hosted gals with the refid in the URL are so easy to set up that there's no excuse for doing it the other way.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:03 PM   #12
Webby
Too lazy to set a custom title
 
Join Date: Oct 2002
Location: Far far away - as possible
Posts: 14,956
Ordo:

Quote:
How do I add hosted galleries in CCbill?
Ya can use PHP.. probably better.

Here's "similar" using SSI - just do a query string..

yourdomain.com/someplace.htm?999999

someplace.shtml?some-affiliate-code-here

(no need to use an actual .shtml - edit your server httpd.config or stuff an .htaccess hack to get it to parse .shtml pages as .html's etc)

Inside your gallery pages use this:-

whatever.com/< !--#echo var="QUERY_STRING"-- >

(kill all space in that query string at start and end)

The SSI doc will echo whatever variable you tell it to.
Webby is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:03 PM   #13
Jensen
Confirmed User
 
Jensen's Avatar
 
Join Date: Apr 2001
Location: Norway
Posts: 3,790
sure will be messy without php.. but it works..
Jensen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:09 PM   #14
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by Jensen
sure will be messy without php.. but it works..
NOT reliable without PHP.
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:09 PM   #15
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
"something.php?id=12345"

So your saying that the person would just add their affiliate ID to the end of that URL line or or is it supposed to be pulling their ID from wherewhere automatically?

If you want to make a little extra money (via Paypal) to help me setup my affiliate marketing page, Id be willing.

I have never been a programmer and I'm just afraid of screwing an affiliate out of money because I was too dump to make sure everything was right for them.

ICQ:145260289
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:09 PM   #16
Donny
As you wish...
 
Industry Role:
Join Date: May 2002
Posts: 13,754
Quote:
Originally posted by rowan
It's piss easy. Don't let anyone charge you $50 for a "custom" script.

Just put this where the refid should go:

<?php echo (0 + $_GET["id"]); ?>

for example,

http://refer.ccbill.com/cgi-bin/clic...25576-0000&PA=<?php echo (0 + $_GET["id"]); ?>&HTML=....


Make sure your galleries are named something.php (.php extension) and then pass the ID like this:

something.php?id=12345

Simple as that.

Note: this only works for numeric IDs. The "0 + ..." bit ensures that no one can do any shifty tricks like stuffing HTML into the id variable.

There you go. VERY easy. And as he said, save pages as .php instead of .htm or .html
Donny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:23 PM   #17
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by Ordo
"something.php?id=12345"

So your saying that the person would just add their affiliate ID to the end of that URL line or or is it supposed to be pulling their ID from wherewhere automatically?

If you want to make a little extra money (via Paypal) to help me setup my affiliate marketing page, Id be willing.

I have never been a programmer and I'm just afraid of screwing an affiliate out of money because I was too dump to make sure everything was right for them.

ICQ:145260289
12345 is just an example, they put their own ID in there. It's a very simple script that pulls the refid from the URL and places it into the source that their browser sees.

The script is very easy to test: load the gallery, then view source (via your browser) and check that PA=12345 - or whatever refid you put in the URL - is contained within the source.

Don't be worried about accidentally screwing your affiliates. It's so simple that it either works, or it doesn't. You can see that it works when you set up the gals.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:23 PM   #18
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
I'm still not getting it.

I want to setup 2 hosted galleries and 2 banners on my marketing materials page.

Would anyone care to help me?

For example. I took your code line and made this:
http://refer.ccbill.com/cgi-bin/clic...27508-0000&PA=<?php echo (0 + $_GET["Gallery1.php?807456"]); ?>&HTML= http://www.TightFetish.com/Gallery1.php

But it doesn't do anything.

I'm a total programming noob.
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:29 PM   #19
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
You need to paste the PHP code exactly as I posted it:

<?php echo (0 + $_GET["id"]); ?>

That's the part that grabs the refid from the URL.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:35 PM   #20
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
I guess what I dont understand is where the Ref ID is coming from...

If an affiliate comes to the page and wants to post a hosted gallery onto a TGP, how do I present the gallery to them in a way that makes it easy for them to add their own unique ID into the code for credit?
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:37 PM   #21
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
http://www.doggieteens.com/gfy/gallery1.php?id=666666
http://www.doggieteens.com/gfy/gallery1.php?id=123456
http://www.doggieteens.com/gfy/gallery1.php?id=111111

The images will be broken (since they're relative to your domain) but you can mouseover the links and see that PA= has the same number that is passed in the URL.

Download and save this, then upload it to your server as gallery1.php

http://www.doggieteens.com/gfy/gallery1.txt

Then all you need to do is make a list of your galleries like the above, and tell the affiliates they replace 123456 with their own ID.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:45 PM   #22
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
OOOOOH Ok,
I think I get it.

Your saying that when someone wants to post the link to my gallery, they change the last 6 digits to change their ID.

Then, when someone goes to the gallery and either clicks on join the site or something of that nature, the code in the page tells the system to automatically change the ID for them for the next page?

Am I getting warmer?
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:48 PM   #23
Shoehorn!
Die With Your Boots On
 
Shoehorn!'s Avatar
 
Join Date: Oct 2003
Location: Hawaii
Posts: 22,872
Quote:
Originally posted by DonovanPhillips
That still doesn't solve your problems. How are you going to pass the affilate ID into the proper place so every affiliate receives credit?

PHP is the only way.
Wrong, enable multiple redirects, make the link have an XXXXXX where the affiliate changes it to their affiliate code.
__________________
Shoehorn! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:49 PM   #24
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by Ordo
OOOOOH Ok,
I think I get it.

Your saying that when someone wants to post the link to my gallery, they change the last 6 digits to change their ID.

Then, when someone goes to the gallery and either clicks on join the site or something of that nature, the code in the page tells the system to automatically change the ID for them for the next page?

Am I getting warmer?
Close! The script doesn't really "change" the ID, it inserts it at the relevant point. It's not like static HTML. If you view the source of your hosted gallery (after you upload gallery1.txt as gallery1.php) then you will see that the correct PA=.... sequence is inserted into the source when you load it with a browser.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:50 PM   #25
Shoehorn!
Die With Your Boots On
 
Shoehorn!'s Avatar
 
Join Date: Oct 2003
Location: Hawaii
Posts: 22,872
Quote:
Originally posted by TheSmutPeddlerDOTcom
Wrong, enable multiple redirects, make the link have an XXXXXX where the affiliate changes it to their affiliate code.
That's not really clear, but use pretty much the same code as the banners, but instead of using an image use a url. CCBill can help you with it if you call them.
__________________
Shoehorn! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:50 PM   #26
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Hmm, I opened that txt code you made in Dreamweaver and it's all messy in IE and Moz.

&HTML=http://www.tightfetish.com/"> seems to stick out on the actual page on the top and bottom and throwing off the layout.
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 08:56 PM   #27
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by Ordo
Hmm, I opened that txt code you made in Dreamweaver and it's all messy in IE and Moz.

&HTML=http://www.tightfetish.com/"> seems to stick out on the actual page on the top and bottom and throwing off the layout.
It's probably the PHP confusing it since it's a < within a <.

Upload it and try it.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:03 PM   #28
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Yer right, :D

Works fine! Thank you very much!

I'm still trying to figure all this out. I think I've learned more about PHP. Gallery building, HTML and everything else this past two weeks than I've known all my life.
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:10 PM   #29
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Ok,
I got this:
http://www.tightfetish.com/Gallery1.php?ID=807456

And it now loads fine.

However, if you click the Logo link or the bottom link, it errors out.

Is there something else I need to be changing?
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:11 PM   #30
TheSaint
Confirmed User
 
Join Date: Jun 2003
Location: Everywhere at once
Posts: 991
Quote:
Originally posted by rowan
BTW, passing to hosted gals via refer.ccbill means that affiliate's ratios get screwed up. The ratio will be based on gallery loads, rather than site loads. Hosted gals with the refid in the URL are so easy to set up that there's no excuse for doing it the other way.
Not following you here - whats wrong with the refer.ccbill way?

Why drop php in - slows down the gallery load (could be a real problem in a huge listing like hun) also don't some tgps balk at php???
__________________
I have no signature
TheSaint is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:13 PM   #31
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by Ordo
Ok,
I got this:
http://www.tightfetish.com/Gallery1.php?ID=807456

And it now loads fine.

However, if you click the Logo link or the bottom link, it errors out.

Is there something else I need to be changing?
unix is case sensitive. 'id' needs to be in lowercase.

http://www.tightfetish.com/Gallery1.php?id=807456

I would advise you don't use any caps in filenames or domain names...
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:17 PM   #32
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by TheSaint
Not following you here - whats wrong with the refer.ccbill way?

Why drop php in - slows down the gallery load (could be a real problem in a huge listing like hun) also don't some tgps balk at php???
I'd look at it the other way - sending through refer.ccbill (which is a 302 redirect through a third site) is a lot slower than loading the gallery directly. Unless your server is a P133 with 32MB of RAM I doubt you'll have a problem with the PHP.

TGPs probably wouldn't allow external submissions on php pages, but these are hosted galleries. The TGP webmaster is the one submitting them!
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:17 PM   #33
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
wow, i think this is the first thread on gfy i have bookmarked in over 6 months
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:19 PM   #34
The Heron
Confirmed User
 
Industry Role:
Join Date: Apr 2001
Location: Michigan
Posts: 4,488
Why do people start paysites with no clue about how to set shit up?? STUPID
The Heron is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:24 PM   #35
TheSaint
Confirmed User
 
Join Date: Jun 2003
Location: Everywhere at once
Posts: 991
Quote:
Originally posted by rowan
I'd look at it the other way - sending through refer.ccbill (which is a 302 redirect through a third site) is a lot slower than loading the gallery directly. Unless your server is a P133 with 32MB of RAM I doubt you'll have a problem with the PHP.

TGPs probably wouldn't allow external submissions on php pages, but these are hosted galleries. The TGP webmaster is the one submitting them!
After a year of promising them - I am finally going live with 30 hosted galleries which is why I want to get it right.

The php solution doesn't really sit well with me, a bit slow with huge traffic.

Agreed, ccbill redirect is not terrific either.

I think I might put a script on my site that lets an affiliate "build" a gallery by creating html pages custom with id inserted. Thats about the best way of doing it I can think of that solves everything at once....
__________________
I have no signature
TheSaint is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:25 PM   #36
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Quote:
Originally posted by The Heron
Why do people start paysites with no clue about how to set shit up?? STUPID
Because I can.

Maybe you should enlighten us all with yourr gifts by showing us your network of paysites?
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:27 PM   #37
adis55
Confirmed User
 
Join Date: Jun 2004
Location: Ft.Lauderdale
Posts: 193
Quote:
Originally posted by The Heron
Why do people start paysites with no clue about how to set shit up?? STUPID
i guess thats why there is something like GFY
adis55 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:30 PM   #38
TheSaint
Confirmed User
 
Join Date: Jun 2003
Location: Everywhere at once
Posts: 991
Quote:
Originally posted by The Heron
Why do people start paysites with no clue about how to set shit up?? STUPID
yeah, fuck the board is reserved for lame ass drama amd pretending to be a playa, fuck, somebody actually asked a reasonable question, that sure was stupid!

(In case people don't realize ccbill doesn't really gave a good facility for hosted galleries so its not a dumb question)
__________________
I have no signature
TheSaint is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:31 PM   #39
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by TheSaint
I think I might put a script on my site that lets an affiliate "build" a gallery by creating html pages custom with id inserted. Thats about the best way of doing it I can think of that solves everything at once....
That's one way, but you need to bear in mind that some affiliates would rather just have a simple list they can cut, search & replace, then paste. Fooling around with extra sponsor logins and gallery builders is not for everyone.

You really should consider just using PHP. In this thread the example I posted does nothing computationally complex - it converts a variable from a string to a number and prints it. It's not like we're doing a mysql lookup, writing to a log file, or anything else that would cause a noticeable slowdown or load increase if the volume was high.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:32 PM   #40
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Nope, I was under the impression that hosted galleries, all the ads, banners etc were a part of CCbills affiliate system, so now I'm having a rough time getting all of this established.


I feel like Im very close though!

Ok, so why do the links on this page error out? http://www.tightfetish.com/gallery1.php?id=807456
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:47 PM   #41
fuzebox
making it rain
 
fuzebox's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,115
Quote:
Originally posted by TheSaint
The php solution doesn't really sit well with me, a bit slow with huge traffic.
Uh, no it's not
fuzebox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:48 PM   #42
adis55
Confirmed User
 
Join Date: Jun 2004
Location: Ft.Lauderdale
Posts: 193
I just want to thank everybody here for teaching me how to set up free hosted galleries for my site.

you guys are cool as fuck..

later
adis55 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 09:58 PM   #43
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
I second that!

Does this link load for anyone?
http://refer.ccbill.com/cgi-bin/clic...com/index.html

It's giving me a CCbill error but I'm not sure if its my browser or not.
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 10:02 PM   #44
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by Ordo
I second that!

Does this link load for anyone?
http://refer.ccbill.com/cgi-bin/clic...com/index.html

It's giving me a CCbill error but I'm not sure if its my browser or not.
Works fine for me.

Remember, no uppercase in domain names!
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 10:07 PM   #45
Ordo
Confirmed User
 
Industry Role:
Join Date: Apr 2004
Posts: 1,186
Ok, if it works for you then there is something wrong with both of my browsers. I'm getting ticked.

I can't load certain websites either.
Ordo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 10:29 PM   #46
PrivateIvy
Confirmed User
 
Industry Role:
Join Date: Oct 2003
Location: North Carolina
Posts: 4,257
Quote:
Originally posted by Ordo
Jensen you are a Godsend, thank you so much!
If you go that route, which is not as reliable as php, make sure you enable multiple redirects in the admin or it won't work



Ivy
PrivateIvy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 10:33 PM   #47
PrivateIvy
Confirmed User
 
Industry Role:
Join Date: Oct 2003
Location: North Carolina
Posts: 4,257
Quote:
Originally posted by Ordo
I'm still not getting it.

I want to setup 2 hosted galleries and 2 banners on my marketing materials page.

Would anyone care to help me?

For example. I took your code line and made this:
http://refer.ccbill.com/cgi-bin/clic...27508-0000&PA=<?php echo (0 + $_GET["Gallery1.php?807456"]); ?>&HTML= http://www.TightFetish.com/Gallery1.php

But it doesn't do anything.

I'm a total programming noob.
IF I read correctly, you are wanting it to appear in the CCBill admin, in which case, all you need to do is put the url of your main webmaster admin page on your site into the "bannerfarm" url in the ccbill admin. That way when affiliates login they go directly to your admin, not just a few banners.

Ivy
PrivateIvy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 10:49 PM   #48
pussyluver
Clueless OleMan
 
Join Date: Mar 2003
Location: ICQ - 169903487
Posts: 11,009
Sounds like some confusion here!

You're a new sposnor. Don't even take a chance with fucking with affiliates. If you don't know or are not getting it 100%. CALL ccBill support. I think they will be glad to help. Have you even looked at their documentation?

Alt too ccBill and you need this is you're a sponsor. A consultant to turn to on matters of coding etc.
pussyluver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-18-2004, 10:56 PM   #49
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally posted by PrivateIvy
IF I read correctly, you are wanting it to appear in the CCBill admin, in which case, all you need to do is put the url of your main webmaster admin page on your site into the "bannerfarm" url in the ccbill admin. That way when affiliates login they go directly to your admin, not just a few banners.

Ivy
You need to read threads to the end before you reply, we've already got the hosted gals working.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-19-2004, 12:22 AM   #50
SGS
Confirmed User
 
SGS's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Mallorca - Nottingham
Posts: 5,176
Quote:
Originally posted by TheSaint
The php solution doesn't really sit well with me, a bit slow with huge traffic.
Incorrect.
__________________
See sig...
SGS 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.