Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

IW5M: Dedicated/B3/Client Install/All Tutorials

Опубликовано:

All IW5M Tutorials

 

If you request assistance please state which one you need before writing. Something like this:

Dedicated Server help
My server crashes!

Got it? Thank you!

 

Dedicated Server Tutorial

 

I am posting this ahead of time to be moved on release with IW5M, please offer any suggestions, changes and correct any errors:

 

 

How to make a Dedicated Server for IW5M:

1. Have clean install of MW3 from Steam (or HldsUpdateTool Installer)

 

2. Download the Dedicated Server Update Tool (dsut.zip).

 

3. Place both files into the root directory of mw3 where the folders and .exe files are.

 

4. Run dsut.exe

 

5. Create a shortcut to iw5m_server.exe and add the following paramaters into the target field after openning the properties:

+set net_queryPort 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate

It should look something like this:

D:\iw5m\iw5m_server.exe +set net_queryport 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate

 

6. Make sure you port forward 27015, 27016 AND 27017 of the net_queryport, net_port and masterServerPort on your router and firewall. Note: your antivirus (or rather the firewall that comes with it) is most likely going to block any server activity. Disable it or add an exception.

Go to: http://www.portforward.com/ for help on port-forwarding.

 

7. Go into the folder "admin" and edit the server.cfg file as you wish.

Find a copy of the server.cfg here.

Find a copy of default.dspl here.

 

8. Run the shortcut you made previously and away you go.

Your server should now be running.

 

How to Run Multiple Servers:

If you wish to create another server, copy and paste your server.cfg, rename it to server2.cfg or something appropriate and then change the following in your shortcut:

+set sv_config "server.cfg"
+set net_queryPort 27015
+set net_port 27016
+set net_masterServerPort 27017

to:

+set sv_config "server2.cfg"
+set net_queryPort 27018
+set net_port 27019
+set net_masterServerPort 27020

The ports can be different. I would suggest figuring out what ports you wish to use and then change them accordingly.

My suggestion is to use 15-17, 18-20, 21+22 and so you

You can use pretty much anything you want, just use some common sense and try to stay close to the 27000-27100 range

 

Also, in your config for each server add "seta g_log " and give a different log name. This is for b3.

 

Here is a breakdown of what each net_x parameter does:

+set net_port = ??? 
(I have no idea what this does but seems important) -Typing "net_port"  in the console will show this port.

+set net_queryPort = "game port"
(used for /connect) - Typing "net_queryport" in the console will show this port.

+ set net_masterServerPort = query port 
(This is used for b3/rcon) - Typing "net_masterServerPort" in the console will show this port.

net_authPort = auth port
(not used for IW5M) - This can be ignored

 

How to Edit Gametype/Recipes:

You can also get some premade recipes here

Go into the admin folder in your mw3 directory.

Open up your server.cfg

In that file, you should see a line (or few) like this:

// Dedicated server play list (DSPL) specifying server map rotation.
//    Valid game options are controlled via DSR (dedicated server recipe) specified in the DSPL.
seta sv_maprotation "default"

What you set there is where the server will read your map rotations and game types from.

Now open "default.dspl"

If you scroll to the bottom, you will see a few lines that look like this:

*,TDM_default,1
mp_bootleg,DOM_default,1
*,TDEF_default,1000
mp_bravo,JUG_default,1
mp_dome,FFA_default,1

This may look confusing, but it's actually quite simple.

The config is set up like this:

 

map,gametype,weight

 

Map can be any of the maps below or an *. A * Signifies "pick a random map".

Gametype can be any file that is in the admin folder. These are a little more difficult, I'll come back to this later.

Weight just means that the larger the number, the more likely it is to play. (1->1000)

So for instance, if you were to set:

mp_dome,FFA_default,1

This would mean that Dome would be the only map to play and it would be FFA.

If you were to set:

*,TDEF_default,1000

This would mean that it could be any map but it will be team defender every time.

But, if you were to set:

mp_bravo,JUG_default,1
mp_dome,FFA_default,2

This would mean that the only 2 maps your server would play would be Dome and Mission. Mission would always be Juggernaut and Dome would always be FFA. FFA on Dome is more likely to be played because the weight is higher.

 

I have included a modified default.dspl which helps to explain this under step 7 of the first part of this tutorial.

 

Now, on to gametypes.

If you open a .dsr file you will find a bunch of setting you can change. This is everything from gametype, to gametype rules, to class loadouts, to HC settings and such. This is your more in-depth server.cfg

But it's much better. You can fiddle around here OR you can go ingame, enter private match and then change the configuration to what you want. When you're done, hit the "save recipe to disk" button under the "Game setup" menu to save it to your admin folder on your computer.

All you need to do then is move it to your server, drop it back in the admin folder and configure your default.dspl to include it.

 

Map Names:

Standard Maps:

mp_alpha - Lockdown
mp_bootleg - Bootleg
mp_bravo - Mission
mp_carbon - Carbon
mp_dome - Dome
mp_exchange - Downturn
mp_hardhat - Hardhat
mp_interchange - Interchange
mp_lambeth - Fallen
mp_mogadishu - Bakaara
mp_paris - Resistance
mp_plaza2 - Arkaden
mp_seatown - Seatown
mp_radar - Outpost
mp_underground - Underground
mp_village - Village

DLC Maps:

mp_terminal_cls - Terminal
mp_cement - Foundation
mp_italy - Piazza
mp_meteora - Sanctuary
mp_morningwood - Black Box
mp_overwatch - Overwatch
mp_park - Liberation
mp_qadeem - Oasis
mp_boardwalk - Boardwalk
mp_moab - Gulch
mp_nola - Parish
mp_roughneck - Off shore
mp_shipbreaker - Decommission

Face-off Maps:

mp_aground_ss - Aground
mp_courtyard_ss - Erosion
mp_hillside_ss - Getaway
mp_restrepo_ss - Lookout
mp_crosswalk_ss - Intersection
mp_burn_ss - U-turn
mp_six_ss - Vortex

 

Colour Codes

^1 – Red
^2 – Green
^3 – Yellow
^4 – Blue
^5 – Light Blue
^6 – Pink
^7 – White
^0 – Black

Made by napsterlove.

___________________________________________________________________________________________________________________________________

 

B3 Tutorial

 

Prerequisites: (there are several tutorials on the web, on how to install and configure these)

 

To start, of course, an IW5M dedicated server (I hope you checked this tutorial already)

A webserver (IIS, apache, etc will do it. Tested with IIS 7.5)

MySQL Server - http://www.mysql.com/downloads/ (tested with MySQL Server 5.5)

PHP - http://www.php.net/

PhpMyAdmin - http://www.phpmyadmin.net/home_page/downloads.php

Python - http://www.python.org/download/ (tested with Python 2.7.3 64-bit)

MySql-Python - http://www.codegood.com/archives/129 (tested with MySQL-python-1.2.3 64-bit)

B3 Python source version - http://forum.bigbrotherbot.net/download ... iew;down=4 (tested with b3-1.8.1)

 

Later versions should work without any kind of problems (keep in mind about MySQL-Python compatibility with Phython versions though).

 

Also note that b3 can be set with an SQLite database instead of MySQL, saving you from installing a webserver, MySQL Server, PHP and PhpMyAdmin. But since I never used SQLite, I'm not the right person to tell you how to do it with SQLite. You can find some info on it here

Also, I preffer the typical installation (the one I'm explaining on this tutorial) because it allows you to install xlrstats or echelon webfronts.

 

 

Now that you got everything above running, it's time to create your database. Login on PhpMyAdmin, create the database and import the sql template that you can find inside b3\sql on the b3 package.

 

Now it's time to actually setup B3.

Extract "to somewhere" the content on your B3 zip (for guiding on this tutorial, let's suppose that you extracted it to the root of C drive and then renamed the folder to "b3")

The next step is to copy "cod8.py" to your b3 installation. You can find "cod8.py" on "admin" folder on your IW5M server installation. Copy "cod8.py" to "C:\b3\b3\parsers\"

 

Now go here to generate a config file (b3.xml):

http://config.bigbrotherbot.net/

Of course that you won't find IW5M on the list :) MW3 was never supposed to have b3 support, right? :P Just choose "Call of Duty: Modern Warfare 2"

Fill in all your information there. Keep in mind that B3 config files only work with front slashes (/). As for the log file, it's getting created on "scripts" folder. So, the path would be something like "C:/IW5M/scripts/games_mp.log".

For RCON IP, use the local IP. Do NOT use localhost (127.0.0.1)

The "Server Port" will be the port used for rcon. The port used for rcon will be the "query port". You can check what's that server's query port by looking at the console's output when you launch the server. Look at this line: "Initializing Steam Game Server: game port *****, auth port ****, query port *****,"

Save the config and move it to "C:\b3\b3\conf\"

 

Now open b3.xml with some text editor (notepad++ is great for it) and change the parser.

Where it says:

cod6

change to:

cod8

 

Usage of the !login command:

To prevent, that other can change their XUID to your one and control your server, you can use the 'login-plugin', provided by B3.

1.) Add this line to your b3.xml at the 'plugin-section':


2.) Change the plugin_login.xml, loacted in the conf folder to your favorite settings

3.) Go into your MySQL database, and go to (ex. 'b3') --> 'clients' --> search your name (ex. qvp | MAGIC) and click at 'edit'.

4.) Go to this MD5-'translator' homepage, because your password have to saved as MD5-hash. Enter your password in the TEXT thingy and click at ENCODE. Now you can copy your password as MD5-hash...

5.) Change to your MySQL database and paste the MD5-hash password in the password-field.

6.) Start/Restart your B3 and join your server.

7.) Now login with

/!login 

 

IMPORTANT

When you bind/write this command then be sure you are hiding it (default with /!login ! Or your password is revealed!

 

Or use this tutorial by 'TranquiliZer' : viewtopic.php?f=30&t=23413

 

 

Important note to hosts running HC servers:

Although we unlocked dedicated server commands, there's still a bug with Teamkill. If you're running an HC server with teamkill disabled, b3 will still ban players for teamkill, although they can't actually kill their team-mates. To prevent this from happening, remove "plugin_tk" from b3.xml.

Just delete this line, if exists:

 

Now just save the changes and close the file.

Browse to C:\b3\ and start "b3_run.py" to start B3.

 

On another note, B3 is capable of registering data to xlrstats database already. But since there's not an IW5M xlrstats template available already to retrieve the stats, we'll leave xlrstats tutorial for later.

 

To finish, I leave you an example of a working b3.xml

<?xml version="1.0"?>


cod8
mysql://root:mysqlpassword@localhost/b3
B3
^0(^2b3^0)^7:
%I:%M%p %Z %m/%d/%y
GMT
10
C:/b3/b3.log


rconpassword
27017
C:/IW5M/scripts/games_mp.log
192.168.1.1
192.168.1.1
off


xml
100
C:/b3/b3_doc.html


$clientname^7 was kicked by $adminname^7 $reason
$clientname^7 was kicked $reason
$clientname^7 was banned by $adminname^7 $reason
$clientname^7 was banned $reason
$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason
$clientname^7 was temp banned for $banduration^7 $reason
$clientname^7 was un-banned by $adminname^7 $reason
$clientname^7 was un-banned $reason


@b3/extplugins













Made by Paulofonta

___________________________________________________________________________________________________________________________________

 

Client Installation

 

 

If you have any questions just follow the video EXACTLY and make sure to read the description.

Made by DidUknowiPwn

 

 

-Staff you can edit this thread as much as you please!-

  • Ответы 686
  • Просмотры 125k
  • Created
  • Последний ответ

Top Posters In This Topic

Featured Replies

Опубликовано:

Hi guys.

 

I followed the tutorials and set up my Dedicated Server to play with some friends only at home...but there are somekind of problems...

 

I can connect and others too, it works fine...

but only using the command: "connect SERVER_IP:SERVER_PORT"

 

My server is set up to be a multiplayer "LAN" but me and my friends only can see it on INTERNET, CANNOT see it on LAN tab nor cought INFO from it from info button and if we try to connect from main mw3 window...it tries for a long time and return a "time out error"

I even thied to turn off my firewall but...it still the same...

 

Tks again!!

Опубликовано:

@blankfile99

The LAN tab doesn't work in IW5M.

If connecting from the same network, you must connect using the local IP with the connect command (like you've been doing).

 

@Vitaaa

If you're sure that the ports are properly forwarded, then there MUST be a firewall blocking the traffic. My guess goes for the anti-virus still messing around, or router's firewall.

By the way, what router do you have? (there are some router firmwares that don't allow ports to be opened)

Опубликовано:
Thomson Gateway TG

Bullseye! :(

One of our ISPs here in Portugal also provides us with that router. I had to change mine to host services since although you "disable" the router's firewall on it's interface, it still blocks ports.

It's happening with several people here in Portugal. There's nothing you can do unless buying a decent router (like I did)

Опубликовано:
@blankfile99

The LAN tab doesn't work in IW5M.

If connecting from the same network, you must connect using the local IP with the connect command (like you've been doing).

 

@Vitaaa

If you're sure that the ports are properly forwarded, then there MUST be a firewall blocking the traffic. My guess goes for the anti-virus still messing around, or router's firewall.

By the way, what router do you have? (there are some router firmwares that don't allow ports to be opened)

 

Ahhh...ok, so I'm doin' right.

 

so you're doing a good job.

 

Tks very much

Опубликовано:
Bullseye! :(

One of our ISPs here in Portugal also provides us with that router. I had to change mine to host services since although you "disable" the router's firewall on it's interface, it still blocks ports.

It's happening with several people here in Portugal. There's nothing you can do unless buying a decent router (like I did)

aww ok :cry: thanks for info

Опубликовано:

No matter what I do, when I launch b3_run.exe it fails to connect to database & tells me to press "Enter" to close it. It connects to my server & everything, if I'm my server it will show that the B3 console has connected, but I can't use any commands. Snapshot_1_zpsd14da82d.png Please help! This is my B3 config, I modified to just so you can't see my IP or password though :D

 

 

 

<?xml version="1.0"?>


cod8
mysql://root:mysqlpassword@localhost/b3
B3
^0(^2b3^0)^7:
%I:%M%p %Z %m/%d/%y
GMT
10
C:\BigBrotherBot\conf\b3.log


rconpassword
27017
C:\Users\Frankie\Desktop\Modern Warfare 3\scripts\games_mp.log
192.168.1.1
192.168.1.1
off


xml
100
C:/b3/b3_doc.html


$clientname^7 was kicked by $adminname^7 $reason
$clientname^7 was kicked $reason
$clientname^7 was banned by $adminname^7 $reason
$clientname^7 was banned $reason
$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason
$clientname^7 was temp banned for $banduration^7 $reason
$clientname^7 was un-banned by $adminname^7 $reason
$clientname^7 was un-banned $reason


@b3/extplugins












 

Also, what do I put here, " mysql://root:mysqlpassword@localhost/b3" I am using xaamp because Wampserver just crashes before I even get to open it. I have done everything in localhost/phpmyadmin. Yet I cannot connect to the DB.

Опубликовано:

You got 2 problems there.

1. either your MySQL password is wrong, or a database named "b3" doesn't exist there.

Are you sure that you can login through phpmyadmin?

2. one of your plugins is having an issue (error 223 while loading)

Опубликовано:

Could it be because of this line " mysql://root:mysqlpassword@localhost/b3\" Since I do not know what I have to change it to?

Опубликовано:

Now, when I open MySQL Command Line Client, I type in my password & it just beeps, then closes.

Опубликовано:

hello i need help with my b3. It seems ok, but in server no b3. Any suggestions?

 

Starting http://www.bigbrotherbot.net (b3) v1.9.0dev8 [nt] [seda] [Win32 standalone]

Using config file: conf\b3.xml
checking for updates...
latest B3 stable version is 1.8.2
...no update available.
Using external plugin directory: C:\b3\BigBrotherBot-1.9.0dev8-win32\extplugins
Activating log   : conf\b3.log
Connecting to DB : OK
Using Gamelog    : D:\Program Files (x86)\Call of Duty- Modern Warfare 3  4delta
1\scripts\games_mp.log
Testing RCON     : OK
Loading Events   : 34 events loaded
Loading Plugins  : ............ (12)
Starting Plugins : ............ (12)
Startup Complete : B3 is running! Let's get to work!

(If you run into problems, check conf\b3.log in the B3 root directory for detail
ed log info)

Press the [ENTER] key

Опубликовано:
Startup Complete : B3 is running! Let's get to work!

 

(If you run into problems, check conf\b3.log in the B3 root directory for detail

ed log info)

 

Press the [ENTER] key

Ok, there's something wrong there for that "Press the [ENTER] key" part to show up.

Post here the content of b3.log, inside a code box.

Опубликовано:

I set a password on my server. If i use

connect 192.168.x.xxx:270xx

in the console then there is a message "Invalid password". How do enter a password in the console?

Опубликовано:
You need to input 2 commands.

password [pass]
connect [iP]:[port]

 

Thanks for the quick reply! :D But I have another problem: I can join the server, but my friend can't. Either it just connects forever or it says "Connection timed out"...

Опубликовано:

121009 18:48:40	BOT    	'www.bigbrotherbot.net (b3) v1.9.0dev8 [nt] [seda] [Win32 standalone]'
121009 18:48:40	BOT    	'Python: 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]'
121009 18:48:40	BOT    	'Default encoding: ascii'
121009 18:48:40	BOT    	'Starting Cod8Parser v0.1 for server 192.168.1.145:27017'
121009 18:48:40	BOT    	'--------------------------------------------'
121009 18:48:40	BOT    	'Attempting to connect to database mysql://b3:******@localhost/b3...'
121009 18:48:40	BOT    	'Connected to database [1 times]'
121009 18:48:40	BOT    	'Game log D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1/scripts/games_mp.log'
121009 18:48:40	BOT    	'Starting bot reading file D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1\\scripts\\games_mp.log'
121009 18:48:40	BOT    	'rcon status Cache Expire Time: [2 sec] Type: [memory]'
121009 18:48:40	VERBOSE	"RCON sending (192.168.1.145:27017) 'status'"
121009 18:48:41	BOT    	'Loading Plugins (external plugin directory: C:\\b3\\BigBrotherBot-1.9.0dev8-win32\\extplugins)'
121009 18:48:41	BOT    	'Loading Plugin #1 censor [conf\\plugin_censor.xml]'
121009 18:48:41	BOT    	'CensorPlugin: Loading config conf\\plugin_censor.xml for CensorPlugin'
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'shit' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'ass' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'asshole' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'fuck' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'fuc' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'cunt' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'cock' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'dick' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'bitch' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'biatch' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'fag' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'nigger' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'pussy' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'lul' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'flikker' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'homo' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'kanker' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'teringlijer' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'kut' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'hoer' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'neuk' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'vittu' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'paskiainen' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'kusipaeae' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'fitte' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'pikk' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'hore' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'fitta' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'knullare' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'kuksugare' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'huora' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'spica' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'piroca' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'caralho' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'puta' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'cabra' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'maricon' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'pinche' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'batard' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'encule' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'merde' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'putain' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'salaud' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'connard' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'salopard' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'salope' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'scheisse' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'arsch' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'huendin' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'kopulieren' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'fick' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'chuj' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'kutas' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'fiut' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'pedal' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'cipa' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'pizda' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'ciota' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'dupek' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'kurwa' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'skurwysyn' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'zajebac' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'pojebac' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'wyjebac' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'pierdolic' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'rozpierdalac' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'popierdolony' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badword rule 'wypierdalac' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'doublecolor' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'ass' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'fuck' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'shit' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'bitch' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'pussy' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'nigger' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'cunt' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'nazi' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'jihad' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'admin' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'hitler' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'asshole' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'kut' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'hoer' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'huora' loaded"
121009 18:48:41	DEBUG	"CensorPlugin: badname rule 'puta' loaded"
121009 18:48:41	DEBUG	'Register Event: Stop Process: CensorPlugin'
121009 18:48:41	DEBUG	'Register Event: Program Exit: CensorPlugin'
121009 18:48:41	BOT    	'Plugin censor (3.1 - ThorN, xlr8or, Bravo17, Courgette) loaded'
121009 18:48:41	BOT    	'Loading Plugin #2 spamcontrol [conf\\plugin_spamcontrol.xml]'
121009 18:48:41	BOT    	'SpamcontrolPlugin: Loading config conf\\plugin_spamcontrol.xml for SpamcontrolPlugin'
121009 18:48:41	DEBUG	'Register Event: Stop Process: SpamcontrolPlugin'
121009 18:48:41	DEBUG	'Register Event: Program Exit: SpamcontrolPlugin'
121009 18:48:41	BOT    	'Plugin spamcontrol (1.3 - ThorN, Courgette) loaded'
121009 18:48:41	BOT    	'Loading Plugin #3 admin [conf\\plugin_admin.xml]'
121009 18:48:41	BOT    	'AdminPlugin: Loading config conf\\plugin_admin.xml for AdminPlugin'
121009 18:48:41	INFO	'AdminPlugin: ------ loading warn_reasons from config file ------'
121009 18:48:41	INFO	"AdminPlugin: warn reason 'default' : (60.0, '^7behave yourself')"
121009 18:48:41	INFO	"AdminPlugin: warn reason 'generic' : (60.0, '^7')"
121009 18:48:41	INFO	'AdminPlugin: rule9      3 hours   \t"^3Rule #9: Do ^1NOT ^3fire at teammates or within 10 seconds of spawning" '
121009 18:48:41	INFO	'AdminPlugin: rule8      3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
121009 18:48:41	INFO	'AdminPlugin: rule3      1 day     \t"^3Rule #3: No arguing with admins (listen and learn or leave)" '
121009 18:48:41	INFO	'AdminPlugin: rule2      1 day     \t"^3Rule #2: No clan stacking, members must split evenly between the teams" '
121009 18:48:41	INFO	'AdminPlugin: rule1      1.4 week  \t"^3Rule #1: No racism of any kind" '
121009 18:48:41	INFO	'AdminPlugin: rule7      1 day     \t"^3Rule #7: No advertising or spamming of websites or servers" '
121009 18:48:41	INFO	'AdminPlugin: rule6      1 day     \t"^3Rule #6: No recruiting for your clan, your server, or anything else" '
121009 18:48:41	INFO	'AdminPlugin: rule5      1 hour    \t"^3Rule #5: No offensive or potentially offensive names, annoying names, or in-game (double caret (^)) color in names" '
121009 18:48:41	INFO	'AdminPlugin: rule4      1 day     \t"^3Rule #4: No abusive language or behavior towards admins or other players" '
121009 18:48:41	INFO	'AdminPlugin: adv        1 day     \t"^3Rule #7: No advertising or spamming of websites or servers" '
121009 18:48:41	INFO	'AdminPlugin: afk        5 minutes \t"^7you appear to be away from your keyboard" '
121009 18:48:41	INFO	'AdminPlugin: generic    1 hour    \t"^7" '
121009 18:48:41	INFO	'AdminPlugin: ci         5 minutes \t"^7connection interupted, reconnect" '
121009 18:48:41	INFO	'AdminPlugin: racism     1.4 week  \t"^3Rule #1: No racism of any kind" '
121009 18:48:41	INFO	'AdminPlugin: camp       1 hour    \t"^7stop camping or you will be kicked!" '
121009 18:48:41	INFO	'AdminPlugin: sfire      3 hours   \t"^3Rule #9: Do ^1NOT ^3fire at teammates or within 10 seconds of spawning" '
121009 18:48:41	INFO	'AdminPlugin: color      1 hour    \t"^7No in-game (double caret (^)) color in names" '
121009 18:48:41	INFO	'AdminPlugin: tk         1 day     \t"^7stop team killing!" '
121009 18:48:41	INFO	'AdminPlugin: nocmd      1 hour    \t"^7do not use commands that you do not have access to, try using !help" '
121009 18:48:41	INFO	'AdminPlugin: spec       5 minutes \t"^7spectator too long on full server" '
121009 18:48:41	INFO	'AdminPlugin: lang       3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
121009 18:48:41	INFO	'AdminPlugin: cuss       3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
121009 18:48:41	INFO	'AdminPlugin: jerk       1 day     \t"^3Rule #4: No abusive language or behavior towards admins or other players" '
121009 18:48:41	INFO	'AdminPlugin: fakecmd    1 hour    \t"^7do not use fake commands" '
121009 18:48:41	INFO	'AdminPlugin: rule10     3 days    \t"^3Rule #10: Offense players must play for the objective and support their team" '
121009 18:48:41	INFO	'AdminPlugin: stack      1 day     \t"^3Rule #2: No clan stacking, members must split evenly between the teams" '
121009 18:48:41	INFO	'AdminPlugin: spawnfire  3 hours   \t"^3Rule #9: Do ^1NOT ^3fire at teammates or within 10 seconds of spawning" '
121009 18:48:41	INFO	'AdminPlugin: obj        1 hour    \t"^7go for the objective!" '
121009 18:48:41	INFO	'AdminPlugin: name       1 hour    \t"^3Rule #5: No offensive or potentially offensive names, annoying names, or in-game (double caret (^)) color in names" '
121009 18:48:41	INFO	'AdminPlugin: language   3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
121009 18:48:41	INFO	'AdminPlugin: default    1 hour    \t"^7behave yourself" '
121009 18:48:41	INFO	'AdminPlugin: profanity  3 days    \t"^3Rule #8: No profanity or offensive language (in any language)" '
121009 18:48:41	INFO	'AdminPlugin: spam       1 hour    \t"^7do not spam, shut-up!" '
121009 18:48:41	INFO	'AdminPlugin: recruit    1 day     \t"^3Rule #6: No recruiting for your clan, your server, or anything else" '
121009 18:48:41	INFO	'AdminPlugin: badname    1 hour    \t"^7No offensive, potentially offensive, or annoying names" '
121009 18:48:41	INFO	'AdminPlugin: spectator  5 minutes \t"^7spectator too long on full server" '
121009 18:48:41	INFO	'AdminPlugin: argue      1 day     \t"^3Rule #3: No arguing with admins (listen and learn or leave)" '
121009 18:48:41	INFO	'AdminPlugin: -------------- warn_reasons loaded ----------------'
121009 18:48:41	DEBUG	'Register Event: Stop Process: AdminPlugin'
121009 18:48:41	DEBUG	'Register Event: Program Exit: AdminPlugin'
121009 18:48:41	BOT    	'Plugin admin (1.18 - ThorN, xlr8or, Courgette) loaded'
121009 18:48:41	BOT    	'Loading Plugin #4 tk [conf\\plugin_tk.xml]'
121009 18:48:41	BOT    	'TkPlugin: Loading config conf\\plugin_tk.xml for TkPlugin'
121009 18:48:41	DEBUG	'TkPlugin: tk max level is 40'
121009 18:48:41	DEBUG	'TkPlugin: Send messages privately ? True'
121009 18:48:41	DEBUG	'TkPlugin: Damage Threshold is 100'
121009 18:48:41	DEBUG	'TkPlugin: TK Warning duration is 1h'
121009 18:48:41	DEBUG	'TkPlugin: Max warn level is 2'
121009 18:48:41	DEBUG	'TkPlugin: Half life for TK points is 0 (0 is disabled)'
121009 18:48:41	DEBUG	'TkPlugin: Using GAME_EXIT event to halve TK points'
121009 18:48:41	DEBUG	'Register Event: Stop Process: TkPlugin'
121009 18:48:41	DEBUG	'Register Event: Program Exit: TkPlugin'
121009 18:48:41	BOT    	'Plugin tk (1.2.8 - ThorN) loaded'
121009 18:48:41	BOT    	'Loading Plugin #5 stats [conf\\plugin_stats.xml]'
121009 18:48:41	BOT    	'StatsPlugin: Loading config conf\\plugin_stats.xml for StatsPlugin'
121009 18:48:41	DEBUG	'StatsPlugin: Using default value (0) for commands::mapstats'
121009 18:48:41	DEBUG	'StatsPlugin: Using default value (0) for commands::testscore'
121009 18:48:41	DEBUG	'StatsPlugin: Using default value (2) for commands::topstats'
121009 18:48:41	DEBUG	'Register Event: Stop Process: StatsPlugin'
121009 18:48:41	DEBUG	'Register Event: Program Exit: StatsPlugin'
121009 18:48:41	BOT    	'Plugin stats (1.3.7 - ThorN, GrosBedo) loaded'
121009 18:48:41	BOT    	'Loading Plugin #6 pingwatch [conf\\plugin_pingwatch.xml]'
121009 18:48:41	BOT    	'PingwatchPlugin: Loading config conf\\plugin_pingwatch.xml for PingwatchPlugin'
121009 18:48:41	VERBOSE	'Added crontab > (57450192) - [0, 30]s -1m -1h -1d -1M -1DOW'
121009 18:48:41	INFO	'cron scheduler started'
121009 18:48:41	DEBUG	'AdminPlugin: Command "ci (None)" registered with cmd_ci for level (20, 100)'
121009 18:48:41	DEBUG	'Register Event: Stop Process: PingwatchPlugin'
121009 18:48:41	DEBUG	'Register Event: Program Exit: PingwatchPlugin'
121009 18:48:41	BOT    	'Plugin pingwatch (1.2.2 - ThorN) loaded'
121009 18:48:41	BOT    	'Loading Plugin #7 adv [conf\\plugin_adv.xml]'
121009 18:48:41	BOT    	'AdvPlugin: Loading config conf\\plugin_adv.xml for AdvPlugin'
121009 18:48:41	INFO	'AdvPlugin: adv rate is 2'
121009 18:48:41	VERBOSE	'AdvPlugin: self._feedmaxitems: 4'
121009 18:48:42	DEBUG	'AdvPlugin: 2 -> (*/2,0)'
121009 18:48:42	VERBOSE	'Added crontab > (58000144) - 0s [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58]m -1h -1d -1M -1DOW'
121009 18:48:42	DEBUG	'Register Event: Stop Process: AdvPlugin'
121009 18:48:42	DEBUG	'Register Event: Program Exit: AdvPlugin'
121009 18:48:42	BOT    	'Plugin adv (1.4 - ThorN) loaded'
121009 18:48:42	BOT    	'Loading Plugin #8 status [conf\\plugin_status.xml]'
121009 18:48:42	BOT    	'StatusPlugin: Loading config conf\\plugin_status.xml for StatusPlugin'
121009 18:48:42	DEBUG	'StatusPlugin: Using default table for saving server svars: current_svars'
121009 18:48:42	DEBUG	'StatusPlugin: Using default table for saving current clients: current_clients'
121009 18:48:42	VERBOSE	'Added crontab > (58207888) - [0]s -1m -1h -1d -1M -1DOW'
121009 18:48:42	DEBUG	'Register Event: Stop Process: StatusPlugin'
121009 18:48:42	DEBUG	'Register Event: Program Exit: StatusPlugin'
121009 18:48:42	BOT    	'Plugin status (1.4.11 - ThorN) loaded'
121009 18:48:42	BOT    	'Loading Plugin #9 welcome [conf\\plugin_welcome.xml]'
121009 18:48:42	BOT    	'WelcomePlugin: Loading config conf\\plugin_welcome.xml for WelcomePlugin'
121009 18:48:42	DEBUG	'AdminPlugin: Command "greeting (None)" registered with cmd_greeting for level (20, 100)'
121009 18:48:42	INFO	'WelcomePlugin: delay set to 30. The bot will wait 30s after a player connects to write the welcome message'
121009 18:48:42	INFO	'WelcomePlugin: min_gap set to 3600. The bot will not welcome a player more than once every 3600 seconds'
121009 18:48:42	DEBUG	'Register Event: Stop Process: WelcomePlugin'
121009 18:48:42	DEBUG	'Register Event: Program Exit: WelcomePlugin'
121009 18:48:42	BOT    	'Plugin welcome (1.1 - ThorN) loaded'
121009 18:48:42	BOT    	'Loading Plugin #10 punkbuster [conf\\plugin_punkbuster.xml]'
121009 18:48:42	BOT    	'PunkbusterPlugin: Loading config conf\\plugin_punkbuster.xml for PunkbusterPlugin'
121009 18:48:42	VERBOSE	'Added crontab > (58208176) - 0s 0m 0h -1d -1M -1DOW'
121009 18:48:42	DEBUG	'Register Event: Stop Process: PunkbusterPlugin'
121009 18:48:42	DEBUG	'Register Event: Program Exit: PunkbusterPlugin'
121009 18:48:42	BOT    	'Plugin punkbuster (1.1.0 - ThorN) loaded'
121009 18:48:42	BOT    	'Loading Plugin #11 pingkicker [C]'
121009 18:48:42	INFO	'pingkicker is not a built-in plugin (No module named pingkicker)'
121009 18:48:42	INFO	'trying external plugin directory : C:\\b3\\BigBrotherBot-1.9.0dev8-win32\\extplugins'
121009 18:48:42	BOT    	'PingkickerPlugin: Loading config C:\\b3\\BigBrotherBot-1.9.0dev8-win32\\extplugins\\conf\\plugin_pingkicker.xml for PingkickerPlugin'
121009 18:48:42	VERBOSE	'Added crontab > (58243312) - [0, 30]s -1m -1h -1d -1M -1DOW'
121009 18:48:42	DEBUG	'Register Event: Stop Process: PingkickerPlugin'
121009 18:48:42	DEBUG	'Register Event: Program Exit: PingkickerPlugin'
121009 18:48:42	BOT    	'Plugin pingkicker (1.0.1 - Walker) loaded'
121009 18:48:42	BOT    	'Loading Plugin publist'
121009 18:48:42	BOT    	'PublistPlugin: No config file found for PublistPlugin. (was not required either)'
121009 18:48:42	DEBUG	'Register Event: Stop Process: PublistPlugin'
121009 18:48:42	DEBUG	'Register Event: Program Exit: PublistPlugin'
121009 18:48:42	BOT    	'Plugin publist (1.10.2 - ThorN, Courgette) loaded'
121009 18:48:42	DEBUG	'creating the event queue with size 50'
121009 18:48:42	BOT    	'Starting parser'
121009 18:48:42	DEBUG	'Client Connected: [-1] World - WORLD ({})'
121009 18:48:42	DEBUG	'Storage: getClient Client<-1>'
121009 18:48:42	BOT    	'Client found in storage 1, welcome back World'
121009 18:48:42	DEBUG	'Storage: setClient Client<-1>'
121009 18:48:42	DEBUG	"Storage: setClient data {'time_add': 1349773232, 'time_edit': 1349797722, 'name': 'World', 'group_bits': 0, 'ip': '', 'auto_login': 1, 'greeting': u'', 'pbid': u'WORLD', 'connections': 11, 'mask_level': 0, 'guid': 'WORLD', 'id': 1}"
121009 18:48:42	DEBUG	'Client Authorized: [-1] World - WORLD'
121009 18:48:42	INFO	'map is: mp_exchange'
121009 18:48:42	DEBUG	'Forcing server cvar g_logsync to 1'
121009 18:48:42	VERBOSE	"RCON sending (192.168.1.145:27017) 'set g_logsync 1'"
121009 18:48:42	VERBOSE	"RCON sending (192.168.1.145:27017) 'fs_game'"
121009 18:48:43	DEBUG	'Get cvar fs_game = ["fs_game" is: "^7" default: "^7"\n  Domain is any text]'
121009 18:48:43	VERBOSE	"RCON sending (192.168.1.145:27017) 'fs_basepath'"
121009 18:48:44	DEBUG	'Get cvar fs_basepath = ["fs_basepath" is: "D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1^7" default: "D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1^7"\n  Domain is any text]'
121009 18:48:44	DEBUG	'fs_basepath: D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1'
121009 18:48:44	VERBOSE	"RCON sending (192.168.1.145:27017) 'fs_homepath'"
121009 18:48:45	DEBUG	'Get cvar fs_homepath = ["fs_homepath" is: "D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1^7" default: "D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1^7"\n  Domain is any text]'
121009 18:48:45	DEBUG	'fs_homepath: D:\\Program Files (x86)\\Call of Duty- Modern Warfare 3  4delta1'
121009 18:48:45	VERBOSE	"RCON sending (192.168.1.145:27017) 'shortversion'"
121009 18:48:46	DEBUG	'Get cvar shortversion = ["shortversion" is: "1.4^7" default: "1.4^7"\n  Domain is any text]'
121009 18:48:46	DEBUG	'shortversion: 1.4'
121009 18:48:46	DEBUG	'Parser started.'
121009 18:48:46	VERBOSE	"RCON sending (192.168.1.145:27017) 'sv_hostname'"
121009 18:48:47	DEBUG	'Get cvar sv_hostname = ["sv_hostname" is: "^3L^2T^1U ^1Tea^7M server (NO L^7" default: "Modern Warfare 3^7"\n  Domain is any text]'
121009 18:48:47	DEBUG	'sv_hostname: ^3L^2T^1U ^1Tea^7M server (NO L'
121009 18:48:47	BOT    	'Starting plugins'
121009 18:48:47	VERBOSE	"RCON sending (192.168.1.145:27017) 'say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.9.0dev8 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]'"
121009 18:48:47	BOT    	'Starting Plugin admin'
121009 18:48:47	DEBUG	'Register Event: Say: AdminPlugin'
121009 18:48:47	DEBUG	'Register Event: Private Message: AdminPlugin'
121009 18:48:47	DEBUG	'AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "rules (r)" registered with cmd_rules for level (0, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "regulars (regs)" registered with cmd_regulars for level (1, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "list (None)" registered with cmd_list for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "warns (None)" registered with cmd_warns for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "warntest (wt)" registered with cmd_warntest for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "warninfo (wi)" registered with cmd_warninfo for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "lastbans (lbans)" registered with cmd_lastbans for level (40, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "say (None)" registered with cmd_say for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "unreg (ur)" registered with cmd_unreg for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "lookup (l)" registered with cmd_lookup for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "b3 (None)" registered with cmd_b3 for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "seen (None)" registered with cmd_seen for level (2, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "find (None)" registered with cmd_find for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "nextmap (None)" registered with cmd_nextmap for level (2, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "pause (None)" registered with cmd_pause for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "kickall (kall)" registered with cmd_kickall for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "warnclear (wc)" registered with cmd_warnclear for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "admintest (None)" registered with cmd_admintest for level (40, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "regtest (None)" registered with cmd_regtest for level (1, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "rebuild (None)" registered with cmd_rebuild for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "maps (None)" registered with cmd_maps for level (2, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "ban (b)" registered with cmd_ban for level (60, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "ungroup (None)" registered with cmd_ungroup for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "banall (ball)" registered with cmd_banall for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "maprotate (None)" registered with cmd_maprotate for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "putgroup (None)" registered with cmd_putgroup for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "map (None)" registered with cmd_map for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "notice (None)" registered with cmd_notice for level (40, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "enable (None)" registered with cmd_enable for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "runas (su)" registered with cmd_runas for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "spankall (sall)" registered with cmd_spankall for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "tempban (tb)" registered with cmd_tempban for level (40, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "unmask (None)" registered with cmd_unmask for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "aliases (alias)" registered with cmd_aliases for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "disable (None)" registered with cmd_disable for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "baninfo (bi)" registered with cmd_baninfo for level (40, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "kick (k)" registered with cmd_kick for level (40, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "clientinfo (None)" registered with cmd_clientinfo for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "restart (None)" registered with cmd_restart for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "spams (None)" registered with cmd_spams for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "scream (None)" registered with cmd_scream for level (40, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "poke (None)" registered with cmd_poke for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "die (None)" registered with cmd_die for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "register (None)" registered with cmd_register for level (0, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "mask (None)" registered with cmd_mask for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "unban (None)" registered with cmd_unban for level (60, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "help (h)" registered with cmd_help for level (0, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "reconfig (None)" registered with cmd_reconfig for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "admins (None)" registered with cmd_admins for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "warnremove (wr)" registered with cmd_warnremove for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "permban (pb)" registered with cmd_permban for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "time (None)" registered with cmd_time for level (1, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "clear (kiss)" registered with cmd_clear for level (80, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "spam (s)" registered with cmd_spam for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "spank (sp)" registered with cmd_spank for level (60, 100)'
121009 18:48:47	DEBUG	"Storage: getClientsMatching {'&group_bits': 128}"
121009 18:48:47	DEBUG	'AdminPlugin: 0 superadmins found in database'
121009 18:48:47	VERBOSE	'AdminPlugin: No SuperAdmins found, enabling !iamgod'
121009 18:48:47	DEBUG	'AdminPlugin: Command "iamgod (None)" registered with cmd_iamgod for level (0, 100)'
121009 18:48:47	BOT    	'Starting Plugin censor'
121009 18:48:47	DEBUG	'Register Event: Say: CensorPlugin'
121009 18:48:47	DEBUG	'Register Event: Team Say: CensorPlugin'
121009 18:48:47	DEBUG	'Register Event: Client Name Change: CensorPlugin'
121009 18:48:47	DEBUG	'Register Event: Client Authenticated: CensorPlugin'
121009 18:48:47	BOT    	'Starting Plugin spamcontrol'
121009 18:48:47	DEBUG	'Register Event: Say: SpamcontrolPlugin'
121009 18:48:47	DEBUG	'Register Event: Team Say: SpamcontrolPlugin'
121009 18:48:47	BOT    	'Starting Plugin tk'
121009 18:48:47	DEBUG	'Register Event: Client Team Damage: TkPlugin'
121009 18:48:47	DEBUG	'Register Event: Client Team Kill: TkPlugin'
121009 18:48:47	DEBUG	'Register Event: Client Disconnect: TkPlugin'
121009 18:48:47	DEBUG	'Register Event: Game Exit: TkPlugin'
121009 18:48:47	DEBUG	'Register Event: Game Round End: TkPlugin'
121009 18:48:47	DEBUG	'Register Event: Game Round Start: TkPlugin'
121009 18:48:47	DEBUG	'AdminPlugin: Command "forgive (f)" registered with cmd_forgive for level (0, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "forgivelist (fl)" registered with cmd_forgivelist for level (0, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "forgiveall (fa)" registered with cmd_forgiveall for level (0, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "forgiveinfo (fi)" registered with cmd_forgiveinfo for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "forgiveclear (fc)" registered with cmd_forgiveclear for level (60, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "forgiveprev (fp)" registered with cmd_forgivelast for level (0, 100)'
121009 18:48:47	DEBUG	'TkPlugin: Using default value (0) for grudge_level'
121009 18:48:47	DEBUG	'AdminPlugin: Command "grudge (grudge)" registered with cmd_grudge for level (0, 100)'
121009 18:48:47	BOT    	'Starting Plugin stats'
121009 18:48:47	DEBUG	'AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (0, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "topxp (None)" registered with cmd_topxp for level (2, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "topstats (top)" registered with cmd_topstats for level (2, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "mapstats (stats)" registered with cmd_mapstats for level (0, 100)'
121009 18:48:47	DEBUG	'Register Event: Client Team Damage: StatsPlugin'
121009 18:48:47	DEBUG	'Register Event: Client Team Kill: StatsPlugin'
121009 18:48:47	DEBUG	'Register Event: Client Kill: StatsPlugin'
121009 18:48:47	DEBUG	'Register Event: Client Damage: StatsPlugin'
121009 18:48:47	DEBUG	'Register Event: Game Exit: StatsPlugin'
121009 18:48:47	DEBUG	'Register Event: Game Round Start: StatsPlugin'
121009 18:48:47	BOT    	'Starting Plugin pingwatch'
121009 18:48:47	DEBUG	'Register Event: Game Exit: PingwatchPlugin'
121009 18:48:47	BOT    	'Starting Plugin adv'
121009 18:48:47	DEBUG	'AdminPlugin: Command "advadd (None)" registered with cmd_advadd for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "advrate (None)" registered with cmd_advrate for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "advlist (None)" registered with cmd_advlist for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "advload (None)" registered with cmd_advload for level (100, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "advrem (None)" registered with cmd_advrem for level (100, 100)'
121009 18:48:47	DEBUG	'AdvPlugin: XLRstats not installed, @topstats not available!'
121009 18:48:47	BOT    	'Starting Plugin status'
121009 18:48:47	BOT    	'Starting Plugin welcome'
121009 18:48:47	DEBUG	'Register Event: Client Authenticated: WelcomePlugin'
121009 18:48:47	BOT    	'Starting Plugin punkbuster'
121009 18:48:47	DEBUG	'AdminPlugin: Command "pbss (None)" registered with cmd_pbss for level (20, 100)'
121009 18:48:47	DEBUG	'AdminPlugin: Command "pbbuildbans (None)" registered with cmd_pbbuildbans for level (80, 100)'
121009 18:48:47	BOT    	'Starting Plugin pingkicker'
121009 18:48:47	DEBUG	'Register Event: Game Exit: PingkickerPlugin'
121009 18:48:47	BOT    	'Starting Plugin publist'
121009 18:48:47	DEBUG	'Set cvar _B3 = [b3 v1.9.0dev8 [nt]]'
121009 18:48:48	VERBOSE	'RCON sending (192.168.1.145:27017) \'set _B3 "B3 v1.9.0dev8 [nt]"\''
121009 18:48:48	VERBOSE	'RCON: More data to read in socket'
121009 18:48:48	DEBUG	'PublistPlugin: publist will send heartbeat at 11:17 every day'
121009 18:48:48	VERBOSE	'Added crontab > (58244944) - 0s 17m 11h -1d -1M -1DOW'
121009 18:48:48	INFO	'PublistPlugin: initial heartbeat will be sent to B3 master server at 53 minutes'
121009 18:48:48	VERBOSE	'Added crontab > (58554256) - 0s 53m -1h -1d -1M -1DOW'
121009 18:48:48	BOT    	'all plugins started'
121009 18:48:48	BOT    	'starting event dispatching thread'
121009 18:48:48	BOT    	'start reading game events'
121009 18:48:48	DEBUG	'AUTODOC: saving html documentation'
121009 18:48:48	DEBUG	'AUTODOC: get commands with level <= 100'
121009 18:48:48	DEBUG	'Writing to conf\\b3_doc.htm'

 

its my b3.log

Опубликовано:

@TeaM | Riuco96:

Seems that you fixed your problems already, since the log shows that you can now connect to the database, and shows no errors about plugins.

When you get to the server, type this command as chat: (by pressing T to write)

!iamgod

 

@Aarok:

Besides opening the ports on teh firewalls, you have to FORWARD them on the router.

Опубликовано:
Besides opening the ports on teh firewalls, you have to FORWARD them on the router.

i did! my friends still cant join my server!

I can only tell you what you need to do. I can't open and forward the ports for you.

If your friends can't join, either you didn't forward the ports on the router, or you didn't allow it on some firewall.

It can also happen that you have some router like Thomson TG series, in wich you just cannot allow stuff through it's firewall due to it's bugged firmware.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.