Page 1 of 1

Message board getting 404 error

Posted: Thu Feb 07, 2008 9:10 am
by wayno
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:

Firstly thanks for the great script. I have read through the posts to no avail, my problem/s is i cant get past typing my message, i hit the 'add new topic button' only to get 404 error. I dont seem to be getting the security number which i did on gbook also. I have given permissions to php files, uploaded images in binary others in ASCII...please help as i am at my wits end!

Second as you can see im at a loss to change the static text from black to white! Any help appreciated.

P.S. i had gbook working fine but to a new page (different directory). I wanted to incorporate mboard into my current website. Thanks in advance. I have uploaded phpinfo and session test.

http://chevrolet.110mb.com/index.php#new

Posted: Thu Feb 07, 2008 2:50 pm
by Klemen
Well, if you rename "mboard.php" to "index.php" you need to do the same for all occurrences of "mboard.php" inside the code.

Re: 404 Error

Posted: Thu Feb 07, 2008 3:20 pm
by wayno
Thanks for your reply Klemen, i have already renamed mboard.php to index.php in all instances (checked it 3 times) but i still cant seem to get it working! I am very new to this and have been racking my brain all day (now 2.15am here in Australia and im still hanging in, just) :? I dont wish to be a pest but would you have any other ideas? Also regarding the static text change. Sorry to be a nuisance. Thanks.

404 error

Posted: Thu Feb 07, 2008 3:32 pm
by wayno
OK what an idiot, you were right i missed one mboard.php!!! So its going YEAHHHH! I only have the issue of the color of the text. Thanks again.

Posted: Thu Feb 07, 2008 4:24 pm
by Klemen
It's an issue with your style file - change

Code: Select all

Background color : black; 
to

Code: Select all

Background-color : black; 
color: white; 
background-color is for background and color is for text color. See
http://www.w3schools.com/css/default.asp
if you need more help with CSS

404 error

Posted: Thu Feb 07, 2008 4:33 pm
by wayno
Thanks Klemen i seem to be on the right track now. Thanks again for providing these great scripts and being so helpful. I hope i dont need to annoy you too much more. :roll: Thanks champ.

Posted: Thu Feb 07, 2008 4:36 pm
by Klemen
You're welcome :wink: