View Single Post
Old 2006-04-22, 05:35 PM   #15
stuveltje
Live and learn. And take very careful notes!
 
stuveltje's Avatar
 
Join Date: Apr 2003
Location: Sunny Holland
Posts: 6,157
Send a message via ICQ to stuveltje
Quote:
Originally Posted by CatsEye
Still seeing HTML code after submit; happened today at 2:15 pm PST. Otherwise I wouldn't be reading stuff like:

var cookies = document.cookie.split(';');
for (var i = 0; i <cookies.length; i++) {
if (cookies[i].match(/^\s*s=[0-9a-f]{32}\s*$/)) {
loginlink.href = 'http://eroticasearch.net/cgi-bin/links/user.cgi?logout=1';
loginlink.className = 'in';
loginlink.firstChild.nodeValue = 'Logout';
break;
}
}


-CatsEye
oh oke thanks again cats, me gonna pull my boss at his ears lol
stuveltje is offline   Reply With Quote