Message board getting 404 error

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

Message board getting 404 error

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

Re: 404 Error

Post 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.
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

404 error

Post 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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
wayno
Posts: 10
Joined: Thu Feb 07, 2008 8:41 am

404 error

Post 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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You're welcome :wink:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Locked