[Ajuda] Erros e mais erros
#1

Ja vi e revi essas 2 linhas ponto a ponto e nгo faзo ideia do que esta gerando esses erros:

PHP код:
(167) : error 075input line too long (after substitutions)
(
168) : error 037invalid string (possibly non-terminated string)
(
168) : error 017undefined symbol "CREATE"
(168) : error 017undefined symbol "TABLE"
(168) : fatal error 107too many error messages on one line 
Linha 167:
PHP код:
IDConexao mysql_connect(HOSTUSUARIOSENHADATABASE); 
Linha 168:
PHP код:
mysql_query(IDConexao"CREATE TABLE IF NOT EXISTS `Contas`(`ID`int AUTO_INCREMENT PRIMARY KEY, `Nome` varchar(24) NOT NULL DEFAULT ' ',`Senha` varchar(20) NOT NULL DEFAULT ' ',`Level` int(20) NOT NULL DEFAULT 0,`Dinheiro` int(20) NOT NULL DEFAULT 0,`Matou` int(10) NOT NULL DEFAULT 0,`Morreu` int(10) NOT NULL DEFAULT 0,`Skin` int(10) NOT NULL DEFAULT 0,`Vitorias` int(5) NOT NULL DEFAULT 0 ,`Admin` int(10) NOT NULL DEFAULT 0,`Cargo` varchar(20) NOT NULL,`Funcao` varchar(50) NOT NULL,`Banido` int(5) NOT NULL DEFAULT 0)"false); 
Alguem esta vendo algo de diferente que possa estar gerando esses erros
Reply
#2

O meu deu esse problema quando estava muito grande, tive que baixar o Zeex Compiler

https://github.com/pawn-lang/compiler/releases
Reply
#3

Quote:
Originally Posted by Cauezin
Посмотреть сообщение
O meu deu esse problema quando estava muito grande, tive que baixar o Zeex Compiler

https://github.com/pawn-lang/compiler/releases
Vlw mesmo cara, tu й foda, +rep!!!
Reply
#4

@Closed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)