i install the b3 software,create the mysql data bases all good... i use the 2 installers and any have the plugins !register...

the software run good, the mysql and the logs are ok but i cant register in my server

see in youtube i press !register
http://www.youtube.com/watch?v=vCjeALi1UM8or i need create thats plugin?
b3.xml:
<configuration>
<settings name="b3">
<set name="parser">iourt41</set>
<!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
<set name="database">mysql://kwbotb3:********@localhost/b3</set>
<!-- Name of the bot -->
<set name="bot_name">^0|^2KW^0|^2Bot^7:</set>
<!-- Ingame messages are prefixed with this code, you can use colorcodes -->
<set name="bot_prefix">^0|^2KW^0|^2Bot^7:</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<!-- The timezone your bot is in -->
<set name="time_zone">CST</set>
<!-- How much detail in the b3 logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
<set name="log_level">9</set>
<!-- Name of the logfile the bot will generate -->
<set name="logfile">b3.log</set>
</settings>
<settings name="server">
<!-- The RCON pass of your gameserver -->
<set name="rcon_password">*********</set>
<!-- The port the server is running on -->
<set name="port">186</set>
<!-- The gameserver generates a logfile, put the path and name here (very important !) -->
<set name="game_log">
http://localhost\q3ut4\games_mp.log</set>
<!-- If you want to run b3 on a different computer than where your server reside (remote access to the gamelog), you can connect via ftp or http by using the following syntax:
<set name="game_log">
http://ftp://username:password@serverhost/path/to/games_mp.log</set>
<set name="game_log">
http://serverhost/path/to/games_mp.log</set>
Note: you can protect your http access with a .htaccess, b3 can authenticate itself.
-->
<!-- The public IP your gameserver is residing on -->
<set name="public_ip">186.86.2**.1*8</set>
<!-- The IP the bot can use to send RCON commands to (127.0.0.1 when on the same box) -->
<set name="rcon_ip">186.86.***.1*8</set>
<!-- Is the gameserver running PunkBuster Anticheat: on/off -->
<set name="punkbuster">off</set>
<!-- Delay between each log reading. Set a higher value to consume less disk ressources or bandwidth if you remotely connect (ftp or http remote log access) -->
<set name="delay">0.33</set>
<!-- Number of lines to process per second. Set a lower value to consume less CPU ressources -->
<set name="lines_per_second">50</set>
</settings>
<settings name="autodoc">
<set name="type">html</set>
<set name="maxlevel">100</set>
</settings>
<settings name="messages">
<set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
<set name="kicked">$clientname^7 was kicked $reason</set>
<set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
<set name="banned">$clientname^7 was banned $reason</set>
<set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
<set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
<set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
<set name="unbanned">$clientname^7 was un-banned $reason</set>
</settings>
<settings name="plugins">
<set name="external_dir">@b3/extplugins</set>
</settings>
<plugins>
<plugin name="censor" config="@conf/plugin_censor.xml" />
<plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml" />
<plugin name="admin" config="@conf/plugin_admin.xml" />
<plugin name="tk" config="@conf/plugin_tk.xml" />
<plugin name="stats" config="@conf/plugin_stats.xml" />
<plugin name="pingwatch" config="@conf/plugin_pingwatch.xml" />
<plugin name="adv" config="@conf/plugin_adv.xml" />
<plugin name="status" config="@conf/plugin_status.xml" />
<plugin name="welcome" config="@conf/plugin_welcome.xml" />
<plugin name="punkbuster" config="@conf/plugin_punkbuster.xml" />
<plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
<plugin name="bots" config="@b3/extplugins/conf/bots.xml"/>
<plugin name="potion" config="@b3/extplugins/conf/potion.xml"/>
<plugin name="banlist" config="@b3/extplugins/conf/banlist.xml"/>
<plugin name="spree" config="@b3/extplugins/conf/plugin_spree.xml"/>
<plugin name="knifer" config="@b3/extplugins/conf/knifer.xml"/>
<plugin name="registered" config="@b3/extplugins/conf/plugin_registered.xml"/>
<plugin name="flagstats" config="@b3/extplugins/conf/flagstats.xml"/>
<plugin name="headshotsurt" config="@b3/extplugins/conf/headshots.xml"/>
<plugin name="urtbslap" config="@b3/extplugins/conf/urtbslap.xml"/>
<plugin name="weaponcontrolurt" config="@b3/extplugins/conf/plugin_weaponcontrolurt.xml"/>
<plugin name="countryfilter" config="@b3/extplugins/conf/countryfilter.xml"/>
</plugins>
</configuration>