Stefan1200's Forum

JTS3ServerMod Hosting Edition => JTS3ServerMod MySQL & WebInterface => Topic started by: mthomas on April 04, 2015, 12:04:43 AM

Title: Bot Status: Error ERR 1
Post by: mthomas on April 04, 2015, 12:04:43 AM
Hello I'm not sure what this error mean, but if someone can point me to the right direction.

http://prntscr.com/6p7uag
Title: Re: Bot Status: Error ERR 1
Post by: Stefan1200 on April 04, 2015, 12:07:39 AM
What do you can see on the settings page?

Edit:
Ah, Error ERR 1 means, that your IP address has changed since your last login. I guess if you press F5 you will be logged out.
Title: Re: Bot Status: Error ERR 1
Post by: mthomas on April 04, 2015, 12:16:54 AM
When i press F5 nothing happen i cannot even start the bot. from the webpage, it require me to start from the telnet command. The bot running on a different server then the webpage can that be my issue?
Title: Re: Bot Status: Error ERR 1
Post by: Stefan1200 on April 04, 2015, 12:19:35 AM
No, this error message is not from the bot. It is just the web interface!

ERR 1 is the error message from the ajax.php file, if the IP address check has failed. Please try to logout and login again. Does this help?
Title: Re: Bot Status: Error ERR 1
Post by: mthomas on April 04, 2015, 12:20:31 AM
nvm found the problem, it was session issue, see im hosting the bot page in a iframe, but I want to pass session across so user doesnt need to login. when they click on the tab. So I will have to go back to drawing page. or maybe setup the same session name ahead of time. instead of on your index page.
Title: Re: Bot Status: Error ERR 1
Post by: Stefan1200 on April 04, 2015, 12:22:45 AM
Should work, but make sure that you set the same sessionName in the ajax.php and index.php.
Title: Re: Bot Status: Error ERR 1
Post by: mthomas on April 04, 2015, 12:26:51 AM
thank you for your quick response.