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:
can i delete the words "sign guestbook"
just above the required fields... line?
sign guestbook
Open gbook.php in a text editor (Notepad, Wordpad) and search for the text, then replace it with whatever you like
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
Yes you can.
Find this piece of code (in GBook version 1.43 starting at line 887)
Delete the parts you don't need. But remember, this code is written on every page, so if you remove a part of it here, it will be removed on every page.
To just delete the Sign guestbook part, delete this
To delete all three Back to My lovely website | View guestbook | Sign guestbook links, delete this
Greetings,
Henrie
Find this piece of code (in GBook version 1.43 starting at line 887)
Code: Select all
echo '<h3 align="center">'.$settings['gbook_title'].'</h3>
<p align="center"><a href="'.$settings['website_url'].'">Back to '.$settings['website_title'].'</a>
| <a href="gbook.php">View guestbook</a>
| <a href="gbook.php?a=sign">Sign guestbook</a></p>
<div align="center">
<center>
';
To just delete the Sign guestbook part, delete this
Code: Select all
| <a href="gbook.php?a=sign">Sign guestbook</a>
Code: Select all
<p align="center"><a href="'.$settings['website_url'].'">Back to '.$settings['website_title'].'</a>
| <a href="gbook.php">View guestbook</a>
| <a href="gbook.php?a=sign">Sign guestbook</a></p>
Henrie
caan i delete this line
echo '<h3 align="center">'.$settings['gbook_title'].'</h3>
i tried and i get the following error
www.moshiachforkids.com/gbook/gbook.php
echo '<h3 align="center">'.$settings['gbook_title'].'</h3>
i tried and i get the following error
www.moshiachforkids.com/gbook/gbook.php