View Single Post
Old 2006-09-21, 04:19 AM   #18
double0
Internet! Is that thing still around?
 
Join Date: Sep 2006
Posts: 2
How about software like wordpress converting links in posts (not rss):

So in the source code...
Code:
&
becomes
& # 0 3 8 ;
(spaces added so vbulletin doesn't parse it)
and more importantly:

Code:
http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920029-0000&PA=1115150
becomes
http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920029-0000 & # 0 3 8 ; PA=1115150
Seems like a pretty big issue, haven't been able to find much on it |confused|

btw, hi

Last edited by double0; 2006-09-21 at 04:31 AM..
double0 is offline   Reply With Quote