$db->query( 
	            "INSERT INTO `users` 
	             (`username`, `login_name`, `userpass`, `level`, `money`, 
	             `crystals`, `donatordays`, `user_level`, `energy`, `maxenergy`, 
	             `will`, `maxwill`, `brave`, `maxbrave`, `hp`, `maxhp`, `location`, 
	             `gender`, `signedup`, `email`, `bankmoney`, `lastip`, 
	             `lastip_signup`, `pass_salt`, , `display_pic`, `staffnotes`, `voted`, `user_notepad`) 
	             VALUES ('{$ins_username}', '{$ins_username}', '{$e_encpsw}', 1, 
	             100, 0, 0, 2, 12, 12, 100, 100, 5, 5, 100, 100, 1, 
	             '{$adm_gender}', " . time() 
	                    . ", '{$ins_email}', -1, '$IP', '$IP', 
	             '{$e_salt}', '', '', '', '')");
 
	 
 
	This is the one i have , the fold  is `lastip_signup`, `pass_salt`, , `display_pic`, `staffnotes`, `voted`, `user_notepad`)
 
	 it's a double   `pass_salt`, , `display_pic