James78 Posted August 8, 2008 Share Posted August 8, 2008 (edited) This php web based tool will allow you to enter your BF2 servers IP, port, and query port (usually 29900 on most servers). This is a useful tool, as it will query the gamespy servers, and compare usernames of people to the username appearing on the server. It is sort of like the tool we have that we can check for name hacks in the server tools area. Download Demo It's a bit of "coding" work so to speak, and I'm not exactly experienced enough to do this. I love this tool, but is there any possible way that anyone can "convert" it to work with 2142 servers? I would love to use this tool so I can periodically test my BF2 and BF2142 servers for name hackers.. Upon searching for ways to get information, etc, I came upon this link in a wiki.. Clicky P.S. This isn't exactly a "useless" post, afterall, I did show some users a cool BF2 tool! ;) As a note to everyone, it is ok to modify this script to fit your needs, you won't get in trouble. hackbuster is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Edited August 8, 2008 by James78 Quote Link to comment Share on other sites More sharing options...
Game Host.ru Posted August 8, 2008 Share Posted August 8, 2008 already done in SGA server tools (without auto recheck & sound signal :) ) Quote Link to comment Share on other sites More sharing options...
James78 Posted August 8, 2008 Author Share Posted August 8, 2008 already done in SGA server tools (without auto recheck & sound signal :) ) Ya, I know, but I still like having a personal tool that can I can put right on my website for all the server admins to use when needed (obviously abuse will get their admin status revoked) Quote Link to comment Share on other sites More sharing options...
Game Host.ru Posted August 8, 2008 Share Posted August 8, 2008 (edited) As I see in sources it already works with bf2142 and many other (but not found yet where to choose preferred game) looks like I found it will try to set it up on my hosting server Edited August 8, 2008 by Game Host.ru Quote Link to comment Share on other sites More sharing options...
Duality Posted August 8, 2008 Share Posted August 8, 2008 Use it too much and EA will start banning people from querying the servers. Quote Link to comment Share on other sites More sharing options...
Quarter Master Posted August 8, 2008 Share Posted August 8, 2008 heck, I cant even get the main page of it to load on my website Quote Link to comment Share on other sites More sharing options...
James78 Posted August 8, 2008 Author Share Posted August 8, 2008 (edited) As I see in sources it already works with bf2142 and many other(but not found yet where to choose preferred game) looks like I found it will try to set it up on my hosting server Yea, it "supports" using the other games, but I'm not sure where you change it.. heck, I cant even get the main page of it to load on my website Make sure your script is being run in PHP5, as the script requires it. MySQL is also required, but technically not needed. Use it too much and EA will start banning people from querying the servers. Only downside of using any tool like this, which is why it must only be used when needed and not any other time. Edited August 8, 2008 by James78 Quote Link to comment Share on other sites More sharing options...
Quarter Master Posted August 8, 2008 Share Posted August 8, 2008 oh, I do have PHP 5, if you go to http://www.gunslingerclan.com/hackbuster/shame.php it works, but if you go to http://www.gunslingerclan.com/hackbuster/index.php it doesn't Quote Link to comment Share on other sites More sharing options...
James78 Posted August 8, 2008 Author Share Posted August 8, 2008 (edited) oh, I do have PHP 5, if you go to http://www.gunslingerclan.com/hackbuster/shame.php it works, but if you go to http://www.gunslingerclan.com/hackbuster/index.php it doesn't It was doing the exact thing to me also at some point, it seemed to have been my server. I verified you are using PHP5, so yea. Try going to your home page, it seems to not be working also (EXACT same thing that happened to me when I tried installing running this script, but it wore off in time, and is working perfect again). My suggestion: You might have to wait it out, until the server starts "working" again. Edited August 8, 2008 by James78 Quote Link to comment Share on other sites More sharing options...
Quarter Master Posted August 8, 2008 Share Posted August 8, 2008 I was tweaking homepage, but ill give it a little time Quote Link to comment Share on other sites More sharing options...
Game Host.ru Posted August 8, 2008 Share Posted August 8, 2008 about setting for bf2142 // They've entered a valid ip address // server to check. if ($port == "" || $port == 0) { $port = 16567; } if ($spyport == "" || $spyport == 0) { $spyport = 29900 + (16567 - $port); } $server['check'] = array("bf2", $ipaddr, $spyport); so set bf2142 and port to 17567 will help I think (replace all 16567 to 17567) Quote Link to comment Share on other sites More sharing options...
James78 Posted August 8, 2008 Author Share Posted August 8, 2008 It still doesn't seem to work after that.. sadly. :( Quote Link to comment Share on other sites More sharing options...
MaydaX Posted August 8, 2008 Share Posted August 8, 2008 about setting for bf2142 so set bf2142 and port to 17567 will help I think (replace all 16567 to 17567) It will not work for BF2142 (Well the stats feed) I had to look around the net for the encryption keys that 2142 uses to make the one on our site work in 2142. Quote Link to comment Share on other sites More sharing options...
James78 Posted August 8, 2008 Author Share Posted August 8, 2008 I figured so after looking at the wiki explaining all the data. <_< Quote Link to comment Share on other sites More sharing options...
MaydaX Posted August 8, 2008 Share Posted August 8, 2008 oh, I do have PHP 5, if you go to http://www.gunslingerclan.com/hackbuster/shame.php it works, but if you go to http://www.gunslingerclan.com/hackbuster/index.php it doesn't Make sure in config.php you have $use_database = false; if not using a database. Also in the index.php you can put // Set the error reporting to show everything except noticesini_set('display_errors','On'); error_reporting(E_ALL & ~E_NOTICE); require_once 'GameQ.php'; That will display the errors instead of a blank white page. Be sure to remove or comment it out when your done. As for 2142 didn't EA fix the name hack with 1.5 and mod manager included code to auto kick name hackers? Quote Link to comment Share on other sites More sharing options...
Game Host.ru Posted August 8, 2008 Share Posted August 8, 2008 yes btw I forget about it you only need modmanager 1.8 installed on you server (+ of course 1.5 BF2142 ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.