Перейти к содержимому
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.

Graphische Server-Steuerung (MW3)

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

Hi Leute :)

 

Ich wollte mal kurz fragen, ob es eine Art graphische Server-Steuerung fГјr einen MW3 Dedicated Server gibt.

Ich bin mit den Serverbefehlen leider nicht sehr vertraut und vermisse das einfach zu konfigurierede Private-Match von MW2. Leider geht ja das in MW3 nicht mehr.

Ich weiss, dass es bei MW2 mal so ein Tool gegeben hat bei dem man den Dedicated Server über eine gut gestaltete GUI konfigurieren konnte. Hätte jemand einen Tipp für mich? :D

 

THX

Featured Replies

Опубликовано:
Г–hm. Meinst eine Verwaltung ingame? Wenn ja nimm doch B3...

 

Das habe ich mir gar nicht Гјberlegt :S Das Tool aus MW2 war jedenfalls nicht ingame...

Tschuldige die Frage aber was genau ist B3? Werde aus dem Thread nicht schlau inwiefern das ganze ingame sein sollte.

Опубликовано:
Mit B3 (Big Brother Bot) kannst du ingame dein Server verwalten. Maps wechseln, Kicken, Bannen, Tempbannen, Verwarnen usw

Klingt toll :D Ich habe mir mal das TuT angeschaut, blicke aber generell nicht ganz durch :S Wo finde ich nun alle B3 Dateien? Und kann ich das ganze auf meinem Notebook, auf welchem der Server läuft, laufen lassen? In dem TuT wird immer nur SQL usw. erwähnt. Leider habe ich diesbezüglich keine Ahnung...

Опубликовано:
In dem Tutorial sind doch alle Links angegeben...

Ja schon aber ich blick da null durch mit dieser mysql Sache :S Gibt es da nicht etwas einfacheres wie eine simple exe Datei wie frГјher bei MW2?

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

Also ich habe mich mal ein wenig mit der Materie auseinandergesetzt :)

Ich mache das ganze mit einem sqlite Server. Erscheint mir einiges einfacher, ohne extra Installation von einem Server.

Nun habe ich follgendes Problem: Ich habe mir B3 heruntergeladen. Dann habe ich denn Ordner in b3 umbenannt und darin einen Ordner parsers erstellt. In diesen Ordner habe ich dann die Datei cod8.py aus dem Adminordner von MW3 koppiert. b3.xml nach Anleitung erstellt und b3 gestartet. Nun bekomme ich aber ständig den Error, dass der cod8 parser nicht gefunden wurde:

CRITICAL: Connot find parser 'cod8'. Check you main config file . Was habe ich falsch gemacht? Bin seit 3 Stunden alles nur erdenkliche am probieren :S THX

 

b3 Ordner:

attachment=0]B3.jpg[/attachment]

Опубликовано:
Du benutzt nicht die PythonSource B3... Schau dir nochmal das Tut an. Da ist ein DL Link dazu

 

Hatte ich am Anfang auch... Verstehe jedoch nicht wie ich jetzt B3 starte :S eine run.exe ist nicht mehr vorhanden. Im TuT steht: Browse to C:\b3\ and start "b3_run.py" to start B3.

Mit was muss ich denn diese Datei starten?

Опубликовано:
Doppelklicken... oder mit CMD (via cd zum Pfad hangeln und starten)

Ich glaube, du verstehst mich nicht richtig :S

Es ist eine .py Datei... Ich habe keinen Server installiert. Windows fragt danach mit welchem Programm ich die Datei Г¶ffnen will.....

Опубликовано:
Hast du kein Python Гјbern den Link gezogen?

 

Nein ich versuche es mit SQlite....

Опубликовано:
Das hat NIX mit SQLite zu tun!

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

 

Warum kann keiner das tut lesen?

 

Ich habe das TuT nun schon 10 mal gelesen. Ich finde es nur nicht sehr verständlich für Leute, welche sich nicht besonders auskennen...

Nun habe ich Python installiert... Und jetzt? Im TuT steht nichts genaues Гјber den Server (SQLite) usw....

Опубликовано:
Hast du mal die b3.py gestartet?

 

Wie starte ich diese Date? Ich blick nicht durch sorry :S Habe jetzt Python und die Datenbank erstellt...

Опубликовано:
MГјsste per Doppelklcik gehen

Boa hat nun endlich geklappt!!

Nun bekomme ich aber follgende Fehlermeldung in de b3.log:

130215 15:35:26	BOT    	'www.bigbrotherbot.net (b3) v1.8.2 [nt] [seda]'
130215 15:35:26	BOT    	'Python: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]'
130215 15:35:26	BOT    	'Default encoding: ascii'
130215 15:35:26	BOT    	'Starting Cod8Parser v0.1 for server 127.0.0.1:28960'
130215 15:35:26	BOT    	'--------------------------------------------'
130215 15:35:26	BOT    	'Attempting to connect to database mysql://root:******@localhost/database...'
130215 15:35:26	CRITICAL	"No module named MySQLdb. You need to install python-mysqldb. Look for 'dependencies' in B3 documentation."
Traceback (most recent call last):
 File "C:\Users\Manuel\Desktop\b3-1.8.2\b3\storage\database.py", line 176, in getConnection
   import MySQLdb
ImportError: No module named MySQLdb

 

Was genau habe ich hier noch vergessen?

 

 

EDIT:

Habe vergessen das SQL-Python Zeugs zu installieren... Sry!

Jetzt aber ein neuer Fehlerraport:

130215 15:51:46	BOT    	'www.bigbrotherbot.net (b3) v1.8.2 [nt] [seda]'
130215 15:51:46	BOT    	'Python: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]'
130215 15:51:46	BOT    	'Default encoding: ascii'
130215 15:51:46	BOT    	'Starting Cod8Parser v0.1 for server 127.0.0.1:28960'
130215 15:51:46	BOT    	'--------------------------------------------'
130215 15:51:46	BOT    	'Attempting to connect to database mysql://root:******@localhost/database...'
130215 15:51:47	ERROR	'Database connection failed, working in remote mode: (2003, "Can\'t connect to MySQL server on \'localhost\' (10061)") - [(\'C:\\\\Users\\\\Manuel\\\\Desktop\\\\b3-1.8.2\\\\b3\\\\storage\\\\database.py\', 239, \'connect\', \'self.db = self.getConnection()\'), (\'C:\\\\Users\\\\Manuel\\\\Desktop\\\\b3-1.8.2\\\\b3\\\\storage\\\\database.py\', 184, \'getConnection\', \'use_unicode = True)\'), (\'C:\\\\Python27\\\\lib\\\\site-packages\\\\MySQLdb\\\\__init__.py\', 81, \'Connect\', \'return Connection(*args, **kwargs)\'), (\'C:\\\\Python27\\\\lib\\\\site-packages\\\\MySQLdb\\\\connections.py\', 187, \'__init__\', \'super(Connection, self).__init__(*args, **kwargs2)\')]'
130215 15:51:47	BOT    	'Game log C:\\Users\\Manuel\\Desktop\\b3\\games_mp.log'
130215 15:51:47	BOT    	'Starting bot reading file C:\\Users\\Manuel\\Desktop\\b3\\games_mp.log'
130215 15:51:47	ERROR	'Error reading file C:\\Users\\Manuel\\Desktop\\b3\\games_mp.log'
130215 15:51:47	ERROR	"STDERR 'Error reading file C:\\\\Users\\\\Manuel\\\\Desktop\\\\b3\\\\games_mp.log\\n'"
130215 15:51:47	ERROR	"STDERR '\\n'"

Опубликовано:
http://www.codegood.com/archives/129

Das nochmal installieren

Siehe Post-Edit von meiem letzten Post... THX :)

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

So läuft jetzt alles :) Aber die Verbindung zu DB streikt noch :S

130215 15:59:58 BOT 'www.bigbrotherbot.net (b3) v1.8.2 [nt] [seda]'

130215 15:59:58 BOT 'Python: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]'

130215 15:59:58 BOT 'Default encoding: ascii'

130215 15:59:58 BOT 'Starting Cod8Parser v0.1 for server 127.0.0.1:28960'

130215 15:59:58 BOT '--------------------------------------------'

130215 15:59:58 BOT 'Attempting to connect to database mysql://root:******@localhost/database...'

130215 15:59:58 ERROR 'Database connection failed, working in remote mode: (1045, "Access denied for user \'root\'@\'localhost\' (using password: YES)") - [(\'C:\\\\Users\\\\Manuel\\\\Desktop\\\\b3\\\\b3\\\\storage\\\\database.py\', 239, \'connect\', \'self.db = self.getConnection()\'), (\'C:\\\\Users\\\\Manuel\\\\Desktop\\\\b3\\\\b3\\\\storage\\\\database.py\', 184, \'getConnection\', \'use_unicode = True)\'), (\'C:\\\\Python27\\\\lib\\\\site-packages\\\\MySQLdb\\\\__init__.py\', 81, \'Connect\', \'return Connection(*args, **kwargs)\'), (\'C:\\\\Python27\\\\lib\\\\site-packages\\\\MySQLdb\\\\connections.py\', 187, \'__init__\', \'super(Connection, self).__init__(*args, **kwargs2)\')]'

130215 15:59:58 BOT 'Game log C:\\Users\\Manuel\\Desktop\\b3\\games_mp.log'

130215 15:59:58 BOT 'Starting bot reading file C:\\Users\\Manuel\\Desktop\\b3\\games_mp.log'

130215 15:59:58 BOT 'rcon status Cache Expire Time: [2 sec] Type: [memory]'

130215 15:59:58 VERBOSE "RCON sending (127.0.0.1:28960) 'status'"

130215 15:59:58 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 15:59:59 VERBOSE "RCON: retry sending 'status' (1/5)..."

130215 15:59:59 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 15:59:59 VERBOSE "RCON: retry sending 'status' (2/5)..."

130215 15:59:59 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 15:59:59 VERBOSE "RCON: retry sending 'status' (3/5)..."

130215 15:59:59 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 15:59:59 VERBOSE "RCON: retry sending 'status' (4/5)..."

130215 15:59:59 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 15:59:59 ERROR "RCON: too much tries. Abording ('status')"

130215 15:59:59 DEBUG 'RCON: Did not send any data'

130215 16:00:01 BOT 'Loading Plugins (external plugin directory: C:\\Users\\Manuel\\Desktop\\b3\\b3\\extplugins)'

130215 16:00:01 BOT 'Loading Plugin #1 admin [b3\\conf\\plugin_admin.xml]'

130215 16:00:01 BOT 'AdminPlugin: Loading config b3\\conf\\plugin_admin.xml for AdminPlugin'

130215 16:00:01 DEBUG 'Register Event: Stop Process: AdminPlugin'

130215 16:00:01 DEBUG 'Register Event: Program Exit: AdminPlugin'

130215 16:00:01 BOT 'Plugin admin (1.12.1 - ThorN, xlr8or, Courgette) loaded'

130215 16:00:01 BOT 'Loading Plugin #2 punkbuster [b3\\conf\\plugin_punkbuster.xml]'

130215 16:00:01 BOT 'PunkbusterPlugin: Loading config b3\\conf\\plugin_punkbuster.xml for PunkbusterPlugin'

130215 16:00:01 VERBOSE 'Added crontab > (52562576) - 0s 0m 0h -1d -1M -1DOW'

130215 16:00:01 DEBUG 'Register Event: Stop Process: PunkbusterPlugin'

130215 16:00:01 INFO 'cron scheduler started'

130215 16:00:01 DEBUG 'Register Event: Program Exit: PunkbusterPlugin'

130215 16:00:01 BOT 'Plugin punkbuster (1.1.0 - ThorN) loaded'

130215 16:00:01 BOT 'Loading Plugin publist'

130215 16:00:01 BOT 'PublistPlugin: No config file found for PublistPlugin. (was not required either)'

130215 16:00:01 DEBUG 'Register Event: Stop Process: PublistPlugin'

130215 16:00:01 DEBUG 'Register Event: Program Exit: PublistPlugin'

130215 16:00:01 BOT 'Plugin publist (1.10.1 - ThorN, Courgette) loaded'

130215 16:00:01 DEBUG 'creating the event queue with size 50'

130215 16:00:01 BOT 'Starting parser'

130215 16:00:01 DEBUG 'Client Connected: [-1] World - WORLD ({})'

130215 16:00:01 DEBUG 'Storage: getClient Client<-1>'

130215 16:00:01 BOT 'Attempting to connect to database mysql://root:******@localhost/database...'

130215 16:00:01 DEBUG "User not found WORLD: 'No client matching guid WORLD in admins_cache'"

130215 16:00:01 BOT 'Client not found in the storage WORLD, create new'

130215 16:00:01 DEBUG 'Storage: setClient Client<-1>'

130215 16:00:01 DEBUG "Storage: setClient data {'time_add': 1360940401, 'time_edit': 1360940401, 'name': 'World', 'group_bits': 0, 'ip': '', 'greeting': '', 'auto_login': 1, 'connections': 1, 'mask_level': 0, 'guid': 'WORLD', 'pbid': 'WORLD'}"

130215 16:00:01 BOT 'Attempting to connect to database mysql://root:******@localhost/database...'

130215 16:00:01 DEBUG 'Client Authorized: [-1] World - WORLD'

130215 16:00:01 VERBOSE "RCON sending (127.0.0.1:28960) 'PB_SV_Ver'"

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'PB_SV_Ver' (1/2)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 ERROR "RCON: too much tries. Abording ('PB_SV_Ver')"

130215 16:00:01 DEBUG 'RCON: Did not send any data'

130215 16:00:01 WARNING 'PunkBuster test FAILED, Check your game server setup and B3 config! Disabling PB support!'

130215 16:00:01 VERBOSE "RCON sending (127.0.0.1:28960) 'status'"

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'status' (1/5)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'status' (2/5)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'status' (3/5)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'status' (4/5)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 ERROR "RCON: too much tries. Abording ('status')"

130215 16:00:01 DEBUG 'RCON: Did not send any data'

130215 16:00:01 DEBUG 'Forcing server cvar g_logsync to 1'

130215 16:00:01 VERBOSE "RCON sending (127.0.0.1:28960) 'set g_logsync 1'"

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'set g_logsync 1' (1/2)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 ERROR "RCON: too much tries. Abording ('set g_logsync 1')"

130215 16:00:01 DEBUG 'RCON: Did not send any data'

130215 16:00:01 VERBOSE "RCON sending (127.0.0.1:28960) 'fs_game'"

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'fs_game' (1/2)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 ERROR "RCON: too much tries. Abording ('fs_game')"

130215 16:00:01 DEBUG 'RCON: Did not send any data'

130215 16:00:01 DEBUG 'Get cvar fs_game = []'

130215 16:00:01 WARNING 'Could not query server for fs_game'

130215 16:00:01 VERBOSE "RCON sending (127.0.0.1:28960) 'fs_basepath'"

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'fs_basepath' (1/2)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 ERROR "RCON: too much tries. Abording ('fs_basepath')"

130215 16:00:01 DEBUG 'RCON: Did not send any data'

130215 16:00:01 DEBUG 'Get cvar fs_basepath = []'

130215 16:00:01 WARNING 'Could not query server for fs_basepath'

130215 16:00:01 VERBOSE "RCON sending (127.0.0.1:28960) 'fs_homepath'"

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:01 VERBOSE "RCON: retry sending 'fs_homepath' (1/2)..."

130215 16:00:01 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:02 ERROR "RCON: too much tries. Abording ('fs_homepath')"

130215 16:00:02 DEBUG 'RCON: Did not send any data'

130215 16:00:02 DEBUG 'Get cvar fs_homepath = []'

130215 16:00:02 WARNING 'Could not query server for fs_homepath'

130215 16:00:02 VERBOSE "RCON sending (127.0.0.1:28960) 'shortversion'"

130215 16:00:02 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:02 VERBOSE "RCON: retry sending 'shortversion' (1/2)..."

130215 16:00:02 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:02 ERROR "RCON: too much tries. Abording ('shortversion')"

130215 16:00:02 DEBUG 'RCON: Did not send any data'

130215 16:00:02 DEBUG 'Get cvar shortversion = []'

130215 16:00:02 WARNING 'Could not query server for shortversion'

130215 16:00:02 DEBUG 'Parser started.'

130215 16:00:02 VERBOSE "RCON sending (127.0.0.1:28960) 'sv_hostname'"

130215 16:00:02 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:02 VERBOSE "RCON: retry sending 'sv_hostname' (1/2)..."

130215 16:00:02 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:02 ERROR "RCON: too much tries. Abording ('sv_hostname')"

130215 16:00:02 DEBUG 'RCON: Did not send any data'

130215 16:00:02 DEBUG 'Get cvar sv_hostname = []'

130215 16:00:02 WARNING 'Could not query server for sv_hostname'

130215 16:00:02 BOT 'Starting plugins'

130215 16:00:02 VERBOSE "RCON sending (127.0.0.1:28960) 'say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]'"

130215 16:00:02 BOT 'Starting Plugin admin'

130215 16:00:02 DEBUG 'Register Event: Say: AdminPlugin'

130215 16:00:02 DEBUG 'Register Event: Private Message: AdminPlugin'

130215 16:00:02 DEBUG 'AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "rules ®" registered with cmd_rules for level (0, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "list (None)" registered with cmd_list for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "warns (None)" registered with cmd_warns for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "warntest (wt)" registered with cmd_warntest for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "warninfo (wi)" registered with cmd_warninfo for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "nextmap (None)" registered with cmd_nextmap for level (2, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "say (None)" registered with cmd_say for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "lookup (l)" registered with cmd_lookup for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "b3 (None)" registered with cmd_b3 for level (9, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "seen (None)" registered with cmd_seen for level (2, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "find (None)" registered with cmd_find for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "pause (None)" registered with cmd_pause for level (90, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "kickall (kall)" registered with cmd_kickall for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "warnclear (wc)" registered with cmd_warnclear for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "admintest (None)" registered with cmd_admintest for level (40, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "regtest (None)" registered with cmd_regtest for level (1, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "rebuild (None)" registered with cmd_rebuild for level (90, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "maps (None)" registered with cmd_maps for level (2, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "ban (b)" registered with cmd_ban for level (60, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "ungroup (None)" registered with cmd_ungroup for level (90, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "banall (ball)" registered with cmd_banall for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "maprotate (None)" registered with cmd_maprotate for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "putgroup (None)" registered with cmd_putgroup for level (90, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "map (None)" registered with cmd_map for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "notice (None)" registered with cmd_notice for level (40, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "enable (None)" registered with cmd_enable for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "runas (su)" registered with cmd_runas for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "spankall (sall)" registered with cmd_spankall for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "tempban (tb)" registered with cmd_tempban for level (40, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "unmask (None)" registered with cmd_unmask for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "aliases (alias)" registered with cmd_aliases for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "disable (None)" registered with cmd_disable for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "baninfo (bi)" registered with cmd_baninfo for level (40, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "kick (k)" registered with cmd_kick for level (40, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "clientinfo (None)" registered with cmd_clientinfo for level (90, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "restart (None)" registered with cmd_restart for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "spams (None)" registered with cmd_spams for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "scream (None)" registered with cmd_scream for level (40, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "poke (None)" registered with cmd_poke for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "die (None)" registered with cmd_die for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "register (None)" registered with cmd_register for level (0, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "mask (None)" registered with cmd_mask for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "unban (None)" registered with cmd_unban for level (60, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "help (h)" registered with cmd_help for level (0, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "reconfig (None)" registered with cmd_reconfig for level (100, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "admins (None)" registered with cmd_admins for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "warnremove (wr)" registered with cmd_warnremove for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "permban (pb)" registered with cmd_permban for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "time (None)" registered with cmd_time for level (1, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "clear (kiss)" registered with cmd_clear for level (80, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "spam (s)" registered with cmd_spam for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "spank (sp)" registered with cmd_spank for level (60, 100)'

130215 16:00:02 ERROR 'AdminPlugin: There is no database connection! Cannot store or retrieve any information. Fix the database connection first!'

130215 16:00:02 BOT 'Starting Plugin punkbuster'

130215 16:00:02 DEBUG 'AdminPlugin: Command "pbss (None)" registered with cmd_pbss for level (20, 100)'

130215 16:00:02 DEBUG 'AdminPlugin: Command "pbbuildbans (None)" registered with cmd_pbbuildbans for level (80, 100)'

130215 16:00:02 BOT 'Starting Plugin publist'

130215 16:00:02 DEBUG 'Set cvar _B3 = [b3 v1.8.2 [nt]]'

130215 16:00:02 ERROR "RCON: too much tries. Abording ('say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]')"

130215 16:00:02 DEBUG 'RCON: Did not send any data'

130215 16:00:03 VERBOSE 'RCON sending (127.0.0.1:28960) \'set _B3 "B3 v1.8.2 [nt]"\''

130215 16:00:03 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:03 VERBOSE 'RCON: retry sending \'set _B3 "B3 v1.8.2 [nt]"\' (1/2)...'

130215 16:00:03 WARNING "RCON: ERROR reading: error(10054, 'Eine vorhandene Verbindung wurde vom Remotehost geschlossen')"

130215 16:00:03 ERROR 'RCON: too much tries. Abording (\'set _B3 "B3 v1.8.2 [nt]"\')'

130215 16:00:03 DEBUG 'RCON: Did not send any data'

130215 16:00:03 DEBUG 'PublistPlugin: publist will send heartbeat at 19:07 every day'

130215 16:00:03 VERBOSE 'Added crontab > (53081816) - 0s 7m 19h -1d -1M -1DOW'

130215 16:00:03 INFO 'PublistPlugin: initial heartbeat will be sent to B3 master server at 05 minutes'

130215 16:00:03 VERBOSE 'Added crontab > (53082376) - 0s 5m -1h -1d -1M -1DOW'

130215 16:00:03 BOT 'all plugins started'

130215 16:00:03 BOT 'starting event dispatching thread'

130215 16:00:03 BOT 'start reading game events'

130215 16:00:03 DEBUG 'AUTODOC: saving html documentation'

130215 16:00:03 DEBUG 'AUTODOC: get commands with level <= 100'

130215 16:00:03 DEBUG 'Writing to b3\\conf\\b3_doc.html'

Опубликовано:
Nächstes mal

nehmen :>

Willst du jetzt MySQL oder sqlite nehmen?

Am liebsten mit SQLite aber im moment habe ich eine MySQL Datenbank mit Wampserver am laufen...

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

Am Besten benutzt du jetzt SQLite :>

Trage folgenden Code anstatt dem anderen in die b3.xml ein:

 

Alt:

mysql://root:******@localhost/database

 

Neu:

sqlite://@conf/database.sqlite

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.