Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Hi! I installed the script and didn't face any problem with the installetion.
But I can't use it! When I fill the form and click on Add topic and then spam check, I'm redirected to 'www.domain.com'!
I've nothing with this site.
My mboard url is : http://www.mtik.co.cc/mboard/mboard.php
_
Thanks![/b]
Redirected to another website!
Redirected to another website!
Indian users get daily Free Jokes,Tricks,love msg via sms.
Just type:
JOIN FUNGAS
and send to
9219592195
or to
567678
_
Just type:
JOIN FUNGAS
and send to
9219592195
or to
567678
_
Hello mtik,
Have you set your setttings in the settings.php file inside you mboard folder?
For more explanation of the settings, read the readme.htm file
For the problem you have now, open the settings.php file inside you mboard folder and change to
and
to
And while you have this file open, it is best to check also the other settings
Greetings,
Henrie
Have you set your setttings in the settings.php file inside you mboard folder?
For more explanation of the settings, read the readme.htm file
For the problem you have now, open the settings.php file inside you mboard folder and change
Code: Select all
$settings['website_url']='http://www.domain.com/';
Code: Select all
$settings['website_url']='http://www.mtik.co.cc';
Code: Select all
$settings['website_url']='$settings['mboard_url']='http://www.domain.com/mboard';';
Code: Select all
$settings['website_url']='$settings['mboard_url']='http://www.mtik.co.cc/mboard';';

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.