<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="./xsl/modx.prosilver.en.xsl"?>
<!-- 
	NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.
-->
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.2.xsd">
	<header>
		<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
		<title lang="en">Prime Login via E-Mail Pre-Installation Check</title>
		<description lang="en">The pre-installation script is used to search for usernames that match the e-mail addresses of other users so that you can resolve these conflicts before installing the MOD.</description>
		<author-notes lang="en">To run this script, login as an administrator, copy "contrib/language/en/mods/pre-install_check.php" to "contrib/language/en/mods/pre-install_check.php" and "contrib/pre-install_check.php" to "pre-install_check.php", then point your web browser to this file. After the script completes and you have resolved any listed conflicts, delete both of the files you just copied.</author-notes>
		<author-group>
			<author>
				<realname>Ken F. Innes IV</realname>
				<email>primehalo@gmail.com</email>
				<username>primehalo</username>
				<homepage><![CDATA[http://www.absoluteanime.com/admin/mods.htm#login_via_email]]></homepage>
			</author>
		</author-group>
		<mod-version>1.0.0</mod-version>
		<installation>
			<level>easy</level>
			<time>60</time>
			<target-version>3.0.2</target-version>
		</installation>
		<link-group>
			<link type="parent" href="../install.xml" lang="en">Main Install File</link>
		</link-group>
		<history>
			<entry>
				<date>2008-08-09</date>
				<rev-version>1.0.0</rev-version>
				<changelog lang="en">
					<change>Initial release.</change>
				</changelog>
			</entry>
		</history>
	</header>
	<action-group>
		<copy>
 			<file from="contrib/language/en/mods/pre-install_check.php" to="language/en/mods/pre-install_check.php" />
 			<file from="contrib/pre-install_check.php" to="pre-install_check.php" />
		</copy>
		<diy-instructions lang="en">Login as an administrator, and point your web browser to the "pre-install_check.php" file 
that you just copied to the root directory of your phpBB board. After the script completes
and you have resolved any listed conflicts, delete both of those files you just copied.</diy-instructions>
	</action-group>
</mod>
