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 ]

You are here: Big Brother Bot ForumSupport ForumsGeneral Usage Support (Moderator: MordyT)IP Adress not being recorded
Pages: [1] 2   Go Down
  Print  
Author Topic: IP Adress not being recorded  (Read 2634 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoDUO, CoD5
Posts: 22
Offline Offline
WWW
« on: January 23, 2010, 04:28:38 PM »

I am running a COD UO server and b3 isn't recording the IP adress.  It seems to be working fine other than this.  what might I be doing wrong?
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: January 24, 2010, 11:58:01 AM »

Can you give us some more details about your setup and what version of the bot you're running? PB on or off... that kind of stuff
Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoDUO, CoD5
Posts: 22
Offline Offline
WWW
« Reply #2 on: January 24, 2010, 02:26:25 PM »

Running on a 2003  - 64 bit server

Pb - turned off

B3 version - 1.2.1

The in game status command from RCON is displaying the IPs correctly.

B3 is using the COD parser.

have the following plugins

xlr, chatlogger, nickreg and spree
« Last Edit: January 24, 2010, 02:32:43 PM by daiosama » 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 #3 on: January 25, 2010, 06:14:55 AM »

It's the famous 'No IP without PB' issue with the CoD series parsers. I'll see what I can do, but don't hold your breath waiting.
Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoDUO, CoD5
Posts: 22
Offline Offline
WWW
« Reply #4 on: January 25, 2010, 06:33:17 AM »

would there be a way to parse this out using the status command?
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 #5 on: January 25, 2010, 12:33:02 PM »

If you are willing to do some testing here you go.
Download this branch of the bot: http://github.com/xlr8or/big-brother-bot/archives/cod-parsers

This branch holds a brand new set of cod parsers (from cod.py to cod5.py) and it is designed to solve the IP problem across all cod parsers...

For those who are willing to do some fieldwork... here's what you can do Smiley

Please let me know what your experiences are, this set is supposed to go in the next release.
Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoDUO, CoD5
Posts: 22
Offline Offline
WWW
« Reply #6 on: January 25, 2010, 09:19:26 PM »

I am more than happy to be a guinea pig.  Do I just need to replace the parser or do I need to replace everything on the server that is included in this branch?
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 #7 on: January 26, 2010, 04:51:34 AM »

All except config files... So you make sure you are running the latest version of the bot. It is always smart to backup your current version first, so you can revert to your current state if it fails to work properly.
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: January 26, 2010, 11:50:23 AM »

Update: I did some initial testing on the new cod series parsers. They are now in my master branch.

A few bugs where removed, but it would be appreciated if a few cod users would test these across different cod versions, with and without PB and such.

Please let me know if you have issues with these new parsers.

Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoDUO, CoD5
Posts: 22
Offline Offline
WWW
« Reply #9 on: January 26, 2010, 02:20:23 PM »

I installed this new version and then checked Echelon to see if things were getting logged correctly.  They were not so I opened the log file and found this.  I don't know if I have something wrong or if it is something with this new version.

100126 16:02:00   ERROR   could not parse line 'CodParser' object has no attribute '_counter': [('C:\\b3\\b3\\parser.py', 658, 'run', 'self.parseLine(line)'), ('C:\\b3\\b3\\parsers\\q3a.py', 143, 'parseLine', 'event = func(action, data, match)'), ('C:\\b3\\b3\\parsers\\cod.py', 104, 'OnK', 'self.OnJ(action, data, match)'), ('C:\\b3\\b3\\parsers\\cod.py', 186, 'OnJ', 'self._counter[cid] = 1')]
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: January 27, 2010, 12:50:16 AM »

get the latest from my master branch, it has several bugfixes since yesterday.

http://github.com/xlr8or/big-brother-bot/archives/master
Logged

Jr. Member
**
Posts: 40
Offline Offline
« Reply #11 on: January 29, 2010, 12:49:51 AM »

 Cheesy U guys doing it like Microsoft do. Just testing on the custemer site Wink

When will be this version 1.2.2 official reliase?
« Last Edit: January 29, 2010, 12:55:06 AM by Unknow Soldier » Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoDUO, CoD5
Posts: 22
Offline Offline
WWW
« Reply #12 on: February 10, 2010, 09:14:06 AM »

This new version has been working great for recording IP addresses.

The only issue I have been seeing is that Aliases are getting messed up really bad.

This is for COD UO

most of the regulars end up with multiple aliases that are not theirs.

Any idea how to resolve this?
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 #13 on: February 10, 2010, 01:34:12 PM »

Cheesy U guys doing it like Microsoft do. Just testing on the custemer site Wink

When will be this version 1.2.2 official reliase?

Quote
A "beta version" is the first version released outside the organization or community that develops the software, for the purpose of evaluation or real-world black/grey-box testing. The process of delivering a beta version to the users is called beta release. Beta level software generally includes all features, but may also include known issues and bugs.

None of us run UO servers, so we rely on others to do it for us. It's your choice whether you want to use the beta parser, and you acknowledge that there may be bugs in it when you download it.
Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoDUO, CoD5
Posts: 22
Offline Offline
WWW
« Reply #14 on: February 10, 2010, 02:18:22 PM »

I personally am more than happy to be evolved with the testing.

The alias issue that we are experiencing was happening before changing to this version as well.
Logged
Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal