Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugins by xlr8or (Moderator: Freelander)Echelon - Web investigation tool for B3
Pages: 1 [2] 3 4 ... 19   Go Down
  Print  
Author Topic: Echelon - Web investigation tool for B3  (Read 45365 times)
B3 Contrib/Support
****
Posts: 259
Offline Offline
WWW
« 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
 
[ www.xlrstats.com ]
Project leader
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1568
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« 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 Wink
Logged


Serving: CoD2 | CoD5 | UrT4.1
B3 Contrib/Support
****
Posts: 259
Offline Offline
WWW
« Reply #17 on: July 04, 2007, 04:34:48 AM »

Thanks!
Logged

Deadbone Platoon
B3 Driven CoD Servers
[ www.xlrstats.com ]
Project leader
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1568
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« 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
B3 Contrib/Support
****
Posts: 259
Offline Offline
WWW
« 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
B3 Contrib/Support
****
Posts: 170
Offline Offline
« 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 Smiley Cheers
Logged
Jr. Member
**
Posts: 11
Offline Offline
« 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

B3 Contrib/Support
****
Posts: 170
Offline Offline
« 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
Jr. Member
**
Posts: 20
Offline Offline
« 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";

 Huh

Br,

Jonas
« Last Edit: January 10, 2008, 03:28:24 PM by jonass » Logged
Jr. Member
**
Posts: 20
Offline Offline
« Reply #24 on: January 10, 2008, 11:39:55 PM »

Another question... or more of a request maybe Wink

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
B3 Contrib/Support
****
Posts: 259
Offline Offline
WWW
« 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
Jr. Member
**
Posts: 20
Offline Offline
« Reply #26 on: January 12, 2008, 02:30:16 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
[ www.xlrstats.com ]
Project leader
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1568
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« 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
Jr. Member
**
Posts: 20
Offline Offline
« 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
[ www.xlrstats.com ]
Project leader
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1568
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« 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 ... 19   Go Up
  Print  
 
Jump to: