<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.subsilver.en.xsl"?>
<!--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/-->
<!-- $id$ -->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.xsd">
  <header>
    <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
    <title lang="nl">Better captcha</title>
    <title lang="en-gb">Better captcha</title>
    <description lang="nl">Deze mod voegt een betere captcha toe als de standaard phpbb versie.</description>
    <description lang="en-gb">This mod add a better captcha to phpbb.</description>
    <author-notes lang="nl">Deze mod vereist dat de phpbb extensie is geladen. Wanneer deze niet is geladen, zal de standaard phpbb captcha worden weergeven.
Deze mod bevat enkele .ttf files. Deze zijn released onder de GPL en kunnen zo worden gedownload van internet. Je kan zelf eventueel meer fonts toevoegen.</author-notes>
    <author-notes lang="en-gb">Please note that this mod requires the GD extension loaded. If this isn't loaded, the normal captcha will be displayed.
This mod has some .ttf files included. These are released under the GPL, and can be downloaded at internet. You can self add more fonts.</author-notes>
    <author-group>
      <author>
        <realname>paul sohier</realname>
        <email>webmaster@paulscripts.nl</email>
        <username>paul999</username>
        <homepage>http://www.paulscripts.nl</homepage>
        <contributions />
      </author>
    </author-group>
    <mod-version>
      <major>1</major>
      <minor>0</minor>
      <revision>1</revision>
    </mod-version>
    <installation>
      <level>easy</level>
      <time>198</time>
      <target-version>
        <target-primary>2.0</target-primary>
        <target-major allow="exact">2</target-major>
        <target-minor allow="exact">0</target-minor>
      </target-version>
    </installation>
    <history>
      <entry>
        <date>2006-04-14</date>
        <rev-version>
          <major>0</major>
          <minor>0</minor>
          <revision>1</revision>
        </rev-version>
        <changelog lang="nl">
          <change>eerste release.</change>
        </changelog>
        <changelog lang="en-GB">
          <change>First beta.</change>
        </changelog>
      </entry>
      <entry>
        <date>2006-04-16</date>
        <rev-version>
          <major>1</major>
          <minor>0</minor>
          <revision>0</revision>
        </rev-version>
        <changelog lang="nl">
          <change>Toegevoegd aan moddb.</change>
        </changelog>
        <changelog lang="en-GB">
          <change>Submitted to moddb.</change>
        </changelog>
      </entry>
      <entry>
        <date>2006-11-18</date>
        <rev-version>
          <major>1</major>
          <minor>0</minor>
          <revision>1</revision>
        </rev-version>
        <changelog lang="nl">
          <change><![CDATA[Fix voor php < 4.2.0]]></change>
          <change>Kleine verandering voor modsdb</change>
          <change>Nieuwe fonts toegevoegd van phpBB3</change>
        </changelog>
        <changelog lang="en-GB">
          <change><![CDATA[Fix for php < 4.2.0]]></change>
          <change>Small change for submitting</change>
          <change>Added new fonts from phpBB3</change>
        </changelog>
      </entry>
    </history>
  </header>
  <action-group>
    <copy>
      <file from="root/includes/*.*" to="includes/*.*" />
    </copy>
    <open src="profile.php">
      <edit>
        <find>		include($phpbb_root_path . 'includes/usercp_confirm.'.$phpEx);</find>
        <action type="replace-with">		include($phpbb_root_path . 'includes/usercp_captcha.'.$phpEx);</action>
      </edit>
    </open>
  </action-group>
</mod>