Script URL: www.webserver.robwinkels.nl/gbook/gbook.php
Version of script: V1.5
Hosting company: own Apache Server
URL of phpinfo.php: http://www.webserver.robwinkels.nl/gboo ... hpinfo.php
URL of session_test.php: http://www.webserver.robwinkels.nl/gboo ... n_test.php
What terms did you try when SEARCHING for a solution:
Searched for all post concerning the GD lib and session posts.
Write your message below:
Dear all,
I searched the net for many guestbooks and tried out probably all free onces. It was all crap untill Gbook showed up! I really like the easyness how to make Gbook your guestbook in your own style, so many thanks Klemen!
OK, now the problem (of course...):
I run my own Win2000 server with Apache and PHP5. The guestbook runs nicely and adding new posts are no problem. The GD works and als sessions work. But when adding a new post from another network I get two problems:
1. The graphical security number doesn't show up;
2. I loose the session.
To resolve the problem I searched for these problems and made some changes in the php.ini file according advises of other posters here on the forum.
So what's going on? I'm getting these big question marks flying around my head I'm just in the state of giving up.....
So please check my phpinfo() and session_test.php.
Btw, for this test, I only made some changes in the settings.php, so the gbook.php is original V1.5.
Thanks for any help,
Rob
Securit code works on local network but not elsewhere
Hi,
Your GD works fine from outside (http://www.webserver.robwinkels.nl/gbook/gd_test.php), the sessions are the ones causing problems. Most likely PHP scripts don't have permission to write to your temporary folder:
C:/Temp
Make sure C:/Temp is writable by the internet guest account (it probably works locally because you are logged in as an administrator?).
Your GD works fine from outside (http://www.webserver.robwinkels.nl/gbook/gd_test.php), the sessions are the ones causing problems. Most likely PHP scripts don't have permission to write to your temporary folder:
C:/Temp
Make sure C:/Temp is writable by the internet guest account (it probably works locally because you are logged in as an administrator?).
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
Hi,
It is working, if I open
http://80.126.125.14/gbook/gbook.php?a=sign
directly, but it's not working, if I open
http://www.webserver.robwinkels.nl/gbook/gbook.php
and click "Sign"
You must have some redirection from www.webserver.robwinkels.nl to 80.126.125.14 and that is making problems (browsers don't allow session cookies transferred between different websites (IPs) for security reasons).
You should either use 80.126.125.14 or install GBook on www.webserver.robwinkels.nl which is 216.98.141.250
It is working, if I open
http://80.126.125.14/gbook/gbook.php?a=sign
directly, but it's not working, if I open
http://www.webserver.robwinkels.nl/gbook/gbook.php
and click "Sign"
You must have some redirection from www.webserver.robwinkels.nl to 80.126.125.14 and that is making problems (browsers don't allow session cookies transferred between different websites (IPs) for security reasons).
You should either use 80.126.125.14 or install GBook on www.webserver.robwinkels.nl which is 216.98.141.250
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
Hi again Klemen,
OK, I understand the problem now.
I'm gonna make some changes from my website to call the guestbook. I'll link it directly to the IP-address instead of via the name server.
If it doesn't work I might post a question on the forum, but if it works I''ll be the happy bloke
Thanks for the info.
Rob
OK, I understand the problem now.
I'm gonna make some changes from my website to call the guestbook. I'll link it directly to the IP-address instead of via the name server.
If it doesn't work I might post a question on the forum, but if it works I''ll be the happy bloke

Thanks for the info.
Rob
Hi Klemen,
About the sessions: I think I have a problem because the host only keeps my domain name and not the web site....
So, this whole session thing is going to be a problem for me I think.
The guestbook should be called from www.robwinkels.nl and that's another domain compared to where the guestbook pages are located.....
Is there something in the pbook.php code upon sessions that can be comment out or so?
Rob
About the sessions: I think I have a problem because the host only keeps my domain name and not the web site....
So, this whole session thing is going to be a problem for me I think.
The guestbook should be called from www.robwinkels.nl and that's another domain compared to where the guestbook pages are located.....
Is there something in the pbook.php code upon sessions that can be comment out or so?
Rob
Won't work without sessions I'm afraid.
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