PHP Code:
new string[2316], date[6], slot[25];
strcat(string, "INSERT INTO `profile` (`name`, `password`, `password2`, `salt`, `ipreg`, `iplocal`, `datetime`, `admin`, `admintime`, `vip`, `viptime`, `muted`, `prison`, `freeze`, `level[0]`, `level[1]`, `deaths`, `kills`, `money`, `timegame[0]`, `timegame[1]`, `timegame[2]`, `timegame[3]`, `spawnkill[0]`, `spawnkill[1]`, `spawnprav`, `visits`, `yourskin[0]`, `yourskin[1]`, `nickcolor`, `time`, `weather`, `free`");
strcat(string, ", `cheatertime`, `floodcmd`, `menutype[0]`, `menutype[1]`, `menutype[2]`, `menutype[3]`, `hisweapons[0]`, `hisweapons[1]`, `hisweapons[2]`, `message[0]`, `message[1]`, `message[2]`, `message[3]`, `message[4]`, `message[5]`, `passive`, `duel[0]`, `duel[1]`, `duel[2]`, `duel[3]`, `russifier[0]`, `russifier[1]`, `infotext[0]`, `infotext[1]`, `infotext[2]`, `infotext[3]`, `infotext[4]`, `infotext[5]`, `infotext[6]`, `infotext[7]`");
strcat(string, ", `bonus[0]`, `bonus[1]`, `bonus[2]`, `bonus[3]`, `bonus[4]`, `bonus[5]`, `bonus[6]`, `bonus[7]`, `bonus[8]`, `bonus[9]`, `bonus[10]`, `bonus[11]`, `serverhelp[0]`, `serverhelp[1]`, `gang[0]`, `gang[1]`, `gang[2]`, `gang[3]`, `gang[4]`, `gang[5]`, `donat[0]`, `donat[1]`, `attendance`, `autobuyweapon[0]`, `autobuyweapon[1]`, `autobuyweapon[2]`, `autobuyweapon[3]`, `autobuyweapon[4]`");
strcat(string, ", `classweapons[0]`, `classweapons[1]`, `classweapons[2]`, `classweapons[3]`, `classweapons[4]`, `classweapons[5]`, `skillsweapons[0]`, `skillsweapons[1]`, `skillsweapons[2]`, `skillsweapons[3]`, `skillsweapons[4]`, `skillsweapons[5]`, `skillsweapons[6]`, `skillsweapons[7]`, `skillsweapons[8]`, `skillsweapons[9]`, `skillsweapons[10]`, `skillsweapons[11]`, `skillsweapons[12]`, `skillsweapons[13]`)");
strcat(string, " VALUES ('%s', '%s', '0', '%s', '%s', '%s', '%s', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '30000', '350', '0', '0', '0', '5', '0', '3', '0', '1', '0', '-1', '9', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'");
strcat(string, ", '47', '47', '47', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0')");
format(string, sizeof(string), string, PlayerName[playerid], inputtext, PlayerInfo[playerid][pSalt], PlayerIp[playerid], PlayerIp[playerid], slot);
mysql_tquery(MysqlConnectID, string, "OnPlayerRegister", "d", playerid);