sentanos / roblox-bots

This project is no longer maintained, please consider this instead: https://github.com/sentanos/roblox-js-server
17 stars 28 forks source link

Not logging in properly #6

Closed PhoenixShay closed 9 years ago

PhoenixShay commented 9 years ago

I was attempting to use this and after about an hour I got it to SOMEWHAT work. It would work and all... but it doesn't actually login. I can tell in the cookie file it's acting as a guest, and manually adding the ROBLOSECURITY does not help. The specified username and password are 100% correct.

Edit: Going into login.php, and changing the login failure return to die makes the response body "Login Failure! Error: " Changing it back will make the error just pop up as "Invalid promoting permissions."

I'd assume this is a problem with the login function. There is no captcha when I log in through my browser to the same account.

NNickey commented 9 years ago

Explaination of where you're hosting it from? If you're hosting from WampServer, there may be some issues. Where I got this WampServer info? "There is no captcha when I log in through my browser to the same account."

PhoenixShay commented 9 years ago

I'm using xampp to host it locally.And before you ask, yes, it's portforwarded correctly and so on.

PhoenixShay commented 9 years ago

YES! Oh my god, you're a lifesaver. The thing in your issue helped, adding the curl peer verify. Thank you so much!