Documentation
About PHP contact form
This unique contact form receive message from your viewers and delivered them at
your email ID you provide. This email ID will never be disclosed to your
viewers.
This script also includes auto-responder. The purpose of auto-responder is
that, whenever a message send to you it will automatically deliver a preset text
message to the sender's email ID, informing him that the message has been received and is
under processing.
Installation
Installation of this contact form is pretty simple.
- Download the zip file from here.
- Upload it to the web root of your server.
- Unzip or extract it. If your server doesn't have unzip utility then unzip at your local computer, and then upload using FTP.
- Set the permission of the following directory and files to 0777 or simply 777.
- Directory=> /mail/database/;
- File=> /mail/database/db.php;
- File=> /mail/database/settings.php;
- Open link http://yourdomainname.com/mail/
Read mail
All emails will be delivered to the email ID you provide during installation. You can read them by logging-in at your account.
How to add contact form to your existing web page**
If you like to add/insert this "contact form" into your existing web page:-
- Open file "contact-us.php" with your favorite text or PHP editor.
- Copy the codes between <body> and
</body> tags.
- Past it at the desired position of your existing page.
- Put the java script link :
<script type="text/javascript"
src="mail/script/mail.js"></script>
between <head> and
</head> tags.
- Now open link: yourdomainname.com/mail/index.php to start installation. If you already install then delete "/mail/database/config.php" for fresh installation.
__________________
** Existing page must be in PHP format.
Remember before use
Before you are going to use this script please remember the following points.
Server Requirements:
PHP 5.0 or higher with GD installed are required to run the script.
If your system doesn't meet these requirements please write here for necessary modifications.
Copyright:
This product is protected by copyright and distributed under licenses restricting copying, distribution. Permission is granted to the public to download and use this script provided that this Notice and any statement of authorship are reproduced in every page on all copies of the script.
DISCLAIMER OF WARRANTIES:
THIS SCRIPT PRODUCT IS PROVIDED "AS-IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU (RECIPIENT) USE THIS SCRIPT AT YOUR (RECIPIENTS) OWN RISK. TO THE MAXIMUM EXTENT PERMITTED UNDER APPLICABLE LAWS, AUTHOR EXPRESSLY DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. AUTHOR DOES NOT WARRANT THAT THE FUNCTIONS CONTAINED IN THE SCRIPT WILL MEET YOUR REQUIREMENTS, OR THAT THE OPERATION OF THE SCRIPT WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE SCRIPT WILL BE CORRECTED. FURTHERMORE, AUTHOR DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE SCRIPT IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY AUTHOR OR RAMUI.COM SHALL CREATE A WARRANTY OR IN ANY WAY INCREASE THE SCOPE OF ANY WARRANTY.