Re: Register Page
just look at this line:
$db->query("INSERT INTO users (username, login_name, name, last, age, aog, msn, aim, aol, yahoo, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', '{$name}', '{$last}', '{$age}', '{$aog}', '{$msn}', '{$aim}', '{$aol}', '{$yahoo}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')");