cdx

Friday 20 December 2013

How to Create a Free Guestbook | Trick n Tips

 

Ardguest could be a straightforward guestbook script that uses a flatfile to store messages, therefore you do not want any info like MySQL or PostgreSQL. It's appropriate for anyone WHO want a guestbook that may be setup quickly.

Features: 
Multi-pages show, ability to delete unwanted entries, checking for needed field warning messages for missing fields, mail notification once somebody signed the guest book, image verification code and spam filter words. Support for each Windows and UNIX/Linux internet hosting.




Create Free Guest Book


PHP four or higher than with session support enabled and GD library (optional). For an inventory of PHP hosting suppliers that support PHP four and higher than you'll look into WHS for the foremost reliable reviews.


Requirtment:
PHP 4 or higher than with session support enabled and GD library (optional). For an inventory of PHP hosting suppliers that support PHP four and higher than you'll look into WHS for the foremost reliable reviews.

  

How to Install:
1. Open index.php along with your favorite text editor and alter a number of the variables so the
     script will   what you wish it to. they ought to be sufficiently documented within the program file.

2. Create a directory on your server wherever you wish to place the script, eg. guestbook

3. Transfer index.php (the guestbook script), image.php (image code generator), ardgb18.dat
    (guestbook audiotapea file), and spamwords.dat (spam words audiotapea file) to a directory in
    ASCII mode. Chmod ardgb18b.dat to 666 (Unix/Linux only), to form the information
    file writeable   otherwise you can get writing permission error.

4. Transfer all icons come in binnary mode. The directory structure ought to be like this :

/guestbook
   |--index.php
   |--image.php
   |--ardgb18b.dat
   |--spamwords.dat
   |--/imgs
         |--del.gif
         |--email.gif
         |--homepage.gif



To use:
Link to the following to sign :
http://www.yourdomain.com/guestbook/index.php?do=add_form

and link to this to view the guestbook :
http://www.yourdomain.com/guestbook/index.php



No comments:

Post a Comment

cdx