im in site configuration and i see no where to edit recaptcha... gosh damn
Printable View
im in site configuration and i see no where to edit recaptcha... gosh damn
You first have to create a username and a SHA1 encrypted password in your database, then use the installation guide to point your administrator account. After everything done setting up, you'll be brought to the main page. In main page, login to your administrator account, then locate "Admin Panel" -> Site Settings -> Site Configuration, you should see recaptcha at the last tab. GLHF. :)
How come I'm getting this error?
yes i have
Hi, my database is setup on my VPS and I'm trying to get my MapleBit to connect to that but it always says "Connection Failed: Connection timed out". Is there anything that I would have to do before I could get this to work?
Are you trying to login via the root user remotely? If so then don't. As I said, create a new user and in one of the arguments you should be able to add a parameter for remote connection and you are supposed to write the IP of the server you're trying to connect from, this will whitelist the IP and should allow you to connect remotely. Other than that there should be a setting for remote connections through the MySQL Admin utility.
Thanks, I got it to work now.. but when I try and register an account the captcha seems to have an error and the link provided does not work:
https://gyazo.com/be0ffe887df36f9f725ef8b7a23f688d.png
Thats the thing, the link provided does not work. https://gyazo.com/20b49ee049d0ad094519b3061ed7dd73.png
I want to add status online/offline help me pls.
this my picture
Imgur: The most awesome images on the Internet
Use Google, please..... Just Google "recaptcha API" and you'll find the current address.
Use fsockopen(), with the target IP and port as the arguments, the result is a Boolean, if it's online it will return true (or 1, same thing), otherwise it will return false (or 0, depending on how you accept it, either as an integer or as a verbal Boolean).
Edit
Being as lazy as I am, as well as being with my phone and a shitty connection in the middle of the desert, I did not check the image until I read your pm and saw it there.
A solution for this is simply to run a query that takes the character's accountid column and joins it with the I'd of the account table, then simply write an if-else statement. If the loggedin column is anything above 2, mark it as online, else offline. Not sure if it's the right way to go for individual characters, but it will say if the account itself is past world selection. There might be a column for characters where it says if it's online but I can't possibly check and confirm this on my phone, check the characters table for more info about the data that it stores.