documentation
download & extend
community & support
B3 hosting
May 21, 2012, 06:00:25 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 ...
You are here:
Big Brother Bot Forum
Add-Ons
Echelon
Chatlogger, Echelon, and Databases
Pages: [
1
]
2
Go Down
« previous
next »
Print
Author
Topic: Chatlogger, Echelon, and Databases (Read 1713 times)
MordyT
Support Hero
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
2x CoD4, 1x BF3
Posts: 2625
Offline
Owner of Host4B3.com - Over 70 bots hosted!
Chatlogger, Echelon, and Databases
«
on:
August 31, 2011, 06:23:31 AM »
Hi all,
Have a client who has a weird issue. He has chatlogger installed on his bot and can view his chat in Echelon. All is fine there, you type, and it shows up on the spot. The issues is if you manually look at the database, in the chatlog table, you will not see the latest chat. You will see older chat (approx 600 or so lines), but not the latest chat.
I thought echelon pulled the chat from the database, so how is it possible the echelon shows the correct chat and if looking at the database you see only older chat?
Let me know what you need to look into this issue. Screens, URLs, MySQL details, whatever.
Thanks!
Logged
Need B3 Bot hosting? Check out
Host4B3.com
Check
Twitter.com/Host4B3
for updates if the site it down.
Help will be given to those with a b3.log
System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
82ndAB.Bravo17
Dev. Team
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
COD2,COD4,COD5
Posts: 1098
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #1 on:
August 31, 2011, 07:53:30 AM »
I think you must be looking two different places or with some strange view of the correct table, Echelon can only get its data from what is in the tables
Logged
MordyT
Support Hero
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
2x CoD4, 1x BF3
Posts: 2625
Offline
Owner of Host4B3.com - Over 70 bots hosted!
Re: Chatlogger, Echelon, and Databases
«
Reply #2 on:
August 31, 2011, 08:49:22 AM »
Quote from: 82ndAB.Bravo17 on August 31, 2011, 07:53:30 AM
I think you must be looking two different places or with some strange view of the correct table, Echelon can only get its data from what is in the tables
I would say the same as you just did. Except I have triple checked and am in shock - because I see this too. Is it OK if I send you a message with info to log into echelon, ftp where it is stored (for the config file) and phpmyadmin?
Logged
Need B3 Bot hosting? Check out
Host4B3.com
Check
Twitter.com/Host4B3
for updates if the site it down.
Help will be given to those with a b3.log
System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Courgette
Senior Dev.
OS: Linux
Type: Home user
Posts: 3483
Offline
Support Specialty:
B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
Re: Chatlogger, Echelon, and Databases
«
Reply #3 on:
August 31, 2011, 11:21:30 AM »
have you played with the sort feature of phpmyadmin ? you might have phpmyadmin show from the oldest to newest instead of from the newest to oldest.
Logged
Follow me :
@cucurb
.~. new
Smokin' guns official website
BlackMamba
Full Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
UrT
Posts: 55
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #4 on:
August 31, 2011, 11:32:19 AM »
Try:
select * from chatlog order by msg_time desc limit 10;
This shows you the last 10 messages
Logged
www.bmamba.de
82ndAB.Bravo17
Dev. Team
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
COD2,COD4,COD5
Posts: 1098
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #5 on:
August 31, 2011, 12:08:46 PM »
Quote from: MordyT on August 31, 2011, 08:49:22 AM
I would say the same as you just did. Except I have triple checked and am in shock - because I see this too. Is it OK if I send you a message with info to log into echelon, ftp where it is stored (for the config file) and phpmyadmin?
Yes, I'll take a look
Logged
MordyT
Support Hero
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
2x CoD4, 1x BF3
Posts: 2625
Offline
Owner of Host4B3.com - Over 70 bots hosted!
Re: Chatlogger, Echelon, and Databases
«
Reply #6 on:
August 31, 2011, 01:34:19 PM »
Quote from: Courgette on August 31, 2011, 11:21:30 AM
have you played with the sort feature of phpmyadmin ? you might have phpmyadmin show from the oldest to newest instead of from the newest to oldest.
I have never used the sort feature.
Quote from: BlackMamba on August 31, 2011, 11:32:19 AM
Try:
select * from chatlog order by msg_time desc limit 10;
This shows you the last 10 messages
I will try this next - thanks
Quote from: 82ndAB.Bravo17 on August 31, 2011, 12:08:46 PM
Yes, I'll take a look
You haz message. Thanks!
Logged
Need B3 Bot hosting? Check out
Host4B3.com
Check
Twitter.com/Host4B3
for updates if the site it down.
Help will be given to those with a b3.log
System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
82ndAB.Bravo17
Dev. Team
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
COD2,COD4,COD5
Posts: 1098
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #7 on:
August 31, 2011, 02:30:47 PM »
It's in some strange order, if you change sort from none to Primary(Descending) you will see it in reverse (newest first) order
Logged
MordyT
Support Hero
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
2x CoD4, 1x BF3
Posts: 2625
Offline
Owner of Host4B3.com - Over 70 bots hosted!
Re: Chatlogger, Echelon, and Databases
«
Reply #8 on:
August 31, 2011, 04:36:06 PM »
Quote from: 82ndAB.Bravo17 on August 31, 2011, 02:30:47 PM
It's in some strange order, if you change sort from none to Primary(Descending) you will see it in reverse (newest first) order
Hmm, that is weird. Any idea why I need to do that for this database? I can give you access to another one that works fine as is.
I never set sorting either...
Logged
Need B3 Bot hosting? Check out
Host4B3.com
Check
Twitter.com/Host4B3
for updates if the site it down.
Help will be given to those with a b3.log
System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
82ndAB.Bravo17
Dev. Team
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
COD2,COD4,COD5
Posts: 1098
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #9 on:
August 31, 2011, 06:34:18 PM »
Quote from: MordyT on August 31, 2011, 04:36:06 PM
Hmm, that is weird. Any idea why I need to do that for this database? I can give you access to another one that works fine as is.
I never set sorting either...
The only thing that I can think of is that records have been deleted from the table, and then they get filled in as needed. Not sure if that is how mysql works, but that is one guess.
Logged
MordyT
Support Hero
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
2x CoD4, 1x BF3
Posts: 2625
Offline
Owner of Host4B3.com - Over 70 bots hosted!
Re: Chatlogger, Echelon, and Databases
«
Reply #10 on:
September 01, 2011, 11:52:24 AM »
I have passed the info onto the client and asked him if he deleted rows in the table.
Thank you for looking at this, if you want a personal donation (to you) just send me a address.
Logged
Need B3 Bot hosting? Check out
Host4B3.com
Check
Twitter.com/Host4B3
for updates if the site it down.
Help will be given to those with a b3.log
System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
82ndAB.Bravo17
Dev. Team
OS: Windows
Type: Gameserver Rental Co.
Gameservers:
COD2,COD4,COD5
Posts: 1098
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #11 on:
September 01, 2011, 12:42:20 PM »
This ones a freebie Mordy!
Logged
setman
Sr. Member
OS: Windows
Type: Owner dedicated server(s)
Gameservers:
COD 4 , COD 6
Posts: 154
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #12 on:
December 11, 2011, 02:06:59 PM »
What about if you can see all the chat, and you can type back into echelon and see it come up in echelon, but it does not come up in game?
Logged
WickedShell
Dev. Team
OS: Linux
Type: Home user
Gameservers:
UrT
Posts: 198
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #13 on:
December 11, 2011, 03:53:18 PM »
Is the rcon address/port set up right? And last I looked not all RCON protocols were supported from echelon. What game type are you trying to talk back to?
Logged
EchelonV2 Development;
https://github.com/WickedShell/echelon
EchelonV2 Issue Tracker;
https://github.com/WickedShell/echelon/issues
setman
Sr. Member
OS: Windows
Type: Owner dedicated server(s)
Gameservers:
COD 4 , COD 6
Posts: 154
Offline
Re: Chatlogger, Echelon, and Databases
«
Reply #14 on:
December 11, 2011, 04:47:20 PM »
COD4 and MW2
The mw2's run from home, the cod4 from a gameserver company
this is what all the echelon files say for all servers "rcon_ip" => "127.0.0.1",
«
Last Edit: December 11, 2011, 04:59:48 PM by setman
»
Logged
Tags:
Pages: [
1
]
2
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