MyBB Community Forums

Full Version: Captcha is NOT working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Captcha and Fit On Page are not working since a lot of time on my forum, what can I do? I see error images instead.
My host provider said is a problem of my scripts.

Please help, bots are coming in my forum because I disabled it Confused
URL?
http://www.unfair-gamers.com/forum/member.php

I found this error:
The image can't be viewed because contains errors.
Go to ACP >> Tools & Maintenance >> File Verification >> Yes

Try reuploading (from a fresh download) any files that appear in red there.
I replaced all red files but not index.php, but nothing changed... (I think index is not important for this, right?)
No images show up: http://www.unfair-gamers.com/forum/captc...9d43dc1513
Reupload index.php as well, there's no reason it should be changed.
All files replaced, including index.php, the problem is still there.
My installed plugins: http://img37.imageshack.us/img37/3103/plugins.png
In ./inc/init.php, find:
define("TIME_NOW", time()); 

Add after:
define("NO_PLUGINS", 1); 

If the error goes after adding that then it's a plugin causing it.
Captcha is not working also with this, now I restored with "define("TIME_NOW", time());"
do not replace the define(TIME_NOW) portion, simply add

define("NO_PLUGINS", 1);

after it.
Pages: 1 2