############################################################## 
## MOD Title: Search the Web MOD v2.0.0
## MOD Author: epic1231 < epic@doppysearch.com > http://www.aaforum.net/forum/
## MOD Description:    This MOD will add a search form to your overal_header file of your forum.
##                     Will work for all versions of phpbb
## MOD Version: 2.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minutes 
## Files To Edit: templates/***/overall_header.tpl
##
##
##
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes:
##
## This will add a search form to your phpbb forum's. The results will popup so the visitors
## will not leave your forums once they submit a search.  Simple Addon MOD - please 
## visit http://www.aaforum.net/forum/ for any help or support needed for this MOD and for 
## other great MODS for phpbb.
##
## Please note, if using the Pre-Modded File you can not have any already installed MODs as 
## it will cause a conflict. Please install the MOD manually if board has been modified 
## previously ## to save you from any problems.
##
############################################################## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 

# 
#-----[ OPEN ]------------------------------------------ 
# 
templates/****/overall_header.tpl

# 
#-----[ FIND ]------------------------------------------ 
# 

<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;
					</tr>

# 
#-----[ After, ADD ]------------------------------------------ 
# 
## Change the <center> tags to whereever you wish the form to reside on your forums

					<p><center>
<form method="POST" action="http://www.doppysearch.com/cgi-bin/smartsearch/smartsearch.cgi" target='_blank'>
<input type="hidden" name="username" value="epic">
Search the Web:
<input type="text" name="keywords" size="20">
<input type="submit" value="Search" name="search">
</form>
</center>
# 
#-----[ SAVE/CLOSE/UPLOAD ALL FILES ]------------------------------------------ 
# 
# EoM 
