Jump to content

BF2 Name Buster


James78

Recommended Posts

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 modify

it 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 by James78
Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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 by Game Host.ru
Link to comment
Share on other sites

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 by James78
Link to comment
Share on other sites

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 by James78
Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 notices

ini_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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.