@mysql_query("ALTER TABLE `users` CHANGE 'user_level' ENUM( 0 , 1 , 2 , 3 ) NOT NULL DEFAULT 3") or die (mysql_error());