User already exists or illegal characters used. Please use alphanumeric characters only for username and password.','error'); } // edit user by id if ( $_POST['action'] == "edit" && is_numeric($_POST['uid']) && isset($_POST['edituser']) && isset($_POST['editpass'])) { if ( al3x_edit_user($_POST['edituser'], $_POST['editpass'], $_POST['uid'] ) ) al3x_notify('Success: User modified'); } // delete user by id if ( $_REQUEST['action'] == "delete" && is_numeric($_REQUEST['uid']) ) { al3x_del_user_by_id($_REQUEST['uid']); al3x_notify('Success: User deleted'); } // read in current users // later: you can specify $where and $order in following function $users = al3x_get_all_users(); ?>

File Manager: user

id ) { ?>
id username password options
id; ?> id; ?> uname; ?> pword; ?> id ) { ?> | user files | edit user | delete
new
ATTENTION:

Upload directory "" either does not exist or is not writable for webserver! Please attend to this misconfiguration first, before you use this plugin.