Page 1 of 1
About the captcha not working
Posted: Sun Mar 22, 2009 6:36 pm
by robben10
Script URL:
Version of script: 1.3
Hosting company: t35.com
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: I searched how to change gd_test, captcha not working.
Write your message below:
What does it mean by setting $settings['autosubmit'] to 2? How do we change that?
Posted: Sun Mar 22, 2009 7:27 pm
by Henrie
Changing it is done as described here:
In the folder where the file mboard.php is located is also a file called
setting.php
Open this file settings.php with a plain text editor (like notepad).
Search for:
and change it to
Greetings,
Henrie
thanks
Posted: Sun Mar 22, 2009 7:40 pm
by robben10
Thanks, but now when I post a topic this is what comes out:
Warning: fopen(msg/4.html) [function.fopen]: failed to open stream: Not a directory in /home/freehost/t35.com/f/a/fantasticsite/mboard/mboard.php on line 445
Error
Couldn't create file "msg/4.html"! Please CHMOD the "msg" folder to 666 (rw-rw-rw)!
But I already chmoded msg folder to 666.
But the folder is only called msg right? no msg.php or stuff? and I didn't write anything in it, that is right correct?
Posted: Sun Mar 22, 2009 7:51 pm
by Henrie
Have you created a folder inside your mboard folder?
The msg folder is not present in the zip file. You have to create it yourself on your webserver.
And don't forget to chmod it to 666 afterwards
Greetings,
Henrie
Posted: Mon Mar 23, 2009 12:05 am
by robben10
Yeah I know before I uploaded them to the webserver, I created something.txt then I changed it to msg, and then I uploaded them and I chmoded it.
Posted: Mon Mar 23, 2009 6:26 am
by Henrie
I think you have created a file with the name msg .
You should have created a folder with the name msg .
So delete the file msg from your server and create a new (empty) folder with the name msg instead. If you are on a linux server, you can go inside the mboard folder and type mkd msg to create the msg folder.
Than MBoard can created it's message files inside that folder.
Greetings,
Henrie