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 ... 15 16 [17] 18 19   Go Down
  Print  
Author Topic: Echelon - Web investigation tool for B3  (Read 72806 times) Bookmark and Share
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: UrT
Posts: 117
Offline Offline
WWW
« Reply #240 on: May 23, 2010, 10:45:16 AM »

hey,

is it possible to put power of changing greetings in echelon?

and which right levels excist there?
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 #241 on: May 24, 2010, 11:29:28 AM »

As a superadmin you can do that already in game using the !runas command.

Do a !help runas for more information.
Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: UrT
Posts: 117
Offline Offline
WWW
« Reply #242 on: May 24, 2010, 11:52:01 AM »

ye i know that.

But when you look better all commands from echelon you can use as super admin Smiley !alias,!id,!permban,!putgroup Smiley

it will be cool if its include greeting changing Cheesy
Logged

Echelon v2. Dev.
Former Dev. (senate)
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 114
Offline Offline
WWW
Support Specialty: Echelon v.2
« Reply #243 on: May 24, 2010, 01:45:24 PM »

The ability to change a user's greeting in Echelon is in the next version, Echelon v2!

Eire.32
Logged

Eire.32
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: UrT
Posts: 117
Offline Offline
WWW
« Reply #244 on: May 24, 2010, 03:32:08 PM »

when it will be out?
Logged

Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD4, CoD5
Posts: 3
Offline Offline
« Reply #245 on: May 28, 2010, 06:04:23 PM »

Hi xlr8or, awesome mod for B3 Smiley  This mod has been great for us, really easy to admin now when we don't have to hop in-game to unban someone Cheesy.

I recently moved my site to a new webhost, and Echelon has not worked since.  I have modified the inc_config.php file to have the new MySQL database information for the Echelon database.

After logging into my Echelon site, I am getting this error:

Code:
Warning: mysql_pconnect() [function.mysql-pconnect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /hermes/web08/b1212/moo.thadpgcom/echelon/Connections/b3connect.php on line 37

Lost connection to MySQL server at 'reading initial communication packet', system error: 111

I've checked and double checked everything, but can't find a solution.  The only difference between how this new webhost is setup and the old one, is that the MySQL server is hosted on a different server, instead of localhost.

Any help would be appreciated so I can get this up and running for us Smiley

Thanks,

Bojangles
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 #246 on: May 29, 2010, 01:17:02 AM »

I assume the database is at the same server as the echelon install, so PHP tries to connect to MySQL through 'localhost'.

See this topic on the mySQL forums: http://forums.mysql.com/read.php?52,151255,159894#msg-159894

It says to use in inc_config.php:
Code: php
## settings for the echelon database
$hostname_wwwvalidate = "localhost";
Instead of the IP address 127.0.0.1

That also goes for the
Code: php
"hostname" => "localhost",
for each server...

Give it a shot
Logged

Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD4, CoD5
Posts: 3
Offline Offline
« Reply #247 on: May 29, 2010, 07:53:40 AM »

Thanks for the reply xlr8or.

I tried your suggestion, but I got a MySQL unable to connect to database error.

Here's my setup:

B3 and the Echelon DB is hosted on our dedicated server that also hosts our game servers.

Our website, and Web Echelon are hosted on our web host.

Here's a copy of my inc_config.php file (the settings are all the same from when I had them on our old webhost, where everything worked):
Code: php
date_default_timezone_set('America/Chicago'); // see all available timezones at http://www.php.net/manual/en/timezones.php  
$path = "/echelon/";
$hide_admin_level = "128"; // 1, 2, 8, 16, 32, 64, 128 -> Hides clientdetails

## settings for the echelon database
$hostname_wwwvalidate = "thadpgcom.fatcowmysql.com";
$database_wwwvalidate = "thadpg2_echelon";
$username_wwwvalidate = "*********";
$password_wwwvalidate = "*********";

## settings for your b3 databases
$config = array(
 "clanname" => "Dogg Pound Gangstas",
 //How many servers do we have down here
 "numservers" => 3,
 "servers" => array(
   1 => array(
     "name" => "CoD4 - HC TDM",
     // Database connection for the B3
     "hostname" => "66.225.232.194:3306",
     "database" => "b3",
     "username" => "********",
     "password" => "********",
     //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" => "1",
     //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
     "rcon_ip" => "66.225.232.195",
     "rcon_port" => "28930",
     "rcon_pass" => "********",
     // set to 1 if you want permban from that server included into the banlist page.
     "include_in_banlist" => 1,
     // set this to 1 if you are using the chatlogger plugin setup for that server. (see http://www.bigbrotherbot.com/forums/index.php?topic=423.0)
     "chatlogger_activated" => 1
   ),
   2 => array(
     "name" => "CoD4 - S&D",
     // Database connection for the B3
     "hostname" => "66.225.232.194:3306",
     "database" => "b3",
     "username" => "********",
     "password" => "********",
     //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" => "1",
     //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
     "rcon_ip" => "66.225.232.194",
     "rcon_port" => "28930",
     "rcon_pass" => "********",
     // set to 1 if you want permban from that server included into the banlist page.
     "include_in_banlist" => 1,
     // set this to 1 if you are using the chatlogger plugin setup for that server. (see http://www.bigbrotherbot.com/forums/index.php?topic=423.0)
     "chatlogger_activated" => 1
   ),
   3 => array(
     "name" => "CoD:WaW - HC CTF",
     // Database connection for the B3
     "hostname" => "66.225.232.194:3306",
     "database" => "b3cod5",
     "username" => "********",
     "password" => "********",
     //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" => "1",
     //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
     "rcon_ip" => "66.225.232.196",
     "rcon_port" => "28960",
     "rcon_pass" => "********",
     // set to 1 if you want permban from that server included into the banlist page.
     "include_in_banlist" => 1,
     // set this to 1 if you are using the chatlogger plugin setup for that server. (see http://www.bigbrotherbot.com/forums/index.php?topic=423.0)
     "chatlogger_activated" => 1
   )
 )
);
?>


I can PM you the asterisked out fields if you want to test connecting to the B3 and Echelon DB that is hosted on our dedicated server.

Any more advice you can offer would be greatly appreciated Smiley
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 #248 on: May 29, 2010, 08:01:48 AM »

Well, the mySQL server has to allow remote connections, default that is not allowed.

Check http://wiki.bigbrotherbot.net/doku.php/installation:installing_mysql in our wiki and see if that's your error.
Logged

Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD4, CoD5
Posts: 3
Offline Offline
« Reply #249 on: May 29, 2010, 10:34:41 AM »

Well, the mySQL server has to allow remote connections, default that is not allowed.

Check http://wiki.bigbrotherbot.net/doku.php/installation:installing_mysql in our wiki and see if that's your error.

I went ahead and put Echelon and the login DB on our dedicated server that has B3 on it.  Took a little bit to setup PHP to work with IIS, but got it working.. and it is faster than ever, since the databases are local now Smiley

Thanks for your help!
Logged
Full Member
***
OS: Windows
Type: Gameserver Rental Co.
Gameservers: setup to run all b3 supported servers
Posts: 116
Offline Offline
WWW
« Reply #250 on: June 07, 2010, 04:42:58 PM »

is it possible to change the level of a user in the echelon tool and for that level to change his/her in game access rights
Logged

Regards,

Cprl.Rst

XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #251 on: June 08, 2010, 12:11:32 AM »

is it possible to change the level of a user in the echelon tool and for that level to change his/her in game access rights

Yes!
Logged

Full Member
***
OS: Windows
Type: Gameserver Rental Co.
Gameservers: setup to run all b3 supported servers
Posts: 116
Offline Offline
WWW
« Reply #252 on: June 08, 2010, 12:21:22 AM »

Yes!

would it be possible for someone to let me know how to do this please
Logged

Regards,

Cprl.Rst

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: UrT
Posts: 117
Offline Offline
WWW
« Reply #253 on: June 08, 2010, 04:12:28 AM »

its easy.
just find client and klick on him.
than you will see on left side his current level from manu you can choose which to give him(you cant give superadmin rights)

here its explain....




thats all i hope i help you Smiley
Logged

Full Member
***
OS: Windows
Type: Gameserver Rental Co.
Gameservers: setup to run all b3 supported servers
Posts: 116
Offline Offline
WWW
« Reply #254 on: June 08, 2010, 04:27:56 AM »

yes thankyou so much for that i can now pass this onto my clients
Logged

Regards,

Cprl.Rst

Tags:
Pages: 1 ... 15 16 [17] 18 19   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal