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

Server replies that it 'Post $msg' but no message on wall. #4

Closed NNickey closed 8 years ago

NNickey commented 8 years ago

image image Server replies that it had posted the message, but there is no message on group wall.

sentanos commented 8 years ago

Will investigate

sentanos commented 8 years ago

Post.php is confirmed to be working correctly, this is not an issue with the script itself but with your setup. Make sure that you have entered the correct credentials, that your player has wall posting permissions, that the rest of the setup is correct, and there are no errors on either side. You may also want to clear the saved cookies by deleting the "cookie" and cookieTime" files.

NNickey commented 8 years ago

I replaced the return error in login.php, found out its a Login Failure? How do I repair this, does this have something to do with the server not sending requests out? The password is right, and I was able to login normally. WAMP server.

NNickey commented 8 years ago

Found the issue why. WAMP Server does not like using https without any verification of the certificate. Adding "CURLOPT_SSL_VERIFYPEER => false" to the curl_setopt_array allowed it to ignore the HTTPS certificate always. Only temporary, I will not be using this setup, was only for testing..