Edit User

Required field missing
"; } $displayform = true; if ($doEdit) { if ($timelimit == "") { $timelimit = "-1"; } $query = sprintf("update ".$table_prefix."users set password = '%s', email = '%s', timeleft = %s where username = '%s' and mountpoint = '%s'", mysql_real_escape_string($password), mysql_real_escape_string($email), mysql_real_escape_string($timelimit), mysql_real_escape_string($username), mysql_real_escape_string($mount)); if (mysql_query($query, $db->link)) { echo "User $username updated
"; $displayform = false; } else { echo "Error updating user $username : ".mysql_error()."
"; $displayform = false; } } ?>

link); while ($row = mysql_fetch_assoc($result)) { $username = $row['username']; $password = $row['password']; $email = $row['email']; $timeleft = $row['timeleft']; $mountpoint = $row['mountpoint']; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Username'.$username.' - Check User Report
Mountpoint'.$mount.'
Password
E-mail
Time Restriction (in seconds) ***Enter -1 for no time restrictions.