10.08.2011, 13:18
This is the error it shows:
This is what it shows it on:
It's in /kick
PHP код:
[Wed Aug 10 15:17:25 2011] Error (0): Failed to exeute query. Unknown column 'TIMESTAMP' in 'field list'.
PHP код:
format(saveQuery, sizeof(saveQuery),"INSERT INTO `arecords` (`type`,`ip`,`name`,`admin`,`time`,`reason`,`otime`) VALUES (0, '%s', '%s', '%s', 0, '%s',TIMESTAMP)",ip,name,name2,reason);
mysql_query(saveQuery);