In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

Pages: [1]   Go Down
  Print  
Author Topic: new ctime issue  (Read 3081 times) Bookmark and Share
Full Member
***
Posts: 99
Offline Offline
« on: November 20, 2009, 01:20:23 AM »

here is my b3 log

091120 03:58:19   BOT       Loading Plugin #14 ctime [C:\ETC\BigBrotherBot_1.2.1\extplugins\conf\ctime.xml]
091120 03:58:19   INFO   Could not find built in plugin ctime, trying external plugin directories.
No module named ctime
091120 03:58:19   BOT       CtimePlugin: Loading config C:\ETC\BigBrotherBot_1.2.1\extplugins\conf\ctime.xml for CtimePlugin
091120 03:58:19   CRITICAL   CtimePlugin: Could not find config file
Traceback (most recent call last):
  File "b3\plugin.pyo", line 76, in loadConfig
  File "b3\config.pyo", line 240, in load
  File "b3\config.pyo", line 165, in load
ConfigFileNotFound: 'C:\\ETC\\BigBrotherBot_1.2.1\\extplugins\\conf\\ctime.xml'
091120 03:58:19   INFO   STDOUT Traceback (most recent call last):

091120 03:58:19   INFO   STDOUT   File "b3\run.pyo", line 124, in main

091120 03:58:19   INFO   STDOUT   File "b3\run.pyo", line 102, in run

091120 03:58:19   INFO   STDOUT   File "b3\__init__.pyo", line 99, in start

091120 03:58:19   INFO   STDOUT   File "b3\parser.pyo", line 285, in __init__

091120 03:58:19   INFO   STDOUT   File "b3\parser.pyo", line 438, in loadPlugins

091120 03:58:19   INFO   STDOUT   File "b3\plugin.pyo", line 43, in __init__

091120 03:58:19   INFO   STDOUT   File "b3\plugin.pyo", line 79, in loadConfig

091120 03:58:19   INFO   STDOUT   File "b3\plugin.pyo", line 209, in critical

091120 03:58:19   INFO   STDOUT   File "b3\parser.pyo", line 849, in critical

091120 03:58:19   INFO   STDOUT   File "b3\output.pyo", line 51, in critical

091120 03:58:19   INFO   STDOUT SystemExit: 220

091120 03:58:19   INFO   STDOUT Press Enter to terminate
091120 03:58:30   VERBOSE   RCON sending (68.106.91.179:28961) status
091120 03:59:00   VERBOSE   RCON sending (68.106.91.179:28961) status
091120 03:59:00   VERBOSE   RCON sending (68.106.91.179:28961) status
091120 03:59:01   VERBOSE   StatusPlugin: Building XML status
091120 03:59:01   ERROR   Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x02C65DC8>>: 'NoneType' object has no attribute 'gameName'
[('b3\\cron.pyo', 233, 'run', None), ('b3\\cron.pyo', 171, 'run', None), ('b3\\cron.pyo', 60, 'run', None), ('b3\\plugins\\status.pyo', 103, 'update', None)]
091120 03:59:30   VERBOSE   RCON sending (68.106.91.179:28961) status
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #1 on: November 20, 2009, 02:37:36 AM »

Shouldnt it be plugin_ctime.xml? Check your filenames.
Logged

Full Member
***
Posts: 99
Offline Offline
« Reply #2 on: November 20, 2009, 02:53:44 AM »

yes that is the name of the file.

all i did was a simple extract and I can never get it right, I mean cmon all I am doing is moving files to 2 different folders and editing the b3.xml file...how hard can it be?
Logged
Full Member
***
Posts: 99
Offline Offline
« Reply #3 on: November 20, 2009, 03:06:00 AM »

I fixed it, in the readme file the file is misnamed

this is your file that is in the readme
"<plugin name="ctime" priority="12" config="@b3/extplugins/conf/ctime.xml"/>"

problem fixed, i think, now to go in game to test it out

Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #4 on: November 20, 2009, 03:17:10 AM »

Thanks for the hint, I've modified the readmes so it's now okay.

ctime comes with a database alteration. A new table is needed. ctime.sql is included to create that table.
Logged

Full Member
***
Posts: 99
Offline Offline
« Reply #5 on: November 20, 2009, 03:24:57 AM »

ok when i type !xlrstats, i get a unrecognized  command

what would cause this?

also in my xlrstats i have this "Deprecated: Function split() is deprecated in C:\xampp\htdocs\xlrstats\func-globallogic.php on line 543" where it says welcome to our stats page.

I installed xlrstats on my localhost as with the rest of the b3 series.

here is the address http://extreme1.homeip.net/xlrstats

when i goto server 2-5 it displays the deprecated thing
« Last Edit: November 20, 2009, 04:41:18 AM by sinister6500 » Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #6 on: November 20, 2009, 11:37:28 AM »

!xlrstats command: make sure you are using version 1.0.0 of the plugin and check in xlrstats.xml if this section is complete:

  <settings name="commands">
    <set name="xlrstats">1</set>
    <set name="xlrtopstats">2</set>
    <set name="xlrhide">60</set>
  </settings>



deprecated warning: You're probably using PHP 5.3 which gives a warning for that. You can also set $debug to 0 in the xlrstats webfront configfiles. It will be fixed in version 2.0.8.

Logged

Full Member
***
Posts: 99
Offline Offline
« Reply #7 on: November 20, 2009, 11:58:04 AM »

!xlrstats command: make sure you are using version 1.0.0 of the plugin and check in xlrstats.xml if this section is complete:

 <settings name="commands">
    <set name="xlrstats">1</set>
    <set name="xlrtopstats">2</set>
    <set name="xlrhide">60</set>
  </settings>



deprecated warning: You're probably using PHP 5.3 which gives a warning for that. You can also set $debug to 0 in the xlrstats webfront configfiles. It will be fixed in version 2.0.8.


I am using 2.07 from the download site  Huh where does 1.0 exist at Huh

Everything is correct on the xlrstats.xml
« Last Edit: November 20, 2009, 12:01:00 PM by sinister6500 » Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #8 on: November 20, 2009, 12:31:56 PM »

plugin xlrstats.py: version  1.0.0
webfront: version 2.0.7
Logged

Full Member
***
Posts: 99
Offline Offline
« Reply #9 on: November 21, 2009, 11:31:37 PM »

Where do I get plugin xlrstats.py: version  1.0.0 from , because it is not in your download section, if it is its under a different name.
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #10 on: November 22, 2009, 01:40:43 AM »

It is in the B3 v. 1.2.1 release.
Logged

B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #11 on: November 22, 2009, 07:40:39 AM »

see where it has a line mentioning xlrstats that is commented out? At the bottom of b3.xml. Remove:
<!--

and

-->

around the xlrstats line, and the plugin will start.
Logged

Full Member
***
Posts: 99
Offline Offline
« Reply #12 on: November 22, 2009, 08:52:14 PM »

got it working, thanks
 Grin Grin
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal