I try to upload b3 file in phpMyAdmin but i only can upload in SQL format and when i try to upload it in SQL format it gives me this error
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?xml version="1.0"?> <configuration> <settings name="b3"> <set name="p' at line 1
my b3 cfg:
<?xml version="1.0"?>
<configuration>
<settings name="b3">
<set name="parser">cod6</set>
<set name="database">mysql://MyUserHere:MyPassHere@localhost/b3</set>
<set name="bot_name">B3</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">9</set>
<set name="logfile">C:\\BigBrotherBot_1.4.1\\BigBrotherBot_1.4.1/b3.log</set>
</settings>
<settings name="server">
<set name="rcon_password">MyRconPass</set>
<set name="port">28960</set>
<set name="game_log">C:\\Documents and Settings\\NEzverins\\My Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main/games_mp.log</set>
<set name="public_ip">192.168.1.100</set>
<set name="rcon_ip">127.0.0.1</set>
<set name="punkbuster">off</set>
</settings>
<settings name="autodoc">
<set name="type">html</set>
<set name="maxlevel">100</set>
<set name="destination">C:\\BigBrotherBot_1.4.1\\BigBrotherBot_1.4.1\\conf/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">C:\\BigBrotherBot_1.4.1\\BigBrotherBot_1.4.1\\extplugins/extplugins</set>
</settings>
<plugins>
<plugin name="admin" config="@conf/plugin_admin.xml"/>
</plugins>
</configuration>