Close Guestbook

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
gdebruijn
Posts: 2
Joined: Sun Dec 25, 2005 10:06 am

Close Guestbook

Post by gdebruijn »

Script URL: www.wolterkroes.nl/jarig
Version of script: 1.34
Version of PHP: 4334
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: posting stop

Write your message below:

I want to prevent that visitors post new entries. Can this be done ?

I want the posting visible on the net, but no new entries.

TX
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

It can be done quite easily, just open gbook.php in a text editor (notepad, wordpad) and change line 61 from:

Code: Select all

printSign();
to:

Code: Select all

problem("We do not accept new posts at the moment!");
Haven't tested it, but should work.

Regards
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
gdebruijn
Posts: 2
Joined: Sun Dec 25, 2005 10:06 am

It worked

Post by gdebruijn »

Yes indeed it is working correct.


TX
Post Reply