|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
The issue at that time was whether the link was coded in html (which does work) or done through a redirect script (which of course doesn't work)
If you code the html in the links, most browsers will de-entify prior to sending the request to ccbill, in which case you get credited. There were some strange browser versions that didn't de-entify properly which caused some issue. I would bet that less than 1% of the browsers don't properly handle entities in urls now. However, if you are coding the link and sending it through a php redirect script, Code:
<?php header("Location: http://www.ccbill.com?asdf&pa=1234"); ?> I don't recall the exact syntax, but, you could always wrap the stuff that doesn't validate in CDATA blocks which would allow those urls with & to validate.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
#2 | |
That which does not kill us, will try, try again.
|
Quote:
It's much better* to be able to link to a paysite using something like: http://www.PaysiteName.com/?r=123456 There's no need to encode anything in that link address. The sponsor just needs some php code on the index page of 'PaysiteName.com' to grab the '123456' and stick it in an UNencoded "refer.ccbill.com/cgi-bin/..." address and send that along to CCBill to get the cookie set. CCBill sends the surfer back to the paysite immediately and it's like nothing special happened at all to the surfer. The same thing applies on links to HFS and FHG. On those I like the idea of embedding the code somewhere inside the url instead of sticking it on the end, but either way, I think that getting rid of the '&' character in any and all links given to affiliates is something that all sponsors should do. -- * When I say 'better' I mean from the standpoint of the affiliate webmaster. Obviously it might be financially attractive to a sponsor if some/many of the incoming signups didn't require any commissions to be paid out.
__________________
"If you're happy and you know it, think again." -- Guru Pitka |
|
![]() |
![]() |
![]() |
#3 | |
It is better to watch things then to do them
Join Date: Sep 2004
Location: The Thumb
Posts: 484
|
Quote:
Im keen to explore adding the "&" but hesitant because I dont want to break whats working. Is it possible that some sales would still register with the default code but not as many as would register is using "&" when using a php redirect? Good thread here, but kinda confusing to a non technophile like myself.
__________________
I buy text links, clicked traffic, blog posts, and more! Hit me with a pm. |
|
![]() |
![]() |
![]() |
#4 | |
Certified Nice Person
|
Quote:
![]()
__________________
Click here to purchase a bridge I'm selling. |
|
![]() |
![]() |
![]() |
#5 | |
It is better to watch things then to do them
Join Date: Sep 2004
Location: The Thumb
Posts: 484
|
Quote:
__________________
I buy text links, clicked traffic, blog posts, and more! Hit me with a pm. |
|
![]() |
![]() |
![]() |
#6 |
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
|
Interesting discussion -- how can we validate our code? Should we use the w3.org?
|
![]() |
![]() |
![]() |
#7 | |
If there is nobody out there, that's a lot of real estate going to waste!
Join Date: Dec 2003
Posts: 2,177
|
Quote:
|
|
![]() |
![]() |
![]() |
#8 |
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
Thanks for the tip Simon. I think I'm going to make a few adjustments to the way I do things now.
![]()
__________________
~Warm and Fuzzy. ![]() |
![]() |
![]() |
![]() |
|
|