#############################################################
## Mod Title: Easy Contact Form
## Mod Author: FuNEnD3R < admin@funender.com > http://www.funender.com
## Mod Description: This mod will allow members to contact you without 
## them having to login or register to your forums. Users cannot see your 
## email address which helps prevent spam, and their IP address is logged.
## Mod Version: 1.0.6 
## 
## Installation Level: Easy
## Installation Time: 1 Minute 
## Files To Edit: contact_form.php
##
## Included files: contact_form.php 
##                 templates/subSilver/contact_form.tpl
##                 language/lang_english/lang_contact.php
##
##############################################################
## For Security Purposes, Please Check: http://www.funender.com/phpBB2/fun_scripts.php for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum.  
############################################################## 
## Author Notes: IMPORTANT: Be sure to open contact_form.php and on line 64
## find "your_name@your_site" and replace it with your real email adddress
##               
## To call up the contact form in your browser, the url would be  
## http://www.your_site_name.com/your_forum_directory/contact_form.php
##
## Visit the www.funender.com forums to view the demonstration
##
############################################################## 
## MOD History: 
##
##   2004-4-06 - Version 1.0.1 
##      - First Release
##
##   2004-9-13 - Version 1.0.2 
##      - HTML 4.01 validation, some minor fixes
##      - Separate template file for all HTML
##      - User is able to view the successful message sent to admin
##
##   2005-3-07 - Version 1.0.3 
##      - Text stored in a separate language file for easier translation
##      - Removed some uneccessary code
##
##   2005-3-20 - Version 1.0.4 
##      - Displays Sender's IP address under their email address in message body
##      - Added more language vars
##
##   2005-3-29 - Version 1.0.5 
##      - Uses phpBB's message_die function
##      - Redirects to separate successful page to prevent accidental multiple submissions
##
##   2005-4-11 - Version 1.0.6 
##      - Automatic and manual redirect on submission page to forum index
##      - Imported all language to separate lang_contact.php file
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
 
# 
#-----[ COPY ]------------------------------------------ 
# 

copy contact_form.php to contact_form.php 
copy language/lang_english/lang_contact.php to language/lang_english/lang_contact.php
copy templates/subSilver/contact_form.tpl to templates/subSilver/contact_form.tpl

# 
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
# 
# EoM									         
				