For Neopets ONLY discussion.
Topic locked

Strange advert?

Sat Jul 16, 2005 7:04 pm

At the bottom of the screen, instead of an advert, I got this:
'); } var cookie_name = 'AdCom702411'; var g_c = 'AdComGb'; setCookie(g_c,'1',8760); if (document.cookie.indexOf(g_c)!=-1 ){ if (document.cookie.indexOf(cookie_name)==-1){ setCookie(cookie_name,'1',24); writeBanner('702411'); }else{ var v = getCookie(cookie_name); if (v < 3){ writeBanner('704156'); v++; setCookie(cookie_name,v,24); }else if(v < 19){ writeBanner('704157'); v++; setCookie(cookie_name,v,24); }else{ call3rdParty(); } } }else{ call3rdParty(); } // -->

Sat Jul 16, 2005 7:40 pm

It's just normal cookie coding that the site always has, sometimes it glitches and shows through like that :)

Sat Jul 16, 2005 11:43 pm

Something escaped the <script> tags. Probably because the connection / script output was abnormally terminated.

Sun Jul 17, 2005 1:18 am

Hunter Lupe wrote:Something escaped the <script> tags. Probably because the connection / script output was abnormally terminated.

Say that again, in english this time.

Sun Jul 17, 2005 1:49 am

rbpnmn wrote:
Hunter Lupe wrote:Something escaped the <script> tags. Probably because the connection / script output was abnormally terminated.

Say that again, in english this time.


The coding broke because part of it stopped for some strange reason

Sun Jul 17, 2005 5:48 am

the_dog_god wrote:
rbpnmn wrote:
Hunter Lupe wrote:Something escaped the <script> tags. Probably because the connection / script output was abnormally terminated.

Say that again, in english this time.


The coding broke because part of it stopped for some strange reason


To put it even simpler:

Something asploded.
Topic locked