Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-09-14, 04:45 PM   #26
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
In Firefox 1.5.0.6 with cookies set to 'Ask Everytime'

if I key the link in directly into firefox, & will not set the cookie
If I key the link in directly with & rather than &, it will set the cookie
If I cut and paste a link from a page set with a doctype of transitional, it works.
If I cut and paste a link on a doctype set with strict and the url not contained within CDATA (in other words, a page that won't validate) , the cookie is not set.

Additionally, if the link is coded through a script and sent as:

Code:
<a href="test.php?blahblah=1&j=http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=xxxxxx-0000&amp;PA=xxxxxx">test</a>
Code:
<?php

header("Location: {$_REQUEST['j']}");

?>
it will not set the cookie because the location header that 99% of the tradescripts are using doesn't de-entify before sending to ccbill.

IE exhibits some odd behavior depending on which version you use. 5.5 does not deentify before sending in my tests. 6.0 does most of the time, but, failed once. I believe ccbill should set the cookie each time regardless of whether there is already a cookie present for that master account number, but, that isn't what I observed in one of the tests I did above. And after it happened, I couldn't duplicate it.

According to the RFC, the browser is supposed to deentify when going to a url, but, clearly when you cut and paste a url into firefox, there is no way for firefox to guess what action it should take.

Personally, I wouldn't want to rely on the browser guessing at what is supposed to happen.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2006-09-14, 06:03 PM   #27
FiReC
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Join Date: Jan 2004
Posts: 53
Send a message via ICQ to FiReC Send a message via AIM to FiReC
Just to clarify you are talking about browser problems deentifying when copying and pasting entities directly to the address bar and not when links are clicked on a page?
FiReC is offline   Reply With Quote
Old 2006-09-14, 06:27 PM   #28
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
if a surfer right-clicks on a url on a page and pastes it into their browser, depending on a few different factors, they can get the entified or deentified link.

Since there is some inconsistency there, or, when used in trade scripts, etc, it just seems to me that better safe than sorry would be the rule of thumb. Especially since IE 5.5 also seems to exhibit the behavior even on clicked links.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2006-09-24, 07:48 PM   #29
double0
Internet! Is that thing still around?
 
Join Date: Sep 2006
Posts: 2
Has anyone talked to a ccbill rep on this?

Everyone is blaming their text editors for encoding ampersands when really that's what they should be doing. I think it's ccbill that needs to address this on their end. Would it be that hard credit links with encoded ampersands?

Going through all our links looking for encoded ampersands seems like a lot of unnecessary work especially considering that that's the way they should be written.

Given time and exposure this may even hurt pay sites as webmasters might choose to not bother with sites that use referral links in this "risky" format.
double0 is offline   Reply With Quote
Old 2006-09-28, 05:12 AM   #30
Bertik
Internet! Is that thing still around?
 
Join Date: Aug 2006
Posts: 7
I am very newbie so please be gently.
Question is
can I change the code (replace &amp; with just &) on existing submitted free sites and then upload it to server? Will I be banned for this?

I have found several affected links to sponsor on my sites.

Thank you
Bertik
Bertik is offline   Reply With Quote
Old 2006-09-28, 06:47 AM   #31
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,376
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by Bertik View Post
I am very newbie so please be gently.
Question is
can I change the code (replace &amp; with just &) on existing submitted free sites and then upload it to server? Will I be banned for this?
I did that in the past with no problems.
Licker4U is offline   Reply With Quote
Old 2006-09-28, 08:42 AM   #32
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Quote:
Originally Posted by double0
Has anyone talked to a ccbill rep on this?
I'd like to hear what ccBill has to say about it.
Quote:
Originally Posted by double0
Everyone is blaming their text editors for encoding ampersands when really that's what they should be doing. I think it's ccbill that needs to address this on their end. Would it be that hard credit links with encoded ampersands?
I have found a few PPC linksthat ended up with the encoded amp. It seems to be only some links that I have gone back and modified though.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote
Old 2006-09-28, 03:43 PM   #33
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Quote:
Originally Posted by tickler View Post
I have found a few PPC linksthat ended up with the encoded amp. It seems to be only some links that I have gone back and modified though.
Same here. I guess those nifty html editors don't like creative construction of urls.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2006-09-28, 07:03 PM   #34
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Quote:
Originally Posted by virgohippy View Post
Same here. I guess those nifty html editors don't like creative construction of urls.
Actually I was referring to their online maintenance systems. Probably in PHP or CGI.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote
Old 2006-09-29, 02:27 AM   #35
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Quote:
Originally Posted by tickler View Post
Actually I was referring to their online maintenance systems. Probably in PHP or CGI.
Ya lost me... whose maintenance system? |confused|
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2006-09-29, 09:53 AM   #36
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Quote:
Originally Posted by virgohippy View Post
Ya lost me... whose maintenance system? |confused|
A few of the PPC advertising programs have a small problem with encoding the links if you have gone back and change the links.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote
Old 2006-10-02, 06:03 AM   #37
bartjes
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Jun 2005
Posts: 35
I never have this problem in normal html since I use a text editor, but i do have it in wordpress posts. Anyone knows a solution to that?
__________________
Blog: Lesbians and Teens | Webmasters submit freesites
bartjes is offline   Reply With Quote
Old 2006-10-02, 03:59 PM   #38
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Quote:
Originally Posted by bartjes View Post
I never have this problem in normal html since I use a text editor, but i do have it in wordpress posts. Anyone knows a solution to that?
Modify your wordpress now, and every time you update?
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2007-02-06, 12:48 PM   #39
bartjes
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Jun 2005
Posts: 35
I'm not sure I understand what you mean virgohippy
__________________
Blog: Lesbians and Teens | Webmasters submit freesites
bartjes 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 06:17 AM.


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