March 20, 2010, 03:50:13 PM
Home
Forums
Help
Search
Tags
Documentation
GitHub Wiki
Cheatsheet
Downloads
Source Code
Stable dev repo
XLR8or's dev repo
Login
Register
Activation Mail
You are here:
Big Brother Bot Forum
Add-Ons
XLR
XLR Releases!
(Moderator:
Freelander
)Echelon - Web investigation tool for B3
Pages:
1
[
2
]
3
4
...
16
Go Down
« previous
next »
Print
Author
Topic: Echelon - Web investigation tool for B3 (Read 33230 times)
click
B3 Contributor
Sr. Member
Posts: 259
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #15 on:
July 03, 2007, 04:39:59 PM »
Cool. I updated ours tonight. xlr8or, what is the font you use for ECHELON? I want to make a new header.
Logged
Deadbone Platoon
B3 Driven CoD Servers
xlr8or
[ www.xlrstats.com ]
Project leader
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
CoD, CoD2, CoD5, UrT
Posts: 1219
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #16 on:
July 04, 2007, 12:23:25 AM »
Good question... I dunno exactly what I used, but it looks like this:
http://www.dafont.com/fucked-olympia-j.font
Logged
Serving:
CoD2
|
CoD5
|
UrT4.1
click
B3 Contributor
Sr. Member
Posts: 259
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #17 on:
July 04, 2007, 04:34:48 AM »
Thanks!
Logged
Deadbone Platoon
B3 Driven CoD Servers
xlr8or
[ www.xlrstats.com ]
Project leader
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
CoD, CoD2, CoD5, UrT
Posts: 1219
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #18 on:
July 04, 2007, 11:24:45 AM »
Oh no, I found it... it's called 'Batik Regular'... looks a lot like the one posted earlier though
Logged
Serving:
CoD2
|
CoD5
|
UrT4.1
click
B3 Contributor
Sr. Member
Posts: 259
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #19 on:
July 05, 2007, 03:43:43 AM »
There are actually 2 versions of that font. Batik Regular and Batik. The Batik Regular.ttf, everywhere I could find it, will not install on Windows. I was able to track down Batik.TTF, and that would install. Although, I think I like the original font better. Anyway, thanks for the help!
Logged
Deadbone Platoon
B3 Driven CoD Servers
Hoody
B3 Contributor
Sr. Member
Posts: 170
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #20 on:
July 05, 2007, 08:47:23 AM »
Very nice! Is there any chance you could make a pub search function? Where People can see what mods can see - only GUID's - IP's - Are Hidden
So only their Client ID - Aliases - and warnings - would appear - with no personal details shown.
But the current pub bans will do fine
Cheers
Logged
camber
Jr. Member
Posts: 11
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #21 on:
January 02, 2008, 12:41:22 PM »
This utility is so awesome. Dumb question though. (cant seem to get the rcon interface working)
in the connection config file it says the following be defualt
//Do we have PunkBuster in this game? If yes, we'll use RCON to ban/unban PB-guids - Set it to "0" if not.
$PBactive = "0";
so to set it "on" do we need to set it to "yes" or to "1" ?
thanks
Logged
Hoody
B3 Contributor
Sr. Member
Posts: 170
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #22 on:
January 02, 2008, 01:58:18 PM »
Set it to "1" to turn it on.
As a common rule, if the default value is a number, it should only be a number. If the default value was text, the changed command would most likely be text.
Are there any more features with Echelon at this moment in time? I have a bunch of feature requests but i'm saving them for 2.0, as the database would be diffrent (from what I remember)
Logged
jonass
Jr. Member
Posts: 20
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #23 on:
January 10, 2008, 03:26:27 PM »
Great tool, just what we were looking for! We run three servers and use one B3 database. How do I add all three servers to Echelon and give it rcon access? Can I just add another server after the first in b3connect.php like:
$PBactive = "1";
$rcon_ip = "192.168.1.101
$rcon_port = "28960";
$rcon_pass = "mypass";
$PBactive = "1";
$rcon_ip = "192.168.1.102";
$rcon_port = "28980";
$rcon_pass = "mypass";
Br,
Jonas
«
Last Edit: January 10, 2008, 03:28:24 PM by jonass
»
Logged
jonass
Jr. Member
Posts: 20
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #24 on:
January 10, 2008, 11:39:55 PM »
Another question... or more of a request maybe
Would it be possible to add the possibilty to add a temporary ban from the webpage and not just Instant ban (permanent) ?
Again, thanks for a great tool!
Br,
Jonas
Logged
click
B3 Contributor
Sr. Member
Posts: 259
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #25 on:
January 11, 2008, 07:39:54 AM »
I believe there is a multi connect file in the connections folder. Just edit that.
Logged
Deadbone Platoon
B3 Driven CoD Servers
jonass
Jr. Member
Posts: 20
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #26 on:
January 12, 2008, 02:30:16 AM »
Quote from: click on January 11, 2008, 07:39:54 AM
I believe there is a multi connect file in the connections folder. Just edit that.
But if I understood the instructions right that file is for multiple databases and we only have one. Can the server entries in that file point towards the same database using the same user/pass?
Br,
Jonas
Logged
xlr8or
[ www.xlrstats.com ]
Project leader
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
CoD, CoD2, CoD5, UrT
Posts: 1219
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #27 on:
January 12, 2008, 10:27:37 AM »
If you have all players in one database, you wont need multiple servers in your config, since they are all in the same database... Just give it a more descriptive name.
Logged
Serving:
CoD2
|
CoD5
|
UrT4.1
jonass
Jr. Member
Posts: 20
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #28 on:
January 13, 2008, 01:46:28 AM »
^okey... but if i ban some1 via the echelon web will it affect all three servers then?
Logged
xlr8or
[ www.xlrstats.com ]
Project leader
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
CoD, CoD2, CoD5, UrT
Posts: 1219
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #29 on:
January 13, 2008, 02:31:50 AM »
yes, it affects that one player in the database. Since the database goes over all server it affects the player on all the servers. Only way to alter that is to have different databases for different servers, but that also has many disadvantages.
Logged
Serving:
CoD2
|
CoD5
|
UrT4.1
Tags:
Pages:
1
[
2
]
3
4
...
16
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Servers
=> News
=> General Discussion
-----------------------------
Support Forums
-----------------------------
=> Installation Support
=> General Usage Support
=> Game specific Support
===> CoD2
===> CoD4
===> CoD5
===> UrT
===> Other games
-----------------------------
Add-Ons
-----------------------------
=> Installers
=> Plugins
===> Releases!
=> XLR
===> XLR Releases!
=> Configurations
-----------------------------
Community Developers
-----------------------------
=> Plugin Developers
=> The Code Bin