documentation
download & extend
community & support
B3 hosting
May 21, 2012, 01:16:17 PM
Home
Features
Get Started
Supported Games
Forums
Help
Search
Tags
Groupware
Login
Register
Activation Mail
It appears you have not registered with our community. To register please click here ...
Full documentation and information about XLRstats can be found on our XLRstats website:
www.xlrstats.com
You are here:
Big Brother Bot Forum
Add-Ons
XLRstats
XLRWEBFRONT and XLRPLUGIN help plzz!!
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: XLRWEBFRONT and XLRPLUGIN help plzz!! (Read 1698 times)
Travisty
Jr. Member
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
CoD4, CoD5, more soon
Posts: 40
Offline
XLRWEBFRONT and XLRPLUGIN help plzz!!
«
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
ryry46d9
B3 Contrib/Support
OS: Linux
Type: Home user
Gameservers:
Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
Reply #1 on:
February 16, 2010, 10:38:49 AM »
try:
Code:
<plugin name="xlrstats" priority="12" config="@b3/extplugins/conf/xlrstats.xml"/>
Logged
Travisty
Jr. Member
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
CoD4, CoD5, more soon
Posts: 40
Offline
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
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
Travisty
Jr. Member
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
CoD4, CoD5, more soon
Posts: 40
Offline
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
Reply #3 on:
February 16, 2010, 10:49:25 AM »
Quote from: Travisty 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
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
Courgette
Senior Dev.
OS: Linux
Type: Home user
Posts: 3483
Online
Support Specialty:
B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
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
Follow me :
@cucurb
.~. new
Smokin' guns official website
Travisty
Jr. Member
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
CoD4, CoD5, more soon
Posts: 40
Offline
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
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
Courgette
Senior Dev.
OS: Linux
Type: Home user
Posts: 3483
Online
Support Specialty:
B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
Reply #6 on:
February 16, 2010, 11:21:31 AM »
no database update is required
Logged
Follow me :
@cucurb
.~. new
Smokin' guns official website
Travisty
Jr. Member
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
CoD4, CoD5, more soon
Posts: 40
Offline
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
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
Travisty
Jr. Member
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
CoD4, CoD5, more soon
Posts: 40
Offline
Re: XLRWEBFRONT and XLRPLUGIN help plzz!!
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News (Read Only)
===> News Archive
===> Website News
=> General Discussion
===> Servers
=> Shared Services
-----------------------------
Support Forums
-----------------------------
=> Support Instructions
=> Installation Support
=> General Usage Support
=> Game specific Support
===> Battle Field 3
=====> BF3/B3 beta board
===> Battle Field Bad Company 2
===> Call of Duty series
=====> CoD, CoD:UO, CoD2
=====> Call of Duty 4 (Modern Warfare)
=====> Call of Duty 5 (World at War)
=====> Call of Duty 6 (Modern Warfare 2)
=====> Call of Duty 7 (Black Ops)
=======> AlterOps
===> Frontlines, Fuel of War
===> Enemy Territory
===> Homefront
===> Medal of Honor 2010
===> Open Arena
===> Red Orchestra 2
===> Smokin' Guns
===> Soldier of Fortune 2
===> Urban Terror
===> World of Padman
===> Other games
-----------------------------
Add-Ons
-----------------------------
=> Plugins Discussion
===> Plugin Releases!
===> Plugins by xlr8or
===> Plugins by Courgette
===> Plugins by Freelander
===> Plugins by Bakes
===> Plugins by Ismael
===> Plugins by flinkaflenkaflrsk
===> Plugins by Anubis
===> Plugins by Spoon
===> Plugins by PtitBigorneau
===> Plugins by BlackMamba
===> Plugins by Beber888
===> Plugins by grosbedo
=> XLRstats
===> Weaponmodifiers
=> Echelon
===> Echelon version 2
=> Configurations
=> Installers
-----------------------------
Community Developers
-----------------------------
=> Plugin Developers
=> The Code Bin
Rate this page +1 at Google Search
Web Toolbar by Wibiya
SimplePortal 2.3.1 © 2008-2009, SimplePortal