search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 04.19.24

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 13 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: 10.25.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
Hallo hab nem kupel 3URt server aufgesetzt läuft soweit alles ganz gut bis auf b3. Ich kann leider nicht aus dem Log herausfinden wo das Problem liegt.
Ich hab das gefühl irgendwas ist mit Elementtree.
Nunja:
Code:
091025 02:49:57 BOT     www.BigBrotherBot.com (b3) v1.2.0b [nt] (Daniel)
091025 02:49:57 BOT     Python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
091025 02:49:57 BOT     Starting Iourt41Parser server for 127.0.0.1:27962
091025 02:49:57 BOT     --------------------------------------------
091025 02:49:57 BOT     Attempting to connect to database mysql://server:******@localhost/b3_ctf...
091025 02:49:57 BOT     Connected to database
091025 02:49:57 BOT     Game log E:ServerGameserver[URT]CTFq3ut4games.log
091025 02:49:57 BOT     Starting bot reading file E:ServerGameserver[URT]CTFq3ut4games.log
091025 02:49:57 BOT     Loading Plugin #1 censor [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_censor.xml]
091025 02:49:57 BOT     CensorPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_censor.xml for CensorPlugin
091025 02:49:57 DEBUG   Register Event: Stop Process: CensorPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: CensorPlugin
091025 02:49:57 BOT     Plugin censor (2.1.0 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #2 spamcontrol [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_spamcontrol.xml]
091025 02:49:57 BOT     SpamcontrolPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_spamcontrol.xml for SpamcontrolPlugin
091025 02:49:57 DEBUG   Register Event: Stop Process: SpamcontrolPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: SpamcontrolPlugin
091025 02:49:57 BOT     Plugin spamcontrol (1.1.2 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #3 admin [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_admin.xml]
091025 02:49:57 BOT     AdminPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_admin.xml for AdminPlugin
091025 02:49:57 DEBUG   Register Event: Stop Process: AdminPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: AdminPlugin
091025 02:49:57 BOT     Plugin admin (1.4.3 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #4 tk [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_tk.xml]
091025 02:49:57 BOT     TkPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_tk.xml for TkPlugin
091025 02:49:57 DEBUG   TkPlugin: tk max level is 40
091025 02:49:57 DEBUG   TkPlugin: Send messages privately ? True
091025 02:49:57 DEBUG   Register Event: Stop Process: TkPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: TkPlugin
091025 02:49:57 BOT     Plugin tk (1.2.2 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #5 stats [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_stats.xml]
091025 02:49:57 BOT     StatsPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_stats.xml for StatsPlugin
091025 02:49:57 DEBUG   AdminPlugin: Command "mapstats (mstats)" registered with cmd_mapstats for level (1, 100)
091025 02:49:57 DEBUG   AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (1, 100)
091025 02:49:57 DEBUG   AdminPlugin: Command "topstats (tstats)" registered with cmd_topstats for level (9, 100)
091025 02:49:57 DEBUG   Register Event: Stop Process: StatsPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: StatsPlugin
091025 02:49:57 BOT     Plugin stats (1.2.3 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #6 pingwatch [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_pingwatch.xml]
091025 02:49:57 BOT     PingwatchPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_pingwatch.xml for PingwatchPlugin
091025 02:49:57 VERBOSE Added crontab <bound method PingwatchPlugin.check of <b3.plugins.pingwatch.PingwatchPlugin instance at 0x02BDB148>> (45998480) - &#91;0, 30&#93;s -1m -1h -1d -1M -1DOW
091025 02:49:57 DEBUG   Register Event: Stop Process: PingwatchPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: PingwatchPlugin
091025 02:49:57 BOT     Plugin pingwatch (1.1.4 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #7 adv &#91;E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3confplugin_adv.xml&#93;
091025 02:49:57 BOT     AdvPlugin: Loading config E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3confplugin_adv.xml for AdvPlugin
091025 02:49:57 CRITICAL        Error loading plugin: not well-formed (invalid token): line 10, column 25
Traceback (most recent call last):
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3parser.py", line 386, in loadPlugins
    self._plugins&#91;p&#93; = getattr(pluginModule, '%sPlugin' % p.title())(self, conf)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3plugin.py", line 43, in __init__
    self.loadConfig(config)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3plugin.py", line 76, in loadConfig
    self.config = b3.config.load(fileName)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3config.py", line 232, in load
    if config.load(fileName):
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3config.py", line 165, in load
    self.readfp(f)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3config.py", line 60, in readfp
    self._xml = ElementTree.parse(fp)
  File "C:Python25libsite-packageselementtreeElementTree.py", line 859, in parse
    tree.parse(source, parser)
  File "C:Python25libsite-packageselementtreeElementTree.py", line 583, in parse
    parser.feed(data)
  File "C:Python25libsite-packageselementtreeElementTree.py", line 1242, in feed
    self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 10, column 25
 

_________________
Image



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
posted some :)
User avatar

Joined: 01.24.09
Posts: 312
Location: Germany
Hast n Fehler in der Datei E:ServerGameserver[URT]B3 BotsCTFb3confplugin_adv.xml gemacht, würde ich auf den ersten Blick so sagen^^
Guck mal in Zeile 10 oder poste hier, dürfte nix großartig problematisches sein.

_________________
wursti wrote:
Anime? wow thats that movies where 100 dicks come out of a monster?



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4645
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09
ja check die b3confplugin_adv.xml

oder nimm am besten das original noch mal oder halt sie zumindest mal als vorlage daneben.
die datei ist ja nicht so gross...

oder noch eifacher:
wirf das pliugin_adv aus der b3 config raus so dass es nicht geladen wird.
es ist verantwortlich für die werbenachrichten in der konsole...

_________________
Image



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
Ah ok hab ich mir zuerst auch gedacht aber dann hab ich die adv von meinen server aufgespielt, die ging auch nicht. Naja vllt sieht wer den Fehler:
Code:
<configuration plugin="adv">
        <settings name="settings">
                <!-- rate in minutes -->
                <set name="rate">2</set>
        </settings>
        <ads>
        <ad>^5ENJOY THE GAME ;)</ad>
                <ad>^6Type !xlrstats to see your Stats.</ad>
                <ad>^2If someone of your team hit you and say sorry type !fp </ad>
                <ad>^2PLay Fair and don´t cheat. ^1THX</ad>
                <ad>^1See Your Stats on XiniX.ServeGame.com</ad>
                <ad>@time</ad>
                <ad>@nextmap</ad>
        </ads>
</configuration>


Liegt es möglicher weise an diesem "´" Sonderzeichen?

_________________
Image



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4645
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09
nein und ausserdem ist das ist nicht "line 10 col 25"

sicher dass du die richtige datei erwischt hast?
kannst du den b3 starten ohne das plugin?

die von hier sieht übrigens so aus:

Code:
<configuration plugin="adv">
        <settings name="settings">
                <!-- rate in minutes -->
                <set name="rate">3</set>
        </settings>
        <ads>
                <ad>^2this is ^1Wurst ^3Test Serwer ^2IP 193.34.68.150^3:^222222</ad>
                <ad>^2Heeeeeee !!! ^1leave a post in ^3Forums !!!^2www.dswp.de</ad>
                <ad>^1We have mapcycle vote on forums!!! ^2make your choice @ ^2www.dswp.de</ad>
                <ad>^1Check ur stats !!! ^2www.dswp.de</ad>
                <ad>^2wanna play ^1bomb? ^2Sunday 20:00 cest. ^1/connect dswp.de:22223</ad>
                <ad>^2we are now on IRC!! join ^3#dswp ^2on ^3irc.quakenet.org</ad>
                <ad>^1We have MURMUR Server. ^3Connect to ^2dswp.de:64738 ^1U can use ur ^2Username ^1and ^2Password ^1from Forums.</ad>
                <ad>^2Our MURMUR voice Server ^3SWITCH ^2you automatically to the ^3TEAM ^2that u currently play in.</ad>
                <ad>^2&#91;dswp&#93;clan need your support! ^3We decided to hire some Cheerleaders. ^2Transexuals are preferred^3!!!!!!!!!!!!!</ad>
                <ad>^2More INFO bout the MURMUR voice Server: check ^3dswp.de --> murmur^2!!!!!!!!!!!!!</ad>
                <ad>^2we run ^3MURMUR ^2voice Server for ^3BETTER ^2sound quality: check ^3dswp.de --> murmur^2!!!!!!!!!!!!!</ad>
                <ad>^2we are now on IRC!! join ^3#dswp ^2on ^3irc.quakenet.org</ad>
                <ad>^2/connect to dswp.de:22223 for ^1bombmode ^2we play every sunday @ 20:00 CEST</ad>
                <ad>@nextmap</ad>
        </ads>
</configuration>
 


kasnt sie ja mal ausprobieren.
was das apostroph etc angeht:
teste das doch einfach :)

_________________
Image



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
Ich probiers nahher mal auf meinen server aus. Ich benutze WeBuilder und bei mir stzeht <ad>^2PLay Fair and don´t cheat. ^1THX</ad>
in zeile zehn und ich kann mir gut vorstellen dass esmit dem ´ nicht zurecht kommt :|

_________________
Image



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
posted some :)
User avatar

Joined: 01.24.09
Posts: 312
Location: Germany
Man benutzt dafür ja eigentlich auch ' ;)
(Umschalt + #)

_________________
wursti wrote:
Anime? wow thats that movies where 100 dicks come out of a monster?



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
Rylius wrote:
Man benutzt dafür ja eigentlich auch ' ;)
(Umschalt + #)

Und inwiefern hilft mir das jetzt?
Hä kapier ich nicht sry

_________________
Image



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
posted some :)
User avatar

Joined: 01.24.09
Posts: 312
Location: Germany
' ist das eigentliche Apostroph, so weit ich weiß, und nicht ` ;)
Falls der Fehler wirklich daran liegt...

_________________
wursti wrote:
Anime? wow thats that movies where 100 dicks come out of a monster?



 


Top
 Profile  
 
PostPosted: 10.25.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
Achso
naja i will try it ...

OK es lag wirklich and diesem zeichen habs durch ' ausgetausch t jetzt gehts :D

_________________
Image



 


Last edited by JackAv on 10.25.09, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Imprint

Powered by phpBB © 2000, 2002, 2005, 2007, 2008, 2009, 2010 phpBB Group

Skin by Lucas Kane
we use apache2 mod rewrite with phpBB SEO
map train_beta1-100 © 2009 by SteveMcQueen
Statistics Backend + Database by XLR Stats and B3 Bot
mapvote robot and gameserver monitor © 2009 by BlinKy
mumble viewer Copyright © 2008 Dominik Radner (aka Urmel)
mumble switcher and integration © 2008 by XTJ7, Unclefragger and Wursti
Localisation Plugin © 2009, Team Leads Plugin © 2009 and Knifer Plugin © 2009 by SvaRoX
for our stats we use Chart.js Copyright (c) 2013-2015 Nick Downie.
the stats also use some jQuery jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc.



voice server
top 20 players


nameskillkills
-Dws.BLINGBLING*-*1730.63418631
NormaSnockers1865.75400492
Zottel1760.8276378
make.them.suffer1846.17269872
>8v=1825.35230156
moon1777.56195615
sjas1692.49192315
peace1878.86190660
Wagner_Moura1562.9188001
Goomba1859.75182677
z0rn1608.41181016
Mad1803.76179124
[dswp]PLZ1847.85178516
Graf_ZahlIII1835.73167407
Zohan1611.07159737
ubercunt1634.93159240
Yarrr!1917.33156233
I_am_nOOb1909.64151268
Pandageddon1891.75148319
Pirat1664.08145798