Fume
wag1 piff ting
- Dec 4, 2014
- 172
- 33
Hello devbest,
I have made a useful little script that is added to your client.
What does it do?
Well what it does it shows the User ID, Username, Email, IP Address and the accounts on the ip address.
It is also draggable like the mod tools therefore you can move it to where you want it.
What is the point of this?
This script helps catch out advertisers so you can be ready to ban them when they come into the client, it also helps you spot out any people trying to duplicate accounts (maybe for coins or for user count to get staff)
How to install:
This is simple, all you have to do is download the 2 files. Put the new.php file in your main directory and replace your client.php with my one.
Screenshot:
Download:
Enjoy!
p.s only staff members rank 4+ can see this, if you want it changed, open client and look for:
And change the '4'
I have made a useful little script that is added to your client.
What does it do?
Well what it does it shows the User ID, Username, Email, IP Address and the accounts on the ip address.
It is also draggable like the mod tools therefore you can move it to where you want it.
What is the point of this?
This script helps catch out advertisers so you can be ready to ban them when they come into the client, it also helps you spot out any people trying to duplicate accounts (maybe for coins or for user count to get staff)
How to install:
This is simple, all you have to do is download the 2 files. Put the new.php file in your main directory and replace your client.php with my one.
Screenshot:
Download:
You must be registered for see links
Enjoy!
p.s only staff members rank 4+ can see this, if you want it changed, open client and look for:
Code:
if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 4)