Tiny Tom's Antihack AdminCP
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): MEGAUPLOAD - The leading online storage and file delivery service
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.
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
Re: Tiny Tom's Antihack AdminCP Development
Nice.
Don't you think a shut down command would be a little dangerous if all administrators could use it?
Re: Tiny Tom's Antihack AdminCP Development
Sounds great, goodluck with it!
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
Quote:
Originally Posted by
dvd70
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.
Maybe make a prompt in the CP which generates the info.
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.
Re: Tiny Tom's Antihack AdminCP
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. ^^
Re: Tiny Tom's Antihack AdminCP
/Moved and bumped to show people it's here now.
Re: Tiny Tom's Antihack AdminCP
Nice job finishing it so fast. +1
Re: Tiny Tom's Antihack AdminCP
Good job! Finally some1 who uses his freetime.
Re: Tiny Tom's Antihack AdminCP
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 shit like that downloading MySQL.
Re: Tiny Tom's Antihack AdminCP
Quote:
Originally Posted by
BGxApixen
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 shit 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...
Re: Tiny Tom's Antihack AdminCP
Quote:
Originally Posted by
dvd70
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.