Something went wrong
You closed the Unicode topic so I have to answer here. I can't test the coding because something went wrong. My bot ***@bot.im was deleted I don't know how or why but I set it up again and it is working fine.
My other bot ***@bot.im gives weird responses. Every time I type something it responds with this:
OpenDNS function testforbanner() { var width; var height; var x = 0; var isbanner = false; var bannersizes = new Array(16) bannersizes[0] = '300x250'; bannersizes[1] = '250x250'; bannersizes[2] = '240x400'; bannersizes[3] = '336x280'; bannersizes[4] = '180x150'; bannersizes[5] = '468x60'; bannersizes[6] = '234x60'; bannersizes[7] = '88x31'; bannersizes[8] = '120x90'; bannersizes[9] = '120x60'; bannersizes[10] = '120x240'; bannersizes[11] = '125x125'; bannersizes[12] = '728x90'; bannersizes[13] = '160x600'; bannersizes[14] = '120x600'; bannersizes[16] = '300x600'; bannersizes[17] = '300x125'; bannersizes[18] = '530x300'; bannersizes[19] = '190x200'; bannersizes[20] = '470x250'; if(typeof(window.innerHeight) == 'number') { height = window.innerHeight; width = window.innerWidth; } else if(typeof(document.body.offsetHeight) == 'number') { height = document.body.offsetHeight; width = document.body.offsetWidth; }; for (x=0; x'; }; };
I don't know the reason, because this is not one of my functions, and besides the other bot's responses are ok and since it is the same bot, only one responds in croatian and other in english based on their userkey, this one should work too. Can you please check this?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Adam Kalsey on 23 Jun, 2009 10:00 PM
Those opendns responses seem to indicate that our web server is
getting a failure when trying to contact your web server. It's unable
to connect. We'll make sure that opendns settings are changed or
removed to prevent their HTML from running through your bot.
3 Posted by System on 24 Jun, 2009 02:32 AM
A Lighthouse ticket was created for this discussion
4 Posted by mpahic on 24 Jun, 2009 06:59 PM
Can you do some quick fix? Maybe deleting and add the bot again if that would help. Or do you want to see what went wrong?
Support Staff 5 Posted by Adam Kalsey on 24 Jun, 2009 07:57 PM
There's nothing we can fix. According to that error message, when our
server tries to load your page, it gets redirected to
marko.pahic.co.cchr.php and the server can't resolve that host.
Probably because marko.pahic.co.cchr.php isn't a valid domain.
6 Posted by mpahic on 24 Jun, 2009 08:57 PM
Well, I accidently moved the .htaccess file in bots folder and it redirected to that site. But I immediately removed the file and access was restored. Guess the bot remembered the redirection, and it doesn't find the real site any more. I'll try to change the bots url and add it again, maybe that will help.
7 Posted by mpahic on 24 Jun, 2009 09:17 PM
Nope, that didn't fix the problem. I fixed it by just renaming the file and setting bots url to it.
8 Posted by Adam Kalsey on 25 Jun, 2009 12:39 AM
I don't think we have any caching on that sort of thing, but we'll
look into it.