You are here: Big Brother Bot ForumAdd-OnsXLRXLR Releases! (Moderator: Freelander)Echelon - Web investigation tool for B3
Pages: 1 ... 12 13 [14] 15 16   Go Down
  Print  
Author Topic: Echelon - Web investigation tool for B3  (Read 32361 times)
Dev. Team
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT, SmG
Posts: 1133
Offline Offline
WWW
« Reply #195 on: July 26, 2009, 06:33:13 AM »

the mysql settings are at the beginning of inc_config.php
Logged

Jr. Member
**
Posts: 44
Offline Offline
« Reply #196 on: July 26, 2009, 08:06:19 AM »

I have already checked the settings there and I believe they are correct...

Code:
<?php
$path = "/echelon/";
$hide_admin_level = "128"; // 1, 2, 8, 16, 32, 64, 128 -> Hides clientdetails

## settings for the echelon database
$hostname_wwwvalidate = "localhost";
$database_wwwvalidate = "zeoixbs_echelon";
$username_wwwvalidate = "zeoixbs_echelon";
$password_wwwvalidate = "echelonb3";
Logged
Dev. Team
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT, SmG
Posts: 1133
Offline Offline
WWW
« Reply #197 on: July 26, 2009, 08:42:35 AM »

Quote
[function.mysql-pconnect]: Can't connect to MySQL server on 'mysql'
means the code tries to connect to a database on 'mysql' host/ip which doesn't exists.

The error must be in the rest of your inc_config.php file. You should have something similar to :
Quote
## settings for your b3 databases
$config = array(
  "clanname" => "<your clan name>",
  //How many servers do we have down here
  "numservers" => 5,
  "servers" => array(
    1 => array(
      "name" => "<Your server name>",
      // Database connection for the B3
      "hostname" => "<host/ip of the database>",
      "database" => "<name of the database>",
      "username" => "<user for that database>",
      "password" => "<password for that user>",
      //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",
      //Set up rcon for talkback (need chatlogger plugin installed) and PB banning facilities
      "rcon_ip" => "127.0.0.1",
      "rcon_port" => "27960",
      "rcon_pass" => "xxxxxx",
      // url of xml file genrated by b3's status plugin
      "b3status" => "file:///home/somewhere/status/gamers.xml",
      // 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,
      "ctime_plugin_activated" => 1
    ),
Logged

Jr. Member
**
Posts: 44
Offline Offline
« Reply #198 on: July 26, 2009, 09:02:53 AM »

Courgette thank you very much I had made a very stupid mistake I'm even to embarrassed to share lol  Grin
Logged
Dev. Team
Hero Member
*****
Posts: 1038
Offline Offline
Don't contact me on Xfire! I will just reject you!
« Reply #199 on: August 31, 2009, 08:32:50 AM »

Just a little bug report with Eche:

The form autocomplete is (imo) poor.

If you type out what you want to search for quick enough, before autocomplete has a chance to mess around with everything, it works as intended. If autocomplete works, you press enter, and it simply autocompletes it with the first entry in the list. Then, you have to use your mouse to select submit, or fix it. It's just counterproductive, in most cases you know who you're looking for, and might as well not use autocomplete.
Logged

Jr. Member
**
Posts: 25
Offline Offline
« Reply #200 on: September 04, 2009, 11:21:23 AM »

Dear xlr8or,

the last version don't support other names for the chatlog table, if you use a table for chatlog, then the chatlog doen's not work in echelon.

Greets,
kikker916
Logged
Full Member
***
Posts: 84
Offline Offline
WWW
« Reply #201 on: September 09, 2009, 06:43:40 AM »

I'm interested in running echelon on a subdomain.

however when i setup the subdomain to point to echelon, the login breaks.  I'm assuming I have to do something clever with the path setting in inc_config.php.

path on server to installation is www.knightsoffury.com/echelon/index.php

subdomain is http://echelon.knightsoffury.com

the login works accessing from the full path regardless

although the main page appears normally when browsing to the subdomainl URL, logging in produces a 404 on /login/validate.php :

Quote
Not Found
The requested URL /echelon/login/validate.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at echelon.knightsoffury.com Port 80

Edit: I fixed it by putting an absolute path in for the login form in index.php.

also, is there an easier way to modify the overall template
(i want it to share the overall theme of our forums) then modifying each separate php page?
« Last Edit: September 09, 2009, 07:26:19 AM by intrebulon » Logged
Full Member
***
OS: Linux
Type: Home user
Gameservers: 3 URT servers 1)Local, 2)Remote gameserves.com
Posts: 101
Offline Offline
you know its true
WWW
« Reply #202 on: September 25, 2009, 07:33:23 PM »

I am getting a few errors, im not using the name "echelon" for the SQL database and wwwvalidate.php looks as if, it pulls the info from  inc_config.php is this wrong? every think works but the two errors below

VERSION(?): echelon-0f97bb80aa90

under links tab
Code:
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/ryry/ryry.mine.nu/echelon/links.php on line 14

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/ryry/ryry.mine.nu/echelon/links.php on line 16

and under Toplist Penalties
Code:
Fatal error: Call to undefined function humanReadableDuration() in /home/ryry/ryry.mine.nu/echelon/toppenalties.php on line 124

Logged

[ www.xlrstats.com ]
Project leader
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1209
Offline Offline
WWW
« Reply #203 on: September 26, 2009, 12:19:21 AM »

Was fixed in a later version. Get the latest here: http://xlr8or.snt.utwente.nl/hg/echelon?ca=tip;type=zip
Logged


Serving: CoD2 | CoD5 | UrT4.1
Full Member
***
OS: Linux
Type: Home user
Gameservers: 3 URT servers 1)Local, 2)Remote gameserves.com
Posts: 101
Offline Offline
you know its true
WWW
« Reply #204 on: September 26, 2009, 01:17:30 PM »

updated, thank you
Logged

Jr. Member
**
Posts: 28
Offline Offline
« Reply #205 on: October 16, 2009, 03:18:10 AM »

XLR8or server seems to be down, any other links for this package?
Logged
Dev. Team
Hero Member
*****
Posts: 1038
Offline Offline
Don't contact me on Xfire! I will just reject you!
« Reply #206 on: October 16, 2009, 07:29:23 AM »

http://easclan.com/rcon/echelon-e05b644e72c3.zip should work
Logged

Jr. Member
**
Posts: 33
Offline Offline
« Reply #207 on: December 11, 2009, 02:37:17 AM »

Hello, I cant seem to find this info anywhere so i posted here...
I installed Echelon yesterday, and its great, tought i have one slight problem, on public bans page, the expiration date is not at the correct timezone. in b3.xml i have GMT, and the !time command ingame works fine...
Is there any place where i should change anything?
Logged
[ www.xlrstats.com ]
Project leader
Hero Member
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1209
Offline Offline
WWW
« Reply #208 on: December 11, 2009, 12:20:59 PM »

I guess your webserver is using a different timezone setting. You can probably fix it if you have access to php.ini and change the date.timezone = ... there.
Logged


Serving: CoD2 | CoD5 | UrT4.1
Jr. Member
**
Posts: 33
Offline Offline
« Reply #209 on: December 12, 2009, 01:14:24 PM »

i have ftp access to the site, but i cant seem to find that file...
can you tell me where ists located?
the webserver is romanian so the time should be ahead +4h and not delayed -8 (i think).
Logged
Tags:
Pages: 1 ... 12 13 [14] 15 16   Go Up
  Print  
 
Jump to: