PHP Contact form without mail

About PHP contact form


This unique PHP contact form receive message from the viewers and store them in a flat file database. So there is no need of php mail() function. Upon login with your unique login name and password you can view the messages, download them or delete them. The current version (v 4.0) of this contact form provides Multilanguage support to the user.

Multilanguage support

PHP contact form version 4.0 provides Multilanguage support. But you must create your language file and put into /mail/language/ folder before installation. To create your language file do the following steps.

  1. Open file
    /mail/language/english.txt
    with your text-editor;
  2. Replace the English text with your preferred language;
  3. Save this file with your language name, e.g. spanish.txt in the language folder.
  4. Now your preferred language option will be displayed during installation.

Installation


Installation of PHP contact form is pretty simple.
  1. Download the zip file from here.
  2. Upload it to the web root of your server.
  3. Unzip or extract it at your local computer and then upload using FTP.
  4. 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;
    • File=> /mail/script/mail.js;
  5. Open link http://yourdomainname.com/mail/ on your browser window to start installation;

Read mail


To read mails from your visitors you have to login into your mailbox. Open the link:   http://yourdomainname.com/mail/,   put your login information. Replace "yuordomainname.com" with your real domain name.

How to add contact form to your existing web page

If you like to add/insert this "contact form" into your existing web page or even in your blog post. With the development of version 4.0 this job becomes very easier. Just drop the following line of text in the source of the web page where you add this contact form.

Code | Download
<script type="text/javascript" src="mail/script/mail.js"></script>

Remember before use

Before you are going to use this script please remember the following points.

Server Requirements:

PHP 5.2.1 or higher with GD Library version 2.1 installed are the only requirements 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.

Download:
php-contact-form-without-mail-v4.zip