This is my latest release of the Aegis Control Panel. It is a lot less buggy, and a lot easier to setup and configure (Installation Documents and be found in the distribution package)
Features:
- User Specific Privledges defined in the `flagged_accounts` table
- Logging of all administrative actions
- Updated GUI
- Account clean up scripts with consists of the following
- Wiping of all offline level 1 novices
- Wiping of all accounts with no characters
- Wiping inactive accounts (not been logged in over a month)
- All characters that do not have an existing account attached to them
- Resetting PvP Scores for the Ladder Board
- Wiping of all offline level 1 novices
- Entire account listing, searching, and editing, and deleting
- Entire character listing, searching, editing, viewing items, and deleting
- Full featured Guild Ladder board, shows Guild Castles owned by which guilds, level of guilds, members in each guild, and some information about each player
- Full featured User Ladder TOP200 listing, users are ranked by Base Lvl -> Job Lvl -> Zeny
- Integrated control panel for the players to modify their passwords, change their hairstyle, and transfer zeny from one character to another
- Authorized users can post annoucements for logged in users to see
- Monster listing, searching by item/map/mob, can view drops of each monster and stats
- Viewing online players
- Administrating validating users (users that have not confirmed their email yet)
- Nice user registration page, where users are required to validate their email before they can use their account. This registration also has a spam filter on it where users may only user the registration twice per day (24 hours).
- Users may recover lost passwords via the 'Lost Password?' button at login. PHP Will send an email to the users with their account information.
I love it when I recieve feedback, so please, do so!
Download Here (If people can mirror this please do!)
http://evilro.net/cp/AegisCPv2.1.zip
IMPORTANT BUG NOTICE!! FIX IT OR RISK BEING EXPLOITED!
As quoted by azndragon, to ensure that this exploit doesn't happen to you, do the following:
Quote
gd_ladder.php
Before this line:
$result = mssql_query("select * from GuildInfoDB where GDID=$GET_guild",$char_db);
Add:
if (strlen($GET_guild) > 4) {
redir("index.php", "You cannot perform this action!");
exit();
}
I would suggest that you upgrade this IMMEDIATELY.
This post has been edited by maldiablo: 27 June 2004 - 12:27 AM

Help











