*released by echira and veriad under original coding of Nucleo*
THIS DOES HAVE WEAKNESSES VIA SQL INJECTIONS... sorry :/
Added Feature Support:
- Server based rules support - lets users read the rules before they sign up for an account.
- Guild leaders can upload their own guild's emblems to the guild ladder page.
- Admin Itemlog viewing pages allowing the administrator to view the itemlogs and is searchable by Character, Item, or the most recent logs produced.
- Inactive account deletion option on account_cleanup was moved from 2 weeks to 3 weeks, though we do not suggest this option to be used at all.
- Enhanced the amout of configuration options in conf.def.php
- Money transfer bugs and exploits are fixed.
- Character GID protection removed from money transfer
- "Storage Storage" allowing multiple storage units for 100+ items to be stored. This option is disable-able.
- "Character Storage" allowing a maximum of ~255 characters to be present for one account ID. This option is disable-able.
- Cart items can now be viewed from the "view items" dialog.
- Storage items are now viewable from the account manegement screen.
- Fixed the bugs in the password changing script.
- Added options for users to reset their clothing dyes to neutral (0) in case they dye themseles to a dye they do not have.
- Users are given an option to reset their character's location to their save point, allowing them to play again in case they accidently went to a map that they do not have.
- Added richest_player ladder, compares users via ladder by Zeny. This option is disable-able.
- Three account verification methods are introduced:
- 1) User-account verification (mode 0) where the user is automatically authenticated when they register. This is default.
- 2) Email-Verification method. An email is sent to the user and they verify it to confirm their email address. (mode 1).
- 3) GM-validation. This mode will append the user's application to the 'Validating Users' page and the GMs will have to manually add it them (mode 2).
- 1) User-account verification (mode 0) where the user is automatically authenticated when they register. This is default.
- We added a fancy menu for users to view what options they can do and to promote user-use of the Control Panel.
- Default page after login is now customizible - and is an option in conf.def.php.
- THE DATABASE CHANGES ARE LISTED IN THE CONF.DEF.PHP FILE UNDER RELEASE NOTES (for anyone who does not want to change their databases...)
Quote
Features include: (originally by Nucleo)
- User-Specific Privliged as Stated in flagged_accounts table
- Logging of all administrative actions
- Updated GUI
- Account clean up scripts
- 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.
:thrilled:
it's been long enough waiting for this, yeah yeah yeah.
Current Mirrors:
Mirror 1
Up-to-date Patch with all edits listed below:
Patch
Quote
insert in conf.def.php on line 132:
// this is how many slots are on your characterserver. valid numbers are 3 and 5 $_SESSION['charserv_slots'] = 3
if you wish to change the number of registrations/day, add this to line 200 of conf.def.php:
//Enter the maximum number of accounts per IP can register a day $_SESSION['number_ip'] = '2';
find line 192 in user_add.php, should be:
if ($count > 1)
and change it to:
if ($count > $_SESSION['number_ip'])
line 116 of your conf.def.php, i made a typo in the example, should be something like:
//PHP Mail 'email' (must work with your smtp server defined in php.ini) $_SESSION['mail_name'] = 'ro-server@houston.rr.com';
same use as in the version prior.
[/b]IF YOU ARE HAVING COMPLICATIONS WITH SWITCHING OVER FROM AZNDRAGON'S ROSTER, JUST GET THE PATCH, IT'LL SAVE YOU TIME+HEADACHE[/b]
any more mirrors would be helpful. it's a small file! :D
all files are compressed with 7-zip into auto-extracting archives.
*sigh* that was a lot of typing :evil:
Thanks to:
Nucleo (of course), for doing the original coding.
Veriad, couldn't have this without you. Your coding > All :D
Special thanks to: xmarv, tweak, serra, azndragon, dovac, kitsunestarwind, and the Aegis Support Boards.
:P
This post has been edited by echira: 24 July 2004 - 08:39 AM

Help











