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 ... 17 18 [19]   Go Down
  Print  
Author Topic: Echelon - Web investigation tool for B3  (Read 72807 times) Bookmark and Share
[ 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 #270 on: July 27, 2010, 01:25:53 AM »

@karelkopp: Echelon v2 is not released yet and not yet working at the moment. You'll have to wait for it to be released.
Logged


Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD4, MW2 (alterIW), Black Ops
Posts: 37
Offline Offline
WWW
« Reply #271 on: August 08, 2010, 06:00:30 PM »

Trying for the first time to get Echelon v1.3.9 working with B3 and Windows webserver. 

Unable to login using admin - admin.  I receive HTTP 500 error on different computers trying to log in.  The folders echelon & sql are in the root of the IIS.

I don't know much about PHP but I can get the phpinfo.php file which contains <?php phpinfo(); ?> and it shows a nice long configuration file.

I can view the login page of Echelon but when I click on submit, I get just a blank page with HTTP 500 error.

php webservice extension is loaded.  ISAPI filter loaded.  .php mapping / application extensions loaded.

contents of b3connect.php
Code:
<?php
$xlrdatabase = "single";

// The Name of the Game:
$gamename_1  = "COD4";

$hostname_b3connect = "king-server";
$database_b3connect = "b3";
$username_b3connect = "b3";
$password_b3connect = "********";

// Do not modify the next line unless you know what you're doing
$b3connect = mysql_pconnect($hostname_b3connect, $username_b3connect, $password_b3connect) or trigger_error(mysql_error(),E_USER_ERROR);

//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";
$rcon_ip = "127.0.0.1";
$rcon_port = "28961";
$rcon_pass = "*********";
?>


contents of wwwvalidate.php
Code:
<?php
# This file is for the Echelon Usertable. This is not (yet) related to the B3 clienttable.
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_wwwvalidate = "king-server";
$database_wwwvalidate = "echelon";
$username_wwwvalidate = "echelon";
$password_wwwvalidate = "echelonb3";
$wwwvalidate = mysql_pconnect($hostname_wwwvalidate, $username_wwwvalidate, $password_wwwvalidate) or die(mysql_error());
?>


B3 works (ie. I am superadmin and verified in database under clients table of b3 db.)  I can also use the commands ingame.


Windows 2003 Enterprise
IIS 6.0
mySql using Navicat Lite to connect & administer.

Thank you,
Tony K
Logged

If you can't play with the big dogs, stay on the porch.
[ 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 #272 on: August 10, 2010, 12:21:50 AM »

What does the IIS error log tell you?
Logged

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


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal