
Originally Posted by
d3nniL
I stopped with PHP when those mysql functions has been changed.... long time ago now.
Anyway even if it seems to look like it would work, I still couldn`t login yet because I can`t get this captcha working.... I pasted the api-key but the captcha is still not showing. Anyone mind to explain how to fix the captcha?
Meanwhile I translated some of the files... :P
On localhost google recaptcha isn't working, the best you can do is open up register.php and replace the following line:
Code:
if (intval($responseKeys["success"]) !== 1) {
to this:
Code:
if (intval($responseKeys["success"]) !== 1 && 1==2) {
I've also added a major update today, be sure to remove your global definitions file and update the database before opening your website.