Image Verification OK, but gets Redirected

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Zardoz
Posts: 2
Joined: Sun Feb 04, 2007 5:48 am

Image Verification OK, but gets Redirected

Post by Zardoz »

Script URL: http://rabe-sta-catalina.110mb.com/msgb/mboard.php
Version of script: 1.3
Hosting company: 110mb.com
URL of phpinfo.php: http://rabe-sta-catalina.110mb.com/phpinfo.php
URL of session_test.php: http://rabe-sta-catalina.110mb.com/msgb/
What terms did you try when SEARCHING for a solution: this forum

Write your message below:

1) at first I can't get past Image Verification the I changed "if(empty($mysecnum))" from this post viewtopic.php?t=1262

2)then a message of this kind came out " cannot create msg/1html" so I CHMOD folder msg/ to 777 rwx-rwx-rwx (from viewtopic.php?t=1264) but still gets redirected here http://www.domain.com/mboard/mboard.php?

Thank you for any help!

PS
As of yesterday I installed your guestbook and placed a link to PHPJunkyard at the bottom of my page. I hope I can messageboard to work.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Emmm, you have (at least) $settings['mboard_url'] setting set to the default value, you must change that to the URL on YOUR server :roll:

Should be like

Code: Select all

$settings['mboard_url']='http://rabe-sta-catalina.110mb.com/msgb';
You will find details about each of the settings in the readme.htm file
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
Zardoz
Posts: 2
Joined: Sun Feb 04, 2007 5:48 am

Post by Zardoz »

...oops, I overlooked that one :oops: .

Now its working, thanks!

The settings on my test server are correct and I almost can't believe that I forgot to update settings.php on the real server, now to update the pages to point to my new message board!

Thanks again!
Locked