PDA

View Full Version : The code of the counters of statistics is incompatible with the blog


Romchik®
Thu 15th May '08, 3:56pm
Problem with the blog and with some russian counters:
http://www.bigmir.net (http://www.vbulletin.com/link.php?u=http%3A%2F%2Fwww.bigmir.net)
http://www.spylog.ru (http://www.vbulletin.com/link.php?u=http%3A%2F%2Fwww.spylog.ru)

They save the cookies, which not works with the blog. I have error:
Invalid Blog specified. If you followed a valid link, please notify the administrator

Example of code:

<script language="javascript">
<!--
bmQ='<img src=http://c.bigmir.net/?sXXXX&tXX'
bmD=document
bmD.cookie="b=b"
if(bmD.cookie)bmQ+='&c1'
//-->
</script>

After the removal of cookies blog works, but then cookies save cookies and again error.

I do consider this the error of blog, you so do not think? :)
Has sense to correct this.
Is certain, this no one unknown into America and Europa Russian counters, but nevertheless.

Sorry for my pure English...

Freddie Bingham
Wed 21st May '08, 12:41pm
The blog uses "b" for the blogid. If your javascript is overwriting our REQUEST variable then you will need to change the javascript to use another variable name.

pervak
Sat 22nd Aug '09, 2:54pm
The blog uses "b" for the blogid. If your javascript is overwriting our REQUEST variable then you will need to change the javascript to use another variable name.
Is there any way to set blog cookie to another variable name or do not use cookie?