I know nothing about this but i get this
Starting
www.bigbrotherbot.net (b3) v1.4.1 [nt] (Daniel) [Win32 standalone]
Using config file: conf\b3.xml
Using external plugin directory: C:\Program Files\BigBrotherBot_1.4.1\extplugins
Activating log : C:\Program Files\BigBrotherBot_1.4.1\b3.log
Connecting to DB : FAILED!
Traceback (most recent call last):
File "b3\run.pyo", line 174, in main
File "b3\run.pyo", line 138, in run
File "b3\__init__.pyo", line 161, in start
File "b3\parser.pyo", line 314, in __init__
TypeError: 'NoneType' object is unsubscriptable
Press the [ENTER] key
in b3.xml what is the db there i have put
<?xml version="1.0"?>
<configuration>
<settings name="b3">
<set name="parser">cod4</set>
<set name="database">mysql://root://localhost/b3</set>
<set name="bot_name">Big Brother</set>
<set name="bot_prefix">^0(^2b3^0)^7:</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<set name="time_zone">GMT</set>
<set name="log_level">50</set>
<set name="logfile">C:\Program Files\BigBrotherBot_1.4.1\b3.log</set>
</settings>
<settings name="server">
<set name="rcon_password">HIDDEN</set>
<set name="port">28960</set>
<set name="game_log"></set>
<set name="public_ip">HIDDEN</set>
<set name="rcon_ip">HIDDEN</set>
<set name="punkbuster">off</set>
</settings>
<settings name="autodoc">
<set name="type">html</set>
<set name="maxlevel">100</set>
<set name="destination">C:\Program Files\BigBrotherBot_1.4.1\b3_doc.html</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"/>
</plugins>
</configuration>
only my b3.xml is in my is in the conf folder (which i had to create).