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 ... 9 10 [11] 12 13 ... 19   Go Down
  Print  
Author Topic: Echelon - Web investigation tool for B3  (Read 72807 times) Bookmark and Share
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD4, COD5, COD7, Homefront
Posts: 211
Offline Offline
« Reply #150 on: March 15, 2009, 04:44:27 PM »

Still having weird errors with this Clicking logout takes you to http://0.0.0.0//index.php

Attempting to change someones level as a level 3 echelon puts you into a white screen that says you are already logged in.
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 #151 on: March 18, 2009, 11:47:37 AM »

I've fixed the double // in the logout link. thanks for pointing it out to me.
I've also included the first part of the suggestion by eire.32 about the different approach in levelhandling (http://www.bigbrotherbot.com/forums/index.php?topic=14.msg5746#msg5746)

See first post for the download link.

But I can't reproduce your error, try using the complete http-path in the $path variable.
Ie.: your echelon is callable over http here: http://your.web.site/echelonb3/
would need $path = "/echelonb3/";

That's how its ment to be set...
Logged

Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD4, COD5, COD7, Homefront
Posts: 211
Offline Offline
« Reply #152 on: March 19, 2009, 12:37:55 PM »

Roger that, going to install this update now  Grin Thanks so much! I am loving this system =]
Logged
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD4, COD5, COD7, Homefront
Posts: 211
Offline Offline
« Reply #153 on: March 19, 2009, 12:56:21 PM »

I am having the issue of images thinking they should be located in /echelon/login/img/

This occurs after initial login when it puts you at the client screen. Clicking on a server will cause this to go away and images and CSS will be displayed

This also occurs after a logout when it dumps you at the login screen.

I tried moving Echelon out of root and into a folder and change the path to show the change, but its doing the same thing. If you want to check it out I can PM you information to login to see it.

In your scenario of http://your.web.site/echelonb3/

Our B3 was located at http://your.web.site
I had path set to /

I tried moving it to match what you said, but same results.

I applied a tempfix to mine by moving /css/ and /img/ into the login folder and problem is no longer present.

Still having the bug of an Echelon LVL 3 sort of, but its different when in /echelon/ it says page not found http://your.web.site/echelon/admin/adminadd.php?id=560
« Last Edit: March 19, 2009, 01:12:51 PM by Mikobiko » Logged
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD4, COD5, COD7, Homefront
Posts: 211
Offline Offline
« Reply #154 on: March 19, 2009, 03:29:10 PM »

Nother bug found

When loging into echelon, it dumps you at the address: http://Your.website/echelon/login/validate.php

When you try to click a client, it tries to load http://your.web.site/echelon/login/clientdetails.php?game=1&id=585


I got around this by changing a line in validate.php

  header ("Location: $path/clients.php");
to
  header ("Location: ../clients.php");

Which is very confusing because with the $path set to /echelon/ it should still see /echelon/clients.php

but it doesn't.

Do you use IIS or Apache for your testing? Because im checking the code and stuff, and your code definitely looks good to what little knowledge I have of it. I use IIS and its starting to feel like maybe IIS or the PHP-CGI.exe I am using is behaving strangely.
« Last Edit: March 19, 2009, 04:47:20 PM by Mikobiko » Logged
B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #155 on: March 19, 2009, 11:43:09 PM »

no, I get those problems with Apache Cheesy

not just iis
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 #156 on: March 20, 2009, 02:02:09 AM »

Seems your install doesn't know how to handle $path in some way, perhaps it should be globalized? What version of PHP are you running? Is there a way I can check the php-info on your server?
Logged

B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #157 on: March 20, 2009, 02:06:24 AM »

http://friendlyfireservers.net/b3/echelon/

http://friendlyfireservers.net/b3/phpinfo.php

any password will do, for echelon, then check the address bar.
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 #158 on: March 20, 2009, 02:17:31 AM »

Bakes, have you set $path = "/b3/echelon/" ? (I know you probably have, but just to be sure)
Logged

B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #159 on: March 20, 2009, 02:32:26 AM »

I have.

I have some free time, so will be going through the code.
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 #160 on: March 20, 2009, 03:10:25 AM »

ok, kewl, I dont have free time atm... on my way to a wedding Wink
Logged

Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD4, COD5, COD7, Homefront
Posts: 211
Offline Offline
« Reply #161 on: March 20, 2009, 01:53:23 PM »

I can happily do a phpinfo or anything you need to help out.

PHP5
IIS 6.0

One feature I have people saying they really want, is the ability to see whos in the server right now. Any idea how hard that would be to add after we can get the bug fixed.

Enjoy the wedding!
« Last Edit: March 20, 2009, 01:58:24 PM by Mikobiko » 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 #162 on: March 20, 2009, 02:20:22 PM »

Well all you would have to do is eactly the same thing as you do with the new version of the xlrstats using the status plugin, or maybe you could use the build in rcon, but to my understanding that is a very limited connection, xlr might have a better idea.
Eire.32
Logged

Eire.32
Sr. Member
****
OS: Windows
Type: Owner dedicated server(s)
Gameservers: COD4, COD5, COD7, Homefront
Posts: 211
Offline Offline
« Reply #163 on: March 20, 2009, 05:23:46 PM »

The built in RCON  I see is only the tempbans and perma bans. Is there more than that I am not seeing?
Logged
B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #164 on: March 25, 2009, 05:43:52 AM »

you would use the status plugin.
Logged

Tags:
Pages: 1 ... 9 10 [11] 12 13 ... 19   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal