The emulator is horrible, it's reality and your sockets and timers are still poorly coded, just because you've added a lot of features doesn't make it any good. If you can actually code which I highly doubt considering you're still using reality without any edits to the timers & sockets, make an...
Could you do me a huge favour? could you either unban me from the shoutbox or ask Josh too, tell him I was only joking lmao. I've been banned for hours.
Assuming you're using rev the most suitable way of doing it would be by coding it into revs core/forms or wherever the form shit for rev is, haven't edited rev in a while.
If it doesn't show anything refresh the page and it should be pretty straight forward in telling you what's wrong. Probably something to do with your external variables.
Edit username? you mean edit your own username or a staff editing someone elses username?
If your referring to a user changing there name via account settings:
Top of the page add:
<?php
$username = mysql_real_escape_string($_POST['username']);
if($_POST['update']) {
$checkuser =...