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:
How do i take the "date" out of the script
so you dont see it at all in the guestbook?
delete date
Hello Mirnot,
In GBook version 1.43 change the following:
In the file gbook.php change in lines 465 and 819to
Greetings,
Henrie
In GBook version 1.43 change the following:
In the file gbook.php change in lines 465 and 819
Code: Select all
<td width="50%" align="left"><font class="smaller">Added: '.$added.'</font></td>
Code: Select all
<td width="50%" align="left"></td>
Henrie