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
Message board getting 404 error
Well, if you rename "mboard.php" to "index.php" you need to do the same for all occurrences of "mboard.php" inside the code.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: 404 Error
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.

It's an issue with your style file - change to
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
Code: Select all
Background color : black;
Code: Select all
Background-color : black;
color: white;
http://www.w3schools.com/css/default.asp
if you need more help with CSS
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
You're welcome 

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools