#
# phpBB Backup Script
# Dump of tables for quirkyba_phpbbqb
#
# DATE : 20-10-2005 00:00:44 GMT
#
#
# TABLE: phpbb_auth_access
#
DROP TABLE IF EXISTS phpbb_auth_access;
CREATE TABLE phpbb_auth_access(
	group_id mediumint(8) NOT NULL,
	forum_id smallint(5) unsigned NOT NULL,
	auth_view tinyint(1) NOT NULL,
	auth_read tinyint(1) NOT NULL,
	auth_post tinyint(1) NOT NULL,
	auth_reply tinyint(1) NOT NULL,
	auth_edit tinyint(1) NOT NULL,
	auth_delete tinyint(1) NOT NULL,
	auth_sticky tinyint(1) NOT NULL,
	auth_announce tinyint(1) NOT NULL,
	auth_vote tinyint(1) NOT NULL,
	auth_pollcreate tinyint(1) NOT NULL,
	auth_attachments tinyint(1) NOT NULL,
	auth_mod tinyint(1) NOT NULL, 
	KEY group_id (group_id), 
	KEY forum_id (forum_id)
);

#
# Table Data for phpbb_auth_access
#

INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('16', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('16', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('149', '2', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('150', '6', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('151', '9', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('16', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('16', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('226', '2', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('227', '6', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('228', '9', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('16', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('16', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('303', '2', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('304', '6', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('305', '9', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('2', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('7', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('60', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('15', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('61', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('73', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('46', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('43', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('320', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('8', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('6', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('13', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('28', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('11', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('33', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('309', '6', '0', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('306', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('314', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('39', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('313', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('316', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('9', '6', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('9', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('318', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('21', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('313', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('319', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('3', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('47', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('40', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('9', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('340', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('338', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('341', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('350', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('362', '6', '0', '1', '1', '1', '1', '0', '0', '0', '1', '1', '0', '0');
#
# TABLE: phpbb_banlist
#
DROP TABLE IF EXISTS phpbb_banlist;
CREATE TABLE phpbb_banlist(
	ban_id mediumint(8) unsigned NOT NULL auto_increment,
	ban_userid mediumint(8) NOT NULL,
	ban_ip varchar(8) NOT NULL,
	ban_email varchar(255), 
	PRIMARY KEY (ban_id), 
	KEY ban_ip_user_id (ban_ip, ban_userid)
);

#
# Table Data for phpbb_banlist
#

INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('1', '0', '', '*@yandex.ru');
#
# TABLE: phpbb_categories
#
DROP TABLE IF EXISTS phpbb_categories;
CREATE TABLE phpbb_categories(
	cat_id mediumint(8) unsigned NOT NULL auto_increment,
	cat_title varchar(100),
	cat_order mediumint(8) unsigned NOT NULL, 
	PRIMARY KEY (cat_id), 
	KEY cat_order (cat_order)
);

#
# Table Data for phpbb_categories
#

INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('2', 'QB stuff', '1');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('3', 'Gaming', '11');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('4', 'Admin', '21');
#
# TABLE: phpbb_config
#
DROP TABLE IF EXISTS phpbb_config;
CREATE TABLE phpbb_config(
	config_name varchar(255) NOT NULL,
	config_value varchar(255) NOT NULL, 
	PRIMARY KEY (config_name)
);

#
# Table Data for phpbb_config
#

INSERT INTO phpbb_config (config_name, config_value) VALUES('config_id', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_disable', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('sitename', 'Quirky Bastards');
INSERT INTO phpbb_config (config_name, config_value) VALUES('site_desc', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cookie_name', 'phpbb2mysql');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cookie_path', '/');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cookie_domain', 'quirkybastards.net');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cookie_secure', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('session_length', '3600');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_html', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_html_tags', 'b,i,u,pre,a,hr,strike, table, td, tr');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_bbcode', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_smilies', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_sig', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_namechange', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_theme_create', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_local', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_remote', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_upload', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('override_user_style', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('posts_per_page', '25');
INSERT INTO phpbb_config (config_name, config_value) VALUES('topics_per_page', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES('hot_threshold', '20');
INSERT INTO phpbb_config (config_name, config_value) VALUES('max_poll_options', '10');
INSERT INTO phpbb_config (config_name, config_value) VALUES('max_sig_chars', '255');
INSERT INTO phpbb_config (config_name, config_value) VALUES('max_inbox_privmsgs', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES('max_sentbox_privmsgs', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES('max_savebox_privmsgs', '75');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email_sig', 'Creole Ned
QB forums admin');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email', 'ned@quirkybastards.net');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_delivery', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_host', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_username', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_password', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES('require_activation', '2');
INSERT INTO phpbb_config (config_name, config_value) VALUES('flood_interval', '15');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email_form', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_filesize', '16144');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_max_width', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_max_height', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_path', 'images/avatars');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_gallery_path', 'images/avatars/gallery');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smilies_path', 'images/smiles');
INSERT INTO phpbb_config (config_name, config_value) VALUES('default_style', '2');
INSERT INTO phpbb_config (config_name, config_value) VALUES('default_dateformat', 'D M d, Y g:i a');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_timezone', '-8');
INSERT INTO phpbb_config (config_name, config_value) VALUES('prune_enable', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('privmsg_disable', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('gzip_compress', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('coppa_fax', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES('coppa_mail', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES('record_online_users', '28');
INSERT INTO phpbb_config (config_name, config_value) VALUES('record_online_date', '1106625605');
INSERT INTO phpbb_config (config_name, config_value) VALUES('server_name', 'quirkybastards.net');
INSERT INTO phpbb_config (config_name, config_value) VALUES('server_port', '80');
INSERT INTO phpbb_config (config_name, config_value) VALUES('script_path', '/phpbb2b/');
INSERT INTO phpbb_config (config_name, config_value) VALUES('version', '.0.13');
INSERT INTO phpbb_config (config_name, config_value) VALUES('default_lang', 'english');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_startdate', '987149410');
INSERT INTO phpbb_config (config_name, config_value) VALUES('enable_confirm', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('sendmail_fix', '0');
#
# TABLE: phpbb_disallow
#
DROP TABLE IF EXISTS phpbb_disallow;
CREATE TABLE phpbb_disallow(
	disallow_id mediumint(8) unsigned NOT NULL auto_increment,
	disallow_username varchar(25), 
	PRIMARY KEY (disallow_id)
);

#
# Table Data for phpbb_disallow
#

INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('1', 'Lucky');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('2', '*shit');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('3', 'shit*');
#
# TABLE: phpbb_forums
#
DROP TABLE IF EXISTS phpbb_forums;
CREATE TABLE phpbb_forums(
	forum_id smallint(5) unsigned NOT NULL,
	forum_name varchar(150),
	forum_desc text,
	cat_id mediumint(8) unsigned NOT NULL,
	forum_last_post_id mediumint(8) unsigned NOT NULL,
	forum_posts mediumint(8) unsigned NOT NULL,
	forum_topics mediumint(8) unsigned NOT NULL,
	forum_status tinyint(4) NOT NULL,
	forum_order mediumint(8) unsigned DEFAULT '1' NOT NULL,
	prune_next int(11),
	prune_enable tinyint(1) NOT NULL,
	auth_view tinyint(2) NOT NULL,
	auth_read tinyint(2) NOT NULL,
	auth_post tinyint(2) NOT NULL,
	auth_reply tinyint(2) NOT NULL,
	auth_edit tinyint(2) NOT NULL,
	auth_delete tinyint(2) NOT NULL,
	auth_sticky tinyint(2) NOT NULL,
	auth_announce tinyint(2) NOT NULL,
	auth_vote tinyint(2) NOT NULL,
	auth_pollcreate tinyint(2) NOT NULL,
	auth_attachments tinyint(2) NOT NULL, 
	PRIMARY KEY (forum_id), 
	KEY forums_order (forum_order), 
	KEY cat_id (cat_id), 
	KEY forum_last_post_id (forum_last_post_id)
);

#
# Table Data for phpbb_forums
#

INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('5', 'Bantering with dummies', 'Posting makes you sexy and smart. Or does it?', '2', '31241', '23620', '2357', '1', '10', NULL, '0', '0', '0', '1', '1', '1', '3', '3', '3', '1', '1', '0');
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('6', 'Private', 'Grandma\'s secret recipes here. No koalas!', '2', '31169', '1439', '112', '1', '20', NULL, '0', '0', '2', '2', '2', '2', '3', '3', '3', '2', '2', '0');
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('8', 'QB comics', 'Angry Carrot, Fuzzy Logic, Half-Park and SpamArt chat', '2', '30204', '690', '122', '1', '50', NULL, '0', '0', '0', '1', '1', '1', '3', '3', '3', '1', '1', '0');
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('9', 'Q-MODs', 'Announcements, requests and discussion of Q\'s mods', '2', '23836', '108', '22', '1', '60', NULL, '0', '0', '0', '1', '1', '1', '3', '3', '3', '1', '1', '0');
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('10', 'Smackdown Central', 'Smackdowns and other gaming night announcements, results and junk', '3', '30160', '1197', '184', '1', '10', NULL, '0', '0', '0', '1', '1', '1', '3', '3', '3', '1', '1', '0');
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('11', 'City of Heroes stuff', 'I\'m super, thanks for asking.', '3', '30870', '1033', '124', '1', '30', NULL, '0', '0', '0', '1', '1', '1', '3', '3', '3', '1', '1', '0');
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('12', 'World of WarCraft stuff', 'Don\'t make the little orc cry.', '3', '31239', '2741', '293', '1', '20', NULL, '0', '0', '0', '1', '1', '1', '3', '3', '3', '1', '1', '0');
INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_last_post_id, forum_posts, forum_topics, forum_status, forum_order, prune_next, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments) VALUES('13', 'Admin only', 'Admins only, ho ho!', '4', '31207', '143', '18', '0', '10', NULL, '0', '3', '3', '3', '3', '3', '3', '3', '3', '3', '3', '0');
#
# TABLE: phpbb_forum_prune
#
DROP TABLE IF EXISTS phpbb_forum_prune;
CREATE TABLE phpbb_forum_prune(
	prune_id mediumint(8) unsigned NOT NULL auto_increment,
	forum_id smallint(5) unsigned NOT NULL,
	prune_days tinyint(4) unsigned NOT NULL,
	prune_freq tinyint(4) unsigned NOT NULL, 
	PRIMARY KEY (prune_id), 
	KEY forum_id (forum_id)
);
#
# TABLE: phpbb_groups
#
DROP TABLE IF EXISTS phpbb_groups;
CREATE TABLE phpbb_groups(
	group_id mediumint(8) NOT NULL auto_increment,
	group_type tinyint(4) DEFAULT '1' NOT NULL,
	group_name varchar(40) NOT NULL,
	group_description varchar(255) NOT NULL,
	group_moderator mediumint(8) NOT NULL,
	group_single_user tinyint(1) DEFAULT '1' NOT NULL, 
	PRIMARY KEY (group_id), 
	KEY group_single_user (group_single_user)
);

#
# Table Data for phpbb_groups
#

INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('1', '1', 'Creole Ned', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('2', '1', 'Dg3Nr8', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('3', '1', 'Phoenix', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('4', '1', 'tonK', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('5', '1', 'jenn68', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('6', '1', 'Armerius', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('7', '1', 'Tick', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('8', '1', 'F7', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('9', '1', 'Q', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('10', '1', 'Gawl', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('11', '1', 'Kermit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('12', '1', 'Budly', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('13', '1', 'Lisa', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('14', '1', 'Medic', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('15', '1', 'Rogue', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('16', '1', 'Longbranch', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('17', '1', 'Orion', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('18', '1', 'Firetamr', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('19', '1', 'jackrabbit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('20', '1', 'Admiral', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('21', '1', 'Elmo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('22', '1', 'Sterling', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('23', '1', 'Stone', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('24', '1', 'FiX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('25', '1', 'SGT-Killborn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('26', '1', 'Lotis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('27', '1', 'Buck', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('28', '1', 'Fozzy', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('29', '1', 'Acrosome', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('30', '1', 'Olga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('31', '1', 'Juke', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('32', '1', 'QBUrchin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('33', '1', 'Paladin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('34', '1', 'kinada423', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('35', '1', 'Xaphan', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('36', '1', 'Evil Robot', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('37', '1', 'Shamrox00', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('38', '1', 'straightjacket', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('39', '1', 'Phruitz', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('40', '1', 'FoeKilla', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('41', '1', 'Harbinger', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('42', '1', '[CoFR]Ribeye', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('43', '1', 'Sperril', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('44', '1', 'Chunga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('45', '1', 'tbdean', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('46', '1', 'BoX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('47', '1', 'Shadowrat', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('48', '1', 'c0de', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('49', '1', 'Scourge', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('50', '1', 'telex', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('51', '1', 'Huggles', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('52', '1', 'beenay', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('53', '1', 'Chickenboo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('54', '1', 'Cannonfodder', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('55', '1', 'BeerDragon', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('56', '1', '[4M]Kenny', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('57', '1', 'Warbird', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('58', '1', 'Zurn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('59', '1', 'Jalgru', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('60', '1', 'Circuit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('61', '1', 'LogRoller', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('62', '1', 'GooseEgg', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('63', '1', 'Omega Man', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('64', '1', 'Zaptiah', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('65', '1', 'Freud', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('66', '1', 'SatanFury', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('67', '1', 'bobman32', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('68', '1', 'Alphamale', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('69', '1', 'Dr.E', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('70', '1', 'Haggis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('71', '1', 'Iceman', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('72', '1', 'Kajo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('73', '1', 'Reaver', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('74', '1', 'Sty', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('75', '1', 'Creole Ned', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('76', '1', 'Dg3Nr8', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('77', '1', 'Phoenix', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('78', '1', 'tonK', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('79', '1', 'jenn68', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('80', '1', 'Armerius', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('81', '1', 'Tick', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('82', '1', 'F7', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('83', '1', 'Q', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('84', '1', 'Gawl', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('85', '1', 'Kermit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('86', '1', 'Budly', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('87', '1', 'Lisa', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('88', '1', 'Medic', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('89', '1', 'Rogue', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('90', '1', 'Longbranch', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('91', '1', 'Orion', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('92', '1', 'Firetamr', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('93', '1', 'jackrabbit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('94', '1', 'Admiral', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('95', '1', 'Elmo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('96', '1', 'Sterling', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('97', '1', 'Stone', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('98', '1', 'FiX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('99', '1', 'SGT-Killborn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('100', '1', 'Lotis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('101', '1', 'Buck', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('102', '1', 'Fozzy', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('103', '1', 'Acrosome', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('104', '1', 'Olga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('105', '1', 'Juke', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('106', '1', 'QBUrchin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('107', '1', 'Paladin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('108', '1', 'kinada423', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('109', '1', 'Xaphan', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('110', '1', 'Evil Robot', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('111', '1', 'Shamrox00', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('112', '1', 'straightjacket', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('113', '1', 'Phruitz', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('114', '1', 'FoeKilla', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('115', '1', 'Harbinger', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('116', '1', '[CoFR]Ribeye', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('117', '1', 'Sperril', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('118', '1', 'Chunga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('119', '1', 'tbdean', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('120', '1', 'BoX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('121', '1', 'Shadowrat', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('122', '1', 'c0de', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('123', '1', 'Scourge', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('124', '1', 'telex', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('125', '1', 'Huggles', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('126', '1', 'beenay', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('127', '1', 'Chickenboo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('128', '1', 'Cannonfodder', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('129', '1', 'BeerDragon', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('130', '1', '[4M]Kenny', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('131', '1', 'Warbird', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('132', '1', 'Zurn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('133', '1', 'Jalgru', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('134', '1', 'Circuit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('135', '1', 'LogRoller', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('136', '1', 'GooseEgg', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('137', '1', 'Omega Man', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('138', '1', 'Zaptiah', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('139', '1', 'Freud', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('140', '1', 'SatanFury', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('141', '1', 'bobman32', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('142', '1', 'Alphamale', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('143', '1', 'Dr.E', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('144', '1', 'Haggis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('145', '1', 'Iceman', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('146', '1', 'Kajo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('147', '1', 'Reaver', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('148', '1', 'Sty', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('149', '2', ' Group', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('150', '2', '<font face=\"verdana\" size=\"2\"><b>Private', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('151', '2', ' Group', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('152', '1', 'Creole Ned', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('153', '1', 'Dg3Nr8', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('154', '1', 'Phoenix', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('155', '1', 'tonK', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('156', '1', 'jenn68', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('157', '1', 'Armerius', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('158', '1', 'Tick', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('159', '1', 'F7', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('160', '1', 'Q', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('161', '1', 'Gawl', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('162', '1', 'Kermit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('163', '1', 'Budly', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('164', '1', 'Lisa', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('165', '1', 'Medic', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('166', '1', 'Rogue', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('167', '1', 'Longbranch', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('168', '1', 'Orion', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('169', '1', 'Firetamr', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('170', '1', 'jackrabbit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('171', '1', 'Admiral', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('172', '1', 'Elmo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('173', '1', 'Sterling', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('174', '1', 'Stone', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('175', '1', 'FiX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('176', '1', 'SGT-Killborn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('177', '1', 'Lotis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('178', '1', 'Buck', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('179', '1', 'Fozzy', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('180', '1', 'Acrosome', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('181', '1', 'Olga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('182', '1', 'Juke', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('183', '1', 'QBUrchin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('184', '1', 'Paladin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('185', '1', 'kinada423', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('186', '1', 'Xaphan', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('187', '1', 'Evil Robot', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('188', '1', 'Shamrox00', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('189', '1', 'straightjacket', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('190', '1', 'Phruitz', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('191', '1', 'FoeKilla', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('192', '1', 'Harbinger', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('193', '1', '[CoFR]Ribeye', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('194', '1', 'Sperril', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('195', '1', 'Chunga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('196', '1', 'tbdean', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('197', '1', 'BoX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('198', '1', 'Shadowrat', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('199', '1', 'c0de', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('200', '1', 'Scourge', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('201', '1', 'telex', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('202', '1', 'Huggles', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('203', '1', 'beenay', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('204', '1', 'Chickenboo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('205', '1', 'Cannonfodder', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('206', '1', 'BeerDragon', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('207', '1', '[4M]Kenny', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('208', '1', 'Warbird', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('209', '1', 'Zurn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('210', '1', 'Jalgru', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('211', '1', 'Circuit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('212', '1', 'LogRoller', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('213', '1', 'GooseEgg', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('214', '1', 'Omega Man', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('215', '1', 'Zaptiah', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('216', '1', 'Freud', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('217', '1', 'SatanFury', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('218', '1', 'bobman32', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('219', '1', 'Alphamale', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('220', '1', 'Dr.E', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('221', '1', 'Haggis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('222', '1', 'Iceman', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('223', '1', 'Kajo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('224', '1', 'Reaver', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('225', '1', 'Sty', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('226', '2', ' Group', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('227', '2', '<font face=\"verdana\" size=\"2\"><b>Private', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('228', '2', ' Group', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('229', '1', 'Creole Ned', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('230', '1', 'Dg3Nr8', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('231', '1', 'Phoenix', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('232', '1', 'tonK', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('233', '1', 'jenn68', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('234', '1', 'Armerius', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('235', '1', 'Tick', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('236', '1', 'F7', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('237', '1', 'Q', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('238', '1', 'Gawl', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('239', '1', 'Kermit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('240', '1', 'Budly', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('241', '1', 'Lisa', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('242', '1', 'Medic', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('243', '1', 'Rogue', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('244', '1', 'Longbranch', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('245', '1', 'Orion', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('246', '1', 'Firetamr', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('247', '1', 'jackrabbit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('248', '1', 'Admiral', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('249', '1', 'Elmo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('250', '1', 'Sterling', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('251', '1', 'Stone', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('252', '1', 'FiX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('253', '1', 'SGT-Killborn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('254', '1', 'Lotis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('255', '1', 'Buck', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('256', '1', 'Fozzy', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('257', '1', 'Acrosome', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('258', '1', 'Olga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('259', '1', 'Juke', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('260', '1', 'QBUrchin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('261', '1', 'Paladin', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('262', '1', 'kinada423', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('263', '1', 'Xaphan', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('264', '1', 'Evil Robot', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('265', '1', 'Shamrox00', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('266', '1', 'straightjacket', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('267', '1', 'Phruitz', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('268', '1', 'FoeKilla', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('269', '1', 'Harbinger', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('270', '1', '[CoFR]Ribeye', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('271', '1', 'Sperril', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('272', '1', 'Chunga', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('273', '1', 'tbdean', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('274', '1', 'BoX', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('275', '1', 'Shadowrat', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('276', '1', 'c0de', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('277', '1', 'Scourge', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('278', '1', 'telex', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('279', '1', 'Huggles', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('280', '1', 'beenay', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('281', '1', 'Chickenboo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('282', '1', 'Cannonfodder', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('283', '1', 'BeerDragon', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('284', '1', '[4M]Kenny', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('285', '1', 'Warbird', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('286', '1', 'Zurn', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('287', '1', 'Jalgru', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('288', '1', 'Circuit', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('289', '1', 'LogRoller', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('290', '1', 'GooseEgg', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('291', '1', 'Omega Man', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('292', '1', 'Zaptiah', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('293', '1', 'Freud', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('294', '1', 'SatanFury', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('295', '1', 'bobman32', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('296', '1', 'Alphamale', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('297', '1', 'Dr.E', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('298', '1', 'Haggis', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('299', '1', 'Iceman', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('300', '1', 'Kajo', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('301', '1', 'Reaver', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('302', '1', 'Sty', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('303', '2', ' Group', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('304', '2', '<font face=\"verdana\" size=\"2\"><b>Private', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('305', '2', ' Group', 'Converted Private Forum Group', '1', '0');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('306', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('307', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('308', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('309', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('310', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('311', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('312', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('313', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('314', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('315', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('316', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('317', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('318', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('319', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('320', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('321', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('322', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('323', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('324', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('325', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('326', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('327', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('328', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('329', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('330', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('331', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('332', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('333', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('334', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('335', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('336', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('337', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('338', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('339', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('340', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('341', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('342', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('343', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('344', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('345', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('349', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('350', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('351', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('352', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('356', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('359', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('361', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('362', '1', '', 'Personal User', '0', '1');
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('364', '1', '', 'Personal User', '0', '1');
#
# TABLE: phpbb_posts
#
DROP TABLE IF EXISTS phpbb_posts;
CREATE TABLE phpbb_posts(
	post_id mediumint(8) unsigned NOT NULL auto_increment,
	topic_id mediumint(8) unsigned NOT NULL,
	forum_id smallint(5) unsigned NOT NULL,
	poster_id mediumint(8) NOT NULL,
	post_time int(11) NOT NULL,
	poster_ip varchar(8) NOT NULL,
	enable_sig tinyint(1) DEFAULT '1' NOT NULL,
	post_edit_time int(11),
	post_edit_count smallint(5) unsigned NOT NULL,
	post_username varchar(25),
	enable_bbcode tinyint(1) DEFAULT '1' NOT NULL,
	enable_html tinyint(1) NOT NULL,
	enable_smilies tinyint(1) DEFAULT '1' NOT NULL, 
	PRIMARY KEY (post_id), 
	KEY forum_id (forum_id), 
	KEY topic_id (topic_id), 
	KEY poster_id (poster_id), 
	KEY post_time (post_time)
);

#
# Table Data for phpbb_posts
#

INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('2', '2', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('3', '2', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('4', '2', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('5', '2', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('6', '2', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('7', '2', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('8', '2', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('9', '3', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('10', '2', '5', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('11', '1', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('12', '4', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('13', '1', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('14', '1', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('15', '1', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('16', '1', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('17', '1', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('18', '1', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('19', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('20', '3', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('21', '3', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('22', '3', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('23', '3', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('24', '1', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('25', '1', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('26', '4', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1851', '209', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1850', '204', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1849', '207', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('32', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('33', '6', '6', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('34', '6', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('35', '6', '6', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('36', '3', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1848', '209', '5', '12', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('39', '2', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1847', '207', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1846', '204', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('42', '1', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('43', '1', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('44', '6', '6', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('45', '7', '8', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('46', '7', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('47', '1', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('48', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('49', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('50', '1', '5', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('51', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('52', '2', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('53', '4', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('54', '4', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('55', '1', '5', '18', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('56', '6', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('57', '6', '6', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1845', '204', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('59', '6', '6', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('62', '1', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('63', '6', '6', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('64', '1', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('65', '1', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1844', '206', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('67', '4', '5', '10', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('68', '6', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('69', '6', '6', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('70', '9', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('71', '9', '5', '10', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('72', '9', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('73', '1', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('74', '9', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('75', '3', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('76', '3', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('77', '9', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('78', '9', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('79', '10', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('80', '9', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('81', '10', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('82', '9', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('83', '6', '6', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('84', '9', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('85', '10', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('86', '6', '6', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('87', '11', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('88', '6', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('89', '11', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1843', '197', '5', '3', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('91', '12', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('92', '12', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('93', '12', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('94', '13', '5', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('95', '10', '5', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('96', '12', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('97', '12', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('98', '10', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('99', '12', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('100', '12', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('101', '12', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('102', '12', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('103', '12', '5', '10', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('104', '14', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('105', '15', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('106', '14', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('107', '14', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('108', '6', '6', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('109', '6', '6', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('110', '6', '6', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('111', '16', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('112', '10', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('113', '12', '5', '13', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('114', '6', '6', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('115', '17', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('116', '18', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('117', '12', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('118', '14', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('119', '16', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('120', '10', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('121', '18', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('122', '1', '5', '24', '987149410', '42000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('123', '19', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('124', '17', '8', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('125', '17', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('126', '19', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('127', '17', '8', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('128', '19', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('129', '20', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('130', '18', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('131', '19', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('132', '19', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('133', '18', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('134', '16', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('135', '12', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('136', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('137', '19', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('138', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('139', '12', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('140', '19', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('141', '12', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('142', '12', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('143', '6', '6', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('144', '19', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('145', '18', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('146', '6', '6', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('147', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('148', '12', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('149', '18', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('150', '18', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('151', '18', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('152', '19', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('153', '18', '5', '25', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('154', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('155', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('156', '20', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('157', '20', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('158', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('159', '18', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('160', '20', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('161', '12', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('162', '20', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('163', '18', '5', '8', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('164', '14', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('165', '14', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('166', '14', '5', '8', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('167', '12', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('168', '20', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('169', '14', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('170', '12', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('171', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('172', '20', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('173', '12', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('174', '18', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('175', '19', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('176', '19', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('177', '18', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('178', '20', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('179', '20', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('180', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('181', '20', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('182', '21', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('183', '22', '8', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('184', '18', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('185', '12', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('186', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('187', '22', '8', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('188', '18', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('189', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('190', '23', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('191', '18', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('192', '18', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('193', '23', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('194', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('195', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('196', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('197', '23', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('198', '23', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('199', '22', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('200', '23', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('201', '18', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('202', '12', '5', '10', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('203', '23', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('204', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('205', '23', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('206', '23', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('207', '23', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('208', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('209', '23', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('210', '23', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('211', '22', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('212', '22', '8', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('213', '18', '5', '13', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('214', '18', '5', '10', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('215', '23', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('216', '22', '8', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('217', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('218', '23', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('219', '18', '5', '17', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('220', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('221', '14', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('222', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('223', '18', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('224', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('225', '23', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('226', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('227', '14', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('228', '23', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('229', '23', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('230', '14', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('231', '23', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('232', '18', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('233', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('234', '23', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('235', '23', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('236', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('237', '24', '5', '27', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('238', '18', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('239', '24', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('240', '24', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('241', '24', '5', '27', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('242', '19', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('243', '25', '5', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('244', '25', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('245', '26', '6', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('246', '26', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('247', '25', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('248', '1', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('249', '25', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('250', '25', '5', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('251', '27', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('252', '27', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('253', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('254', '28', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('255', '28', '5', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('256', '25', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('257', '26', '6', '18', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('258', '26', '6', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('259', '29', '6', '21', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('260', '29', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('261', '29', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('262', '29', '6', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('263', '30', '6', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('264', '30', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('265', '30', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('266', '24', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('267', '28', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('268', '24', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('269', '26', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('270', '31', '8', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('271', '24', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('272', '26', '6', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('273', '28', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('274', '24', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('275', '24', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('276', '18', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('277', '28', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('278', '32', '6', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('279', '26', '6', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('280', '18', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('281', '28', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('282', '32', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('283', '26', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('284', '30', '6', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('285', '26', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('286', '28', '5', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('287', '31', '8', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('288', '31', '8', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('289', '28', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('290', '33', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('291', '31', '8', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('292', '28', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('293', '28', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('294', '28', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('295', '33', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('296', '28', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('297', '28', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('298', '28', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('299', '28', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('300', '28', '5', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('301', '28', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('302', '28', '5', '21', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('303', '28', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('304', '28', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('305', '4', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('306', '28', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('307', '28', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('308', '34', '6', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('309', '32', '6', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('310', '35', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('311', '35', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('312', '28', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('313', '36', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('314', '36', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('315', '37', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('316', '38', '8', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('317', '37', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('318', '38', '8', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('319', '28', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('320', '38', '8', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('321', '38', '8', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('322', '28', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('330', '21', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('331', '39', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('323', '28', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('324', '38', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('325', '28', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('326', '38', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('327', '34', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('328', '21', '5', '24', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('329', '21', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('332', '21', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('333', '39', '6', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('334', '21', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('335', '40', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('336', '41', '5', '17', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('337', '40', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('338', '38', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('339', '40', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('340', '41', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('341', '41', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('342', '28', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('343', '41', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('344', '41', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('345', '40', '5', '24', '987149410', '01000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('347', '39', '6', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('346', '40', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('348', '40', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('349', '40', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('350', '40', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('351', '42', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('352', '42', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('353', '40', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('354', '40', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('355', '39', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('356', '40', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('357', '43', '6', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('358', '40', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('359', '44', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('360', '45', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('361', '42', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('362', '45', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('363', '45', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('364', '40', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('365', '21', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('366', '40', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('367', '45', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('368', '46', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('369', '34', '6', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('370', '47', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('371', '46', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('372', '48', '8', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('373', '46', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('374', '46', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('375', '21', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('376', '45', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('377', '40', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('378', '46', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('379', '21', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('380', '21', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('381', '46', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('382', '38', '8', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('383', '38', '8', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('384', '34', '6', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('385', '49', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('386', '46', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('387', '49', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('388', '50', '8', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('389', '46', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('390', '45', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('391', '51', '8', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('392', '50', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('393', '50', '8', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('394', '51', '8', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('395', '51', '8', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('396', '21', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('397', '51', '8', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('398', '21', '5', '29', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('399', '21', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('400', '21', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('401', '21', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('402', '21', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('403', '45', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('404', '47', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('405', '21', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('406', '21', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('407', '52', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('408', '52', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('409', '52', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('410', '52', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('411', '52', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('412', '52', '5', '28', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('413', '52', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('414', '52', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('415', '52', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('416', '52', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('417', '52', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('418', '52', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('419', '45', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('420', '51', '8', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('421', '52', '5', '28', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('422', '52', '5', '30', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('423', '51', '8', '3', '987149410', '15100000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('424', '52', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('425', '51', '8', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1842', '197', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('427', '29', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('428', '21', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('429', '39', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('430', '53', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('431', '39', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('432', '21', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('433', '54', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('434', '21', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('435', '55', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('436', '55', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('437', '55', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('438', '21', '5', '24', '987149410', '42000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('439', '53', '5', '24', '987149410', '42000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('440', '52', '5', '24', '987149410', '01000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('441', '42', '5', '24', '987149410', '01000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('442', '42', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('443', '52', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('444', '42', '5', '24', '987149410', '01000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('445', '42', '5', '10', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('446', '42', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('447', '42', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('448', '56', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('449', '52', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('450', '21', '5', '29', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('451', '53', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('452', '56', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('453', '56', '5', '31', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('454', '57', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('455', '42', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('456', '21', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('457', '56', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('458', '51', '8', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('459', '56', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('460', '53', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('461', '21', '5', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('462', '58', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('463', '58', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('464', '58', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('465', '59', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('466', '57', '5', '31', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('467', '57', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('468', '59', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('469', '58', '5', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('470', '58', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('471', '58', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('472', '58', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('473', '58', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('474', '58', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('475', '58', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('476', '60', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('477', '60', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('478', '60', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('479', '60', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('480', '1', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('481', '60', '5', '24', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('482', '60', '5', '24', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('483', '60', '5', '24', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('484', '60', '5', '28', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('485', '60', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('486', '1', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('487', '61', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('488', '61', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('489', '61', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('490', '1', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('491', '61', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('497', '61', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('496', '60', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('495', '60', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('494', '60', '5', '32', '987149410', '03000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('492', '1', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('493', '1', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('498', '62', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('499', '62', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('500', '63', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('501', '62', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('502', '63', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('503', '63', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('504', '63', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('505', '62', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('506', '62', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('507', '62', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('508', '62', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('509', '62', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('510', '62', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('511', '63', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('512', '62', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('513', '63', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('514', '63', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('515', '62', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('516', '63', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('517', '62', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('518', '62', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('519', '62', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('520', '62', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('521', '62', '5', '3', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('522', '64', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('523', '62', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('524', '64', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('525', '64', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('526', '64', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('527', '60', '5', '30', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('528', '64', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('529', '64', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('530', '60', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('531', '64', '5', '27', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('532', '64', '5', '25', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('533', '64', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('534', '65', '8', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('535', '65', '8', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('536', '65', '8', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('537', '66', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('538', '66', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('539', '64', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('540', '66', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('541', '66', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('542', '66', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('543', '63', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('544', '66', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('545', '66', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('546', '64', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('547', '66', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('548', '63', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('549', '62', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('550', '65', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('551', '63', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('552', '66', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('553', '65', '8', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('554', '66', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('555', '62', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('556', '65', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('557', '63', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('558', '66', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('559', '64', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('560', '62', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('561', '66', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('562', '64', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('563', '66', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('564', '62', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('565', '67', '8', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('566', '62', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('567', '65', '8', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('568', '67', '8', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('569', '62', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('570', '64', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('571', '67', '8', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('572', '65', '8', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('573', '62', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('574', '64', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('575', '66', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('576', '60', '5', '30', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('577', '62', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('578', '62', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('579', '62', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('580', '62', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('581', '62', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('582', '62', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('583', '68', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('584', '62', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('585', '68', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('586', '62', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('587', '64', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('588', '66', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('589', '66', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('590', '66', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('591', '66', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('592', '66', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('593', '66', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('594', '63', '5', '10', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('595', '66', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('596', '64', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('597', '69', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('598', '69', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('599', '69', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('600', '63', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('601', '69', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('602', '66', '5', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('603', '69', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('604', '69', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('605', '69', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('606', '69', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('607', '69', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('608', '66', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('609', '69', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('610', '66', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('611', '66', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('612', '70', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('613', '66', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('614', '69', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('615', '70', '6', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('616', '70', '6', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('617', '70', '6', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('618', '71', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('619', '66', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('620', '70', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('621', '70', '6', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('622', '66', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('623', '70', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('624', '66', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('625', '71', '5', '8', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('626', '69', '5', '8', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('627', '69', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('628', '69', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('629', '63', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('630', '66', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('631', '70', '6', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('632', '72', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('633', '72', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('634', '73', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('635', '72', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('636', '73', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('637', '73', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('638', '72', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('639', '73', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('640', '73', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('641', '73', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('642', '74', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('643', '74', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('644', '70', '6', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('645', '75', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('646', '66', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('647', '66', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('648', '75', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('649', '75', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('650', '71', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('651', '70', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('652', '74', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('653', '75', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('654', '72', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('655', '66', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('656', '74', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('657', '75', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('658', '72', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('659', '66', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('660', '76', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('661', '84', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('662', '75', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('663', '85', '5', '9', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('664', '69', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('665', '66', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('666', '86', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('667', '86', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('668', '85', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('669', '86', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('670', '86', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('671', '87', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('672', '87', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('673', '87', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('674', '87', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('676', '89', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1841', '197', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('678', '87', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('679', '89', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('680', '85', '5', '21', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1840', '208', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('682', '85', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('683', '90', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('684', '90', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('685', '90', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('686', '91', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('687', '91', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('688', '91', '5', '8', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('689', '91', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('690', '91', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('691', '76', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('692', '66', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('693', '76', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('694', '76', '5', '32', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('695', '76', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('696', '91', '5', '20', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('697', '76', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('698', '91', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('699', '92', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('700', '93', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('701', '92', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('702', '93', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('703', '92', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('704', '92', '6', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('705', '91', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('706', '91', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('707', '91', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('708', '91', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('709', '75', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('710', '91', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('711', '94', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('712', '94', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('713', '86', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('714', '91', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('715', '86', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('716', '91', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('717', '75', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('718', '75', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('719', '91', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('720', '75', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('721', '86', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('722', '75', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('723', '75', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('724', '92', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('725', '75', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('726', '92', '6', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('727', '92', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('728', '92', '6', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('729', '75', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('730', '75', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('731', '29', '6', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('732', '29', '6', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('733', '29', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('734', '95', '5', '18', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('735', '96', '5', '34', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('736', '75', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('737', '76', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('738', '76', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('739', '76', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('740', '95', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('741', '96', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('742', '76', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('743', '76', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('744', '29', '6', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('745', '92', '6', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('746', '96', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('747', '94', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('748', '92', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('749', '92', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('750', '95', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('751', '92', '6', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('752', '97', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('753', '97', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('754', '97', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('755', '97', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('756', '98', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('757', '92', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('758', '99', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('759', '99', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('760', '97', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('761', '98', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('762', '75', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('763', '97', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('764', '97', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('765', '98', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('766', '97', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('767', '97', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('768', '75', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('769', '75', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('770', '75', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('771', '97', '5', '10', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('772', '100', '5', '21', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('773', '75', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('774', '101', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('775', '99', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('776', '101', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('777', '75', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('778', '75', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('779', '99', '6', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('780', '97', '5', '20', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('781', '102', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('782', '97', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('783', '102', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('784', '102', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('785', '102', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('786', '102', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('787', '75', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('788', '102', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('789', '102', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('790', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('791', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('792', '102', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('793', '99', '6', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('794', '102', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('795', '99', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('796', '102', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('797', '103', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('798', '99', '6', '36', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('799', '102', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('800', '102', '5', '35', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('801', '96', '5', '34', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('802', '102', '5', '35', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('803', '102', '5', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('804', '102', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('805', '103', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('806', '103', '6', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('807', '102', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('808', '103', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('809', '96', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('810', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('811', '104', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('812', '103', '6', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('813', '96', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('814', '102', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('815', '103', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('816', '102', '5', '35', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('817', '102', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('818', '105', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('819', '99', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('820', '103', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('821', '97', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('822', '99', '6', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('823', '103', '6', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('824', '97', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('825', '105', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('826', '97', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('827', '98', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('828', '102', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('829', '97', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('830', '102', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('831', '101', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('832', '106', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('833', '105', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('834', '99', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('835', '105', '5', '17', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('836', '106', '6', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('837', '99', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('838', '105', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('839', '99', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('840', '105', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('841', '99', '6', '21', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('842', '102', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('843', '97', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('844', '106', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('845', '99', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('846', '103', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('847', '92', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('848', '99', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('849', '103', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('850', '106', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('851', '98', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('852', '102', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('853', '97', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('854', '101', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('855', '102', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('856', '102', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('857', '92', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('858', '92', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('859', '102', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('860', '106', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('861', '106', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('862', '106', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('863', '106', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('920', '110', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('865', '97', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('866', '102', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('867', '107', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('868', '107', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('869', '96', '5', '34', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('870', '107', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('871', '107', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('872', '101', '5', '34', '987149410', '02000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('873', '107', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('874', '107', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('875', '97', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('876', '97', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('877', '97', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('878', '102', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('879', '107', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('880', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('881', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('882', '102', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('883', '99', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('884', '102', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('885', '99', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('886', '99', '6', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('887', '102', '5', '21', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('888', '95', '5', '18', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('889', '102', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('890', '102', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('891', '107', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('892', '97', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('893', '106', '6', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('894', '102', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('895', '102', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('896', '97', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('897', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('898', '102', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('899', '102', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('900', '97', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('902', '108', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('903', '108', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('904', '108', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('905', '108', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('906', '108', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('907', '108', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('908', '108', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('909', '108', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('910', '109', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('911', '109', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('912', '109', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('927', '110', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('919', '110', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('914', '102', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('916', '110', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('917', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('921', '111', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('922', '110', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('923', '109', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('924', '112', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('925', '103', '6', '26', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('926', '109', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('928', '102', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('929', '91', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('930', '112', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('931', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('932', '102', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('933', '111', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('934', '112', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('935', '102', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('936', '112', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('937', '102', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('938', '91', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('939', '91', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('940', '102', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('941', '91', '5', '8', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('942', '112', '5', '8', '987149410', '2bde7800', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('943', '91', '5', '10', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('944', '112', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('945', '102', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('946', '113', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('947', '113', '5', '32', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('948', '113', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('949', '113', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('950', '113', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('951', '114', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('952', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('953', '102', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('954', '102', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('955', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('956', '114', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('957', '114', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('958', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('959', '106', '6', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('960', '114', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('961', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('962', '114', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('963', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('964', '114', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('965', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('966', '114', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('967', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('968', '112', '5', '26', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('969', '114', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('970', '114', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('971', '97', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('972', '97', '5', '19', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('973', '114', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('974', '102', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('975', '63', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('976', '106', '6', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('977', '63', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('978', '102', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('979', '114', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('980', '97', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('981', '102', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('982', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('983', '106', '6', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('984', '114', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('985', '97', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('986', '102', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('987', '114', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('988', '114', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('989', '103', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('990', '66', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('991', '113', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('992', '115', '5', '37', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('993', '103', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('994', '115', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('995', '115', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('996', '97', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('997', '113', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('998', '97', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('999', '113', '5', '32', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1000', '102', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1001', '102', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1002', '102', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1003', '102', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1004', '114', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1005', '102', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1006', '116', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1007', '114', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1008', '102', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1009', '116', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1010', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1011', '117', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1012', '116', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1013', '102', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1014', '116', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1015', '116', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1016', '117', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1017', '102', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1018', '102', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1019', '116', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1020', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1021', '117', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1022', '116', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1023', '116', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1024', '116', '5', '9', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1025', '116', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1026', '116', '5', '32', '987149410', '03000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1027', '117', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1028', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1029', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1030', '116', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1031', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1032', '116', '5', '32', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1033', '116', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1034', '116', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1035', '116', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1036', '116', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1037', '116', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1038', '116', '5', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1039', '116', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1040', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1041', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1042', '116', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1043', '116', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1044', '116', '5', '32', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1045', '116', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1046', '116', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1047', '116', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1048', '116', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1049', '116', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1050', '116', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1051', '116', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1052', '99', '6', '18', '987149410', '03000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1053', '103', '6', '18', '987149410', '03000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1054', '99', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1055', '116', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1056', '117', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1057', '118', '8', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1058', '118', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1059', '119', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1060', '120', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1061', '116', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1062', '106', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1063', '103', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1064', '118', '8', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1065', '116', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1066', '106', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1067', '116', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1068', '120', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1069', '116', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1070', '103', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1071', '116', '5', '36', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1072', '119', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1073', '106', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1074', '119', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1075', '103', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1076', '116', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1077', '106', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1078', '121', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1079', '116', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1080', '106', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1081', '106', '6', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1082', '120', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1083', '120', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1084', '120', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1085', '121', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1086', '116', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1087', '116', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1088', '118', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1089', '122', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1090', '122', '5', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1091', '120', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1092', '117', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1093', '122', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1094', '120', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1095', '123', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1096', '123', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1097', '123', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1098', '122', '5', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1099', '106', '6', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1100', '123', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1101', '123', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1102', '123', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1103', '103', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1104', '106', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1105', '19', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1106', '117', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1107', '117', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1108', '19', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1109', '114', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1110', '124', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1111', '124', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1112', '124', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1113', '124', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1114', '124', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1115', '19', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1116', '109', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1117', '109', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1118', '92', '6', '3', '987149410', '14000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1119', '109', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1120', '109', '5', '35', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1121', '109', '5', '35', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1122', '109', '5', '35', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1123', '91', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1124', '109', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1125', '123', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1126', '123', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1127', '125', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1128', '125', '5', '26', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1129', '125', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1130', '109', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1131', '126', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1132', '126', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1133', '106', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1134', '126', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1135', '109', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1136', '126', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1137', '126', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1138', '109', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1139', '127', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1140', '127', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1141', '127', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1142', '106', '6', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1143', '103', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1144', '103', '6', '32', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1145', '103', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1146', '103', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1147', '126', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1148', '103', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1149', '126', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1150', '126', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1151', '127', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1152', '126', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1153', '117', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1154', '126', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1155', '103', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1156', '128', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1157', '128', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1158', '103', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1159', '126', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1160', '128', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1161', '127', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1162', '128', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1163', '127', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1164', '128', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1165', '126', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1166', '129', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1167', '129', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1168', '126', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1169', '129', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1170', '126', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1171', '128', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1172', '129', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1173', '129', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1174', '126', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1175', '128', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1176', '130', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1177', '129', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1178', '128', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1179', '129', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1180', '130', '5', '7', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1181', '130', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1182', '126', '5', '17', '987149410', '55655400', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1183', '130', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1184', '126', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1185', '126', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1186', '130', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1187', '129', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1188', '127', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1189', '130', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1190', '130', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1191', '130', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1192', '127', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1193', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1194', '131', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1195', '131', '6', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1196', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1197', '131', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1198', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1199', '130', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1200', '126', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1201', '130', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1202', '91', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1203', '91', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1204', '127', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1205', '91', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1206', '130', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1207', '66', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1208', '132', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1209', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1210', '133', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1211', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1212', '133', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1213', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1214', '133', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1215', '132', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1216', '133', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1217', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1218', '133', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1219', '133', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1220', '133', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1221', '66', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1222', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1223', '134', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1224', '133', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1225', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1226', '66', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1227', '133', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1228', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1229', '133', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1230', '66', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1248', '130', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1232', '134', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1247', '130', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1234', '134', '5', '32', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1235', '134', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1236', '134', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1237', '133', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1238', '134', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1239', '136', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1240', '134', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1241', '133', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1242', '134', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1243', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1244', '134', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1245', '136', '6', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1246', '130', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1249', '133', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1250', '134', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1253', '133', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1252', '134', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1254', '137', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1255', '137', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1256', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1257', '137', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1258', '133', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1259', '133', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1260', '138', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1261', '138', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1262', '85', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1263', '138', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1264', '138', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1265', '85', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1266', '138', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1267', '106', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1268', '130', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1269', '138', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1270', '106', '6', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1271', '138', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1272', '136', '6', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1273', '134', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1274', '137', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1275', '138', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1276', '139', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1277', '134', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1278', '139', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1279', '136', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1280', '138', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1281', '139', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1282', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1283', '130', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1284', '133', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1285', '130', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1286', '130', '5', '8', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1287', '130', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1288', '130', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1289', '130', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1290', '130', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1291', '136', '6', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1292', '137', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1293', '138', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1294', '136', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1295', '136', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1296', '138', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1297', '137', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1298', '138', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1299', '136', '6', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1300', '138', '5', '32', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1301', '136', '6', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1302', '138', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1303', '138', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1304', '138', '5', '38', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1305', '137', '5', '11', '987149410', '06000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1306', '140', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1307', '138', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1308', '138', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1309', '136', '6', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1310', '140', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1311', '140', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1312', '138', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1313', '141', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1314', '138', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1315', '141', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1316', '141', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1317', '138', '5', '3', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1318', '138', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1319', '141', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1320', '141', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1321', '142', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1322', '143', '5', '4', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1323', '143', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1324', '138', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1325', '143', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1326', '142', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1327', '85', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1328', '144', '8', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1329', '145', '5', '15', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1330', '145', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1331', '145', '5', '15', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1332', '145', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1333', '144', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1334', '145', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1335', '145', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1336', '145', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1337', '146', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1338', '145', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1339', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1340', '145', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1341', '147', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1342', '147', '5', '9', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1343', '145', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1344', '145', '5', '21', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1345', '145', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1346', '142', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1347', '148', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1348', '142', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1349', '142', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1350', '145', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1351', '149', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1352', '147', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1353', '145', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1354', '149', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1355', '144', '8', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1356', '131', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1357', '144', '8', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1358', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1359', '144', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1360', '142', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1361', '147', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1362', '149', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1363', '145', '5', '15', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1364', '144', '8', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1365', '144', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1366', '144', '8', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1367', '144', '8', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1368', '144', '8', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1369', '144', '8', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1370', '145', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1371', '133', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1372', '131', '6', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1373', '145', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1374', '145', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1375', '145', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1376', '149', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1377', '145', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1378', '149', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1379', '145', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1380', '145', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1381', '145', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1382', '145', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1383', '149', '5', '36', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1384', '18', '5', '32', '987149410', '79000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1385', '149', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1386', '131', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1387', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1388', '131', '6', '13', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1389', '150', '8', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1390', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1391', '131', '6', '13', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1392', '131', '6', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1393', '151', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1394', '151', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1395', '151', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1396', '151', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1397', '151', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1398', '145', '5', '21', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1399', '145', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1400', '145', '5', '3', '987149410', '15100000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1401', '152', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1402', '152', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1403', '152', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1404', '152', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1405', '152', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1406', '131', '6', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1407', '133', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1408', '18', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1409', '145', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1410', '153', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1411', '131', '6', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1412', '152', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1413', '153', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1414', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1415', '145', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1416', '153', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1417', '154', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1418', '18', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1419', '18', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1420', '153', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1421', '154', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1422', '18', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1423', '153', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1424', '153', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1425', '155', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1426', '155', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1427', '153', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1428', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1429', '155', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1430', '153', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1431', '153', '5', '5', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1432', '131', '6', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1433', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1434', '155', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1435', '155', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1436', '153', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1437', '156', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1438', '153', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1439', '155', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1440', '154', '5', '8', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1441', '154', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1442', '154', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1443', '154', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1444', '155', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1445', '157', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1446', '131', '6', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1447', '155', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1450', '157', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1449', '157', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1451', '157', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1452', '157', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1453', '156', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1454', '131', '6', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1455', '153', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1456', '155', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1457', '18', '5', '14', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1458', '153', '5', '11', '987149410', '06000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1459', '154', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1460', '154', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1461', '152', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1462', '154', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1463', '152', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1464', '157', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1465', '131', '6', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1466', '154', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1467', '154', '5', '2', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1468', '158', '5', '24', '987149410', '89544000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1469', '158', '5', '10', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1470', '159', '5', '19', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1471', '157', '5', '23', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1472', '157', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1473', '158', '5', '12', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1474', '154', '5', '32', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1475', '157', '5', '17', '987149410', '55655400', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1476', '157', '5', '16', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1477', '157', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1478', '157', '5', '19', '987149410', '2dc6c000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1479', '160', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1480', '160', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1481', '160', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1482', '132', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1483', '159', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1484', '159', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1485', '157', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1486', '132', '5', '3', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1487', '160', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1488', '154', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1489', '159', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1490', '157', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1491', '160', '5', '6', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1492', '159', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1493', '154', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1494', '160', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1495', '154', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1496', '160', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1497', '154', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1498', '161', '5', '3', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1499', '160', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1500', '154', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1501', '159', '5', '11', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1502', '161', '5', '11', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1503', '160', '5', '6', '987149410', '2bde7800', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1504', '160', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1505', '161', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1506', '116', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1507', '160', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1508', '161', '5', '3', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1509', '116', '5', '7', '987149410', '00000000', '1', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1510', '161', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1511', '159', '5', '14', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1512', '159', '5', '1', '987149410', '00000000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1513', '159', '5', '32', '987149410', 'f4240000', '0', NULL, '0', NULL, '1', '0', '1');
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, enable_sig, post_edit_time, post_edit_count, post_username, enable_bbcode, enable_html, enable_smilies) VALUES('1514', '160', '5', '21', '987149410', '1a090a00', '0', NULL, '0', NULL,