Input line too long
#1

Got some problems:

error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)

at this lines:

pawn Код:
WP_Hash(PlayerInfo[playerid][Password], 129, inputtext);
            mysql_format(mysqlc, query, sizeof(query),"INSERT INTO playerdata(user, password, Scores, Cash, Admin, Deaths, Nopm, Muted, Vip, Warn, RegisterDate, Jailed, AdminActions, Cookies, Rank, VipTime, Class, PrototypesStolen, KillAsUsaTeam, KillAsGermanyTeam, KillAsItalyTeam, KillAsJapanTeam, KillAsMercTeam, KillAsMexicoTeam, IP, DaysAlive, Banned, PlayersBanned, PlayersKicked, PlayersMuted, PlayersWarned, TimesKicked) VALUES('%e', '%e', 0, 0, 0, 0, 0, 0, 0, 0, '%e', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '%e', '0', '0', '0', '0', '0', '0', '0')",
            pname, PlayerInfo[playerid][Password], InsertTimeStamp(), IP);
            mysql_tquery(mysqlc, query, "", "");
            mysql_real_escape_string(inputtext,query);
What's wrong?
Reply


Messages In This Thread
Input line too long - by Face9000 - 03.02.2014, 09:35
Re: Input line too long - by Konstantinos - 03.02.2014, 09:41
Re: Input line too long - by Face9000 - 03.02.2014, 09:43
Re: Input line too long - by PowerPC603 - 03.02.2014, 10:17
Re: Input line too long - by Face9000 - 03.02.2014, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)