Im trying to install b3 on windows on a home running server. When i start up b3 it says evrythinh is working fine but in-game commands like !help , !time doesn't work neither does !iamgod work. It does say things ingame like B3: BigbrotherBot is watching you .... etc.
Here is my b3.xml file
<?xml version="1.0"?>
<configuration>
<settings name="b3">
<set name="parser">cod2</set>
<set name="database">mysql://floris:******@localhost/b3</set>
<set name="bot_name">B3</set>
<set name="bot_prefix">^1[^7B3^1]^4*^7</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<set name="time_zone">CST</set>
<set name="log_level">8</set>
<set name="logfile">C:\Users\Floris\home/b3.log</set>
</settings>
<settings name="server">
<set name="rcon_password">*****</set>
<set name="port">28960</set>
<set name="game_log">C:\Program Files\Activision\Call of Duty 2 1.2\main\games_mp.log</set>
<set name="public_ip">78.22.50.81</set>
<set name="rcon_ip">127.0.0.1</set>
<set name="punkbuster">on</set>
</settings>
<settings name="autodoc">
<set name="type">html</set>
<set name="maxlevel">100</set>
<set name="destination">C:\Users\Floris\home\b3_doc.html</set>
</settings>
<settings name="messages">
<set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
<set name="kicked">%s^7 was kicked %s</set>
<set name="banned_by">%s^7 was banned by %s^7 %s</set>
<set name="banned">%s^7 was banned %s</set>
<set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
<set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
<set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
<set name="unbanned">%s^7 was un-banned %s</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"/>
</plugins>
</configuration>
here's my b3 log file :
http://pastebin.com/itngVqxeI know i don't have a guid on my server but friends of me ( with guid) tried it also and it didn't work either