Tiny Tom's Antihack AdminCP

Newbie Spellweaver
Joined
Sep 6, 2008
Messages
99
Reaction score
17
Hello guys,
I'm releasing the Tom's Antihack AdminCP I just started yesterday and finished it today. The HTML code is a bit messy but that shouldn't matter. If you don't like the design or the HTML stuff, create it on your with or without my classes.php!

Why?
Just for the lulz and I'm extremely bored. Another good reason would be that some people asked me for it and since it isn't much work, I'll do that stuff in my freetime and release it to everybody. :P

Functions:
- Login
- Adding Admins
- Removing Admins
- Reloading CFG's
- Banning specific logged in players
- Banning specific accounts (Logged in or not, doesn't matter!)
- Banning specific IP's (Logged in or not, doesn't matter!)
- Out-All-Function


Download Link (MegaUpload):
What's needed?: Tom's Antihack [I just got the latest version and I'm working with it], a webserver with the PHP extension [5.x!] and a MySQL database [1 table for the accounts.]

How to add admins?
Use this SQL Query:
INSERT INTO `flyff_antihack` (`username`, `password`) VALUES ('LOGINNAME', 'Password_in_md5')

greetings.
 
Last edited:
Re: Tiny Tom's Antihack AdminCP Development

To be honest, This is pretty kewl.

You should just put all the login in MsSQL, it's easier.

If you need any help, DON'T hesitate to contact me, I will help you.

Command Executing = Easy <3
 
Nice.

Don't you think a shut down command would be a little dangerous if all administrators could use it?

Since there are functions that allow the Person who uses that cp to add admins with any accesslevel, I think that wouldn't be more dangerous. I'll just Finish the basic stuff, then I'll think about Ranks in the Panel (e.g. GM, Admin) and a MsSql Version. I also think some people could do this either with the basics of the script.
 
Re: Tiny Tom's Antihack AdminCP Development

It would be great if you create just a console so you could send the console to gm's and all could see what was going on.
 
Re: Tiny Tom's Antihack AdminCP Development

Finished. Updated the first post and I'm pm'ing a mod right now to move this thread.
 
Finally someone who uses the 'input.txt' as it's intended to be used! :)

I bet it will be a help for all people having problems with using my antihack. ^^
 
I'm checking out the sources :)

Looks nice, and well made.

Nice job.

May I suggest, seriously using MsSQL next time, that way people don't waste their dedicated space or some **** like that downloading MySQL.
 
Last edited:
I'm checking out the sources :)

Looks nice, and well made.

Nice job.

May I suggest, seriously using MsSQL next time, that way people don't waste their dedicated space or some **** like that downloading MySQL.

Do it for yourself it's not difficult just change the mysql connection to mssql connection. The sql, from my sight do not need so...
 
Do it for yourself it's not difficult just change the mysql connection to mssql connection. The sql, from my sight do not need so...

You really think I can't? I've released my share of things, but to be honest, he shouldn't be using a MySQL thing.
 
Don't start another MSSQL > MySQL debate here.

By the way, if he did it in MySQL then he did it in MySQL. If you don't like it then change it to MSSQL. Just don't start a huge fight over it.

By the way, this is the first release I've seen in forever that isn't a guide. Will you be adding more functions or anything to it later?
 
Don't start another MSSQL > MySQL debate here.

By the way, if he did it in MySQL then he did it in MySQL. If you don't like it then change it to MSSQL. Just don't start a huge fight over it.

By the way, this is the first release I've seen in forever that isn't a guide. Will you be adding more functions or anything to it later?

It's a post. Who said any flame, or **** like that. It wasn't intending to be a fight. It would be better if he did it in MsSQL because that way people won't start making **** threads saying "MySQL ERROR!!!!!!!!!!!!!!!!", etc.
 
Don't start another MSSQL > MySQL debate here.

By the way, if he did it in MySQL then he did it in MySQL. If you don't like it then change it to MSSQL. Just don't start a huge fight over it.

By the way, this is the first release I've seen in forever that isn't a guide. Will you be adding more functions or anything to it later?

I started writing a panel so I could implent this. I may add a function but everyone could do this by reading the Code
 
Last edited:
Back