Full documentation and information about XLRstats can be found on our XLRstats website: www.xlrstats.com

You are here: Big Brother Bot ForumAdd-OnsXLRstatsXLRWEBFRONT and XLRPLUGIN help plzz!!
Pages: [1]   Go Down
  Print  
Author Topic: XLRWEBFRONT and XLRPLUGIN help plzz!!  (Read 1698 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4, CoD5, more soon
Posts: 40
Offline Offline
WWW
« on: February 16, 2010, 10:24:46 AM »

ok i install webfront on my website, but my website is not on the same provider as my b3 install...and my b3 install runs on a remote db for easyier access then xampp...b3 is up runs fine...but i cant get it to run the xlr plugin...its all there ive tryed setting,   <settings name="plugins">
    <set name="external_dir">@b3/extplugins</set>
  </settings>
  <plugins>
    <plugin name="censor" priority="1" config="@b3/conf/plugin_censor.xml"/>
    <plugin name="spamcontrol" priority="2" config="@b3/conf/plugin_spamcontrol.xml"/>
    <plugin name="admin" priority="3" config="@b3/conf/plugin_admin.xml"/>
    <plugin name="tk" priority="4" config="@b3/conf/plugin_tk.xml"/>
    <plugin name="stats" priority="5" config="@b3/conf/plugin_stats.xml"/>
    <plugin name="pingwatch" priority="6" config="@b3/conf/plugin_pingwatch.xml"/>
    <plugin name="adv" priority="7" config="@b3/conf/plugin_adv.xml"/>
    <plugin name="status" priority="8" config="@b3/conf/plugin_status.xml"/>
    <plugin name="welcome" priority="9" config="@b3/conf/plugin_welcome.xml"/>
    <plugin name="publist" priority="10" config="@b3/conf/plugin_publist.xml"/>
    <plugin name="punkbuster" priority="11" config="@b3/conf/plugin_punkbuster.xml"/>
    <plugin name="xlrstats" priority="12" config="@b3/conf/xlrstats.xml"/>



to no avail it will not not start the xlrplugin i read in another topic to put it <pluginname="xlrstats"config="@b3/conf/xlrstats.xml"priority="12"/> but still didnt work it acttaully had errors when i tested it by running n3_run.py i cant remember what the list of errors was and didnt not write to log...but any how thats one part of my problem, the other part is b3s databse is not localhost for my site and as i said was on remote db so when i try to add that host and database information it says cant connect are you sure you entered your information right or somthing to that affect, can anyone help with these issues? im fairly new to this  and got b3 running by pure luck lol its fairly easy to learn but more of a hassle when u know what uve entered or done are correct and do not work

any how any help is very apreciated thanks
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #1 on: February 16, 2010, 10:38:49 AM »

try:
Code:
<plugin name="xlrstats" priority="12" config="@b3/extplugins/conf/xlrstats.xml"/>
Logged
Jr. Member
**
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4, CoD5, more soon
Posts: 40
Offline Offline
WWW
« Reply #2 on: February 16, 2010, 10:43:27 AM »

tryed that one too was how it was originaly in the cfg i just copy pasted and change 13 to 12 but still didnt load !xlrplugin and i went to see in game but !xlrstats was unrecognised cmd even though i set all the !xlr cmds in both b3.xml and xlrstats.xml
Logged
Jr. Member
**
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4, CoD5, more soon
Posts: 40
Offline Offline
WWW
« Reply #3 on: February 16, 2010, 10:49:25 AM »

tryed that one too was how it was originaly in the cfg i just copy pasted and change 13 to 12 but still didnt load !xlrplugin and i went to see in game but !xlrstats was unrecognised cmd even though i set all the !xlr cmds in both b3.xml and xlrstats.xml

Code:
100216 12:47:41 BOT    Loading Plugin #12 xlrstats [C:\UserFiles\twisted\GameServers\TC37857336224224636831510\extplugins\conf\xlrstats.xml]
100216 12:47:41 INFO Could not find built in plugin xlrstats, trying external plugin directories.
No module named xlrstats
100216 12:47:41 CRITICAL Error loading plugin: No module named xlrstats
Traceback (most recent call last):
  File "b3\parser.pyo", line 437, in loadPlugins
  File "b3\parser.pyo", line 500, in pluginImport
ImportError: No module named xlrstats
100216 12:47:41 INFO STDOUT Traceback (most recent call last):

100216 12:47:41 INFO STDOUT   File "b3\run.pyo", line 124, in main

100216 12:47:41 INFO STDOUT   File "b3\run.pyo", line 102, in run

100216 12:47:41 INFO STDOUT   File "b3\__init__.pyo", line 99, in start

100216 12:47:41 INFO STDOUT   File "b3\parser.pyo", line 285, in __init__

100216 12:47:41 INFO STDOUT   File "b3\parser.pyo", line 441, in loadPlugins

100216 12:47:41 INFO STDOUT   File "b3\parser.pyo", line 849, in critical

100216 12:47:41 INFO STDOUT   File "b3\output.pyo", line 51, in critical

100216 12:47:41 INFO STDOUT SystemExit: 220

100216 12:47:41 INFO STDOUT Press Enter to terminate
« Last Edit: February 16, 2010, 10:56:49 AM by Courgette » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3483
Online Online
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #4 on: February 16, 2010, 10:58:39 AM »

If you are using the bot v1.2.1, please give a try to the beta version from http://github.com/courgette/big-brother-bot/downloads
Logged

Jr. Member
**
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4, CoD5, more soon
Posts: 40
Offline Offline
WWW
« Reply #5 on: February 16, 2010, 11:19:00 AM »

in other words ur saying i have to update b3?
does this mean i have to update db and all that? i mean id rather not have to redo my tcadmin b3 autosetup to
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3483
Online Online
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #6 on: February 16, 2010, 11:21:31 AM »

no database update is required
Logged

Jr. Member
**
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4, CoD5, more soon
Posts: 40
Offline Offline
WWW
« Reply #7 on: February 16, 2010, 11:24:34 AM »

ok so this will maybe solve my xlr plugin issue on the server but about remote db is it possible i just need to give access to the remote db to my website so it can login and view the db?
Logged
Jr. Member
**
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4, CoD5, more soon
Posts: 40
Offline Offline
WWW
« Reply #8 on: February 16, 2010, 11:47:48 AM »

thnx very much for update XLRstats work now!
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal