Hello I'm not sure what this error mean, but if someone can point me to the right direction.
http://prntscr.com/6p7uag
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.
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?
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?
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.
Should work, but make sure that you set the same sessionName in the ajax.php and index.php.
thank you for your quick response.