March 11, 2010, 07:11:42 AM
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
...
12
13
[
14
]
15
16
Go Down
« previous
next »
Print
Author
Topic: Echelon - Web investigation tool for B3 (Read 32361 times)
Courgette
Dev. Team
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
UrT, SmG
Posts: 1133
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #195 on:
July 26, 2009, 06:33:13 AM »
the mysql settings are at the beginning of inc_config.php
Logged
Rob
Jr. Member
Posts: 44
Offline
Re: Echelon - Web investigation tool for B3
«
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
Courgette
Dev. Team
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
UrT, SmG
Posts: 1133
Offline
Re: Echelon - Web investigation tool for B3
«
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
Rob
Jr. Member
Posts: 44
Offline
Re: Echelon - Web investigation tool for B3
«
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
Logged
Bakes
Dev. Team
Hero Member
Posts: 1038
Offline
Don't contact me on Xfire! I will just reject you!
Re: Echelon - Web investigation tool for B3
«
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
[
Openbanter
|
Scrim (cod4)
|
BanTweeter
|
FTPyTail
|
ForumLink
]
kikker916
Jr. Member
Posts: 25
Offline
Re: Echelon - Web investigation tool for B3
«
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
intrebulon
Full Member
Posts: 84
Offline
Re: Echelon - Web investigation tool for B3
«
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
ryry46d9
Full Member
OS: Linux
Type: Home user
Gameservers:
3 URT servers 1)Local, 2)Remote gameserves.com
Posts: 101
Offline
you know its true
Re: Echelon - Web investigation tool for B3
«
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
xlr8or
[ www.xlrstats.com ]
Project leader
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
CoD, CoD2, CoD5, UrT
Posts: 1209
Offline
Re: Echelon - Web investigation tool for B3
«
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
ryry46d9
Full Member
OS: Linux
Type: Home user
Gameservers:
3 URT servers 1)Local, 2)Remote gameserves.com
Posts: 101
Offline
you know its true
Re: Echelon - Web investigation tool for B3
«
Reply #204 on:
September 26, 2009, 01:17:30 PM »
updated, thank you
Logged
islanding
Jr. Member
Posts: 28
Offline
Re: Echelon - Web investigation tool for B3
«
Reply #205 on:
October 16, 2009, 03:18:10 AM »
XLR8or server seems to be down, any other links for this package?
Logged
Bakes
Dev. Team
Hero Member
Posts: 1038
Offline
Don't contact me on Xfire! I will just reject you!
Re: Echelon - Web investigation tool for B3
«
Reply #206 on:
October 16, 2009, 07:29:23 AM »
http://easclan.com/rcon/echelon-e05b644e72c3.zip
should work
Logged
[
Openbanter
|
Scrim (cod4)
|
BanTweeter
|
FTPyTail
|
ForumLink
]
Maks
Jr. Member
Posts: 33
Offline
Re: Echelon - Web investigation tool for B3
«
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
xlr8or
[ www.xlrstats.com ]
Project leader
Hero Member
OS: Linux
Type: Owner dedicated server(s)
Gameservers:
CoD, CoD2, CoD5, UrT
Posts: 1209
Offline
Re: Echelon - Web investigation tool for B3
«
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
Maks
Jr. Member
Posts: 33
Offline
Re: Echelon - Web investigation tool for B3
«
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
« 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