Script URL:http://www.joinjohninprayer.com/Copy%20 ... /gbook.php
Version of script:4.2
Hosting company:easy web
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:all
Write your message below:
running the guest book 2 times on the sime site has encountered a problem of when signing into 1 in a session that person cannot sign the other in the same session. as far a I know i have both in different folders and not related in any way is there a way so both can be signed into in the same session but still keep the protection of the single sign in for each book. many thanks for the answer
2 on the same site
2 on the same site
How do I change the word comments in the comments area
You can try by naming sessions, for example change line 43 in gbook.php from to
And in the second copy of Gbook change 'GBOOK1' to 'GBOOK2'
Make sure you close all browser windows and delete temporary Internet files before testing.
Haven't tested myself but should do the trick.
Code: Select all
session_start();
Code: Select all
session_name('GBOOK1'); session_start();
Make sure you close all browser windows and delete temporary Internet files before testing.
Haven't tested myself but should do the trick.
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
creates a new problem
Changed the lines as instructed, on testing noticed the view of the security spam numbers disapeared. tried to put the GBOOK1 and 2 in line 107 without success but may have done it wrong. Certainly appreicate your help.
would also like help in as to how I can give public acess to reply on the prayer request gbook only? This will then finish my changes.
thanks
John
would also like help in as to how I can give public acess to reply on the prayer request gbook only? This will then finish my changes.
thanks
John
How do I change the word comments in the comments area
Ah, change the 2nd line in file "print_sec_img.php" the same as instructed above, then try again.
As for public replies that would require quite some editing and is out of the scope of my support.
As for public replies that would require quite some editing and is out of the scope of my support.
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
Thank you for your support
Thank again for your support if i can ever be of any support to you do not hesitate to make contact. thanks again
John
John
How do I change the word comments in the comments area