26.01.2013, 00:06
INSERT INTO phpbb_score VALUES (NULL, '%d', '%d', '%d', CURRENT_TIMESTAMP, '%d', '%s', '%s')
Should be:
INSERT INTO phpbb_score (FIELD_NAME1, FIELD_NAME2, FIELD_NAME3, FIELD_NAME4, ETC) VALUES (NULL, '%d', '%d', '%d', CURRENT_TIMESTAMP, '%d', '%s', '%s')
Should be:
INSERT INTO phpbb_score (FIELD_NAME1, FIELD_NAME2, FIELD_NAME3, FIELD_NAME4, ETC) VALUES (NULL, '%d', '%d', '%d', CURRENT_TIMESTAMP, '%d', '%s', '%s')