# # phpBB Backup Script # Dump of tables for dreaming # # DATE : 06-07-2006 00:01:56 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('4', '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('4', '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('4', '14', '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('8', '20', '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('4', '25', '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('8', '19', '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('8', '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('4', '44', '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('8', '43', '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('8', '15', '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('8', '23', '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('16', '29', '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('13', '3', '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('4', '20', '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('63', '106', '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('4', '19', '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('16', '14', '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('58', '18', '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('4', '24', '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('20', '28', '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('20', '21', '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('20', '31', '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('36', '19', '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('8', '35', '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('4', '35', '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('16', '35', '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('23', '35', '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('22', '35', '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('20', '35', '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('25', '36', '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('4', '26', '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('47', '19', '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('40', '102', '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('50', '28', '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('4', '102', '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('23', '18', '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('8', '25', '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('8', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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', '27', '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('16', '19', '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('16', '20', '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('16', '25', '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('16', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('20', '19', '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('20', '20', '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('20', '15', '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('20', '25', '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('20', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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', '102', '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('55', '100', '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('13', '101', '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('23', '101', '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('62', '97', '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('67', '52', '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('67', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('22', '19', '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('22', '20', '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('22', '30', '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('22', '15', '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('22', '25', '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('22', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('22', '31', '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('23', '19', '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('23', '20', '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('23', '25', '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('23', '26', '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('23', '39', '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('13', '40', '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('8', '45', '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('56', '90', '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('34', '17', '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('34', '46', '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('20', '55', '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('25', '47', '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('22', '48', '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('57', '90', '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('22', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('4', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('23', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('16', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('22', '51', '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('58', '19', '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('22', '53', '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('20', '54', '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('16', '58', '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('67', '19', '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('20', '48', '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('22', '52', '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('20', '52', '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('4', '58', '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('63', '19', '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('36', '20', '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('36', '25', '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('36', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('36', '16', '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('36', '27', '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('36', '31', '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('36', '35', '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('36', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('37', '19', '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('37', '20', '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('37', '30', '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('37', '25', '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('37', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('37', '31', '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('37', '35', '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('37', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('37', '16', '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('41', '19', '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('20', '58', '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('68', '106', '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('68', '100', '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('13', '106', '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('39', '19', '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('39', '28', '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('39', '14', '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('39', '20', '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('39', '25', '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('39', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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', '31', '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('39', '35', '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('39', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('40', '19', '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', '20', '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('40', '25', '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('40', '26', '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('40', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('40', '31', '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('40', '18', '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('40', '35', '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('40', '49', '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('25', '59', '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('41', '28', '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('41', '20', '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('41', '25', '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('41', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('41', '60', '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('41', '61', '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('67', '35', '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('67', '16', '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('67', '100', '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('67', '82', '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('43', '19', '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('43', '20', '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('43', '30', '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('43', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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', '17', '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('43', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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', '63', '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('67', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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', '48', '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('67', '25', '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('67', '20', '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('67', '28', '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('47', '20', '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('47', '18', '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('63', '100', '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('56', '17', '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('56', '91', '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('66', '99', '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('8', '99', '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('63', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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', '19', '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('13', '20', '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('13', '30', '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('13', '25', '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('13', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('40', '58', '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('55', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('55', '16', '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('55', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('55', '25', '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('55', '91', '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('47', '25', '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('47', '35', '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('49', '79', '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('22', '58', '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('56', '46', '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('56', '100', '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('47', '73', '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('22', '73', '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('40', '73', '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('48', '74', '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('48', '75', '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('50', '77', '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('50', '17', '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('55', '90', '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('55', '28', '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('55', '19', '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('39', '103', '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', '82', '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('41', '49', '1', '1', '0', '0', '0', '0', '0', '0', '0', '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('63', '84', '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('63', '83', '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('43', '85', '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('63', '52', '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('23', '99', '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('63', '27', '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('63', '13', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '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('50', '25', '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('63', '25', '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('56', '82', '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('63', '20', '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('34', '85', '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('50', '69', '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('50', '70', '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('54', '17', '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('54', '85', '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('54', '46', '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('69', '105', '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('50', '87', '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('48', '87', '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('55', '88', '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('50', '19', '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('57', '46', '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('57', '100', '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('50', '90', '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('34', '90', '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('34', '91', '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('54', '91', '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('43', '90', '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('43', '91', '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('54', '90', '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('57', '91', '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('57', '17', '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('57', '85', '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('48', '93', '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('55', '103', '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('58', '91', '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('58', '20', '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('58', '27', '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('58', '82', '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('58', '33', '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('58', '50', '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('57', '35', '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('34', '94', '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('50', '94', '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('57', '94', '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('56', '85', '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('56', '35', '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('56', '94', '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('13', '95', '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('23', '95', '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('8', '93', '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('4', '21', '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('22', '21', '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('55', '20', '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('13', '100', '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('22', '100', '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('23', '100', '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('22', '97', '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('54', '97', '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('54', '25', '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('54', '35', '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('54', '94', '1', '1', '1', '1', '1', '1', '1', '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: 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('1', 'OOC', '10'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('2', 'General Rules and Game Info', '20'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('3', 'Morris County', '30'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('4', 'Kindred', '40'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('5', 'Covenants', '50'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('6', 'Havens', '60'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('7', 'Clans', '70'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('8', 'My Files', '80'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('9', 'Domain of Essex', '90'); # # 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', 'Forgotten Dawns'); INSERT INTO phpbb_config (config_name, config_value) VALUES('site_desc', 'For those who\'s nights are eternal.'); 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', ''); 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'); 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', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_upload', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('enable_confirm', '0'); 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', '15'); INSERT INTO phpbb_config (config_name, config_value) VALUES('topics_per_page', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES('hot_threshold', '25'); 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', '400'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_inbox_privmsgs', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_sentbox_privmsgs', '25'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_savebox_privmsgs', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email_sig', 'Thanks, The Management'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email', 'shannon.c.clark@patmedia.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('sendmail_fix', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('require_activation', '2'); INSERT INTO phpbb_config (config_name, config_value) VALUES('flood_interval', '05'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email_form', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_filesize', '15000'); 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', '4'); 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', '-5'); INSERT INTO phpbb_config (config_name, config_value) VALUES('prune_enable', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('privmsg_disable', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('gzip_compress', '0'); 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', '17'); INSERT INTO phpbb_config (config_name, config_value) VALUES('record_online_date', '1122937753'); INSERT INTO phpbb_config (config_name, config_value) VALUES('server_name', 'www.winter-court.net'); INSERT INTO phpbb_config (config_name, config_value) VALUES('server_port', '80'); INSERT INTO phpbb_config (config_name, config_value) VALUES('script_path', '/dawns/forums/'); INSERT INTO phpbb_config (config_name, config_value) VALUES('version', '.0.16'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_startdate', '1120491620'); INSERT INTO phpbb_config (config_name, config_value) VALUES('default_lang', 'english'); # # 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) NOT NULL, PRIMARY KEY (disallow_id) ); # # TABLE: phpbb_forums # DROP TABLE IF EXISTS phpbb_forums; CREATE TABLE phpbb_forums( forum_id smallint(5) unsigned NOT NULL, cat_id mediumint(8) unsigned NOT NULL, forum_name varchar(150), forum_desc text, forum_status tinyint(4) NOT NULL, forum_order mediumint(8) unsigned DEFAULT '1' NOT NULL, forum_posts mediumint(8) unsigned NOT NULL, forum_topics mediumint(8) unsigned NOT NULL, forum_last_post_id mediumint(8) unsigned 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, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('1', '1', 'General OOC', 'Post whatever you want just make sure it\'s NOT in character. ', '0', '20', '217', '34', '4502', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '3'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('2', '1', 'Suggestion Box', 'Welcome to the suggestion box. If you have any cares concerns or compliments leave them here please. If you want to be heard but not seen please use our anonymous name and password. User Name: Dawns Password: Dawns Thanks, The Judge', '0', '30', '34', '3', '2132', NULL, '0', '1', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('3', '3', 'Hot N\' Ready Coffee Shop', 'Located on Morris Ave. in Morristown, next to Esposito\'s transmission and across the street from Ciao Italia Ristorante, the Hot and Ready Cafe is home to an ecclectic mix of locals, college students, and business people. Hours are 5am to 2am daily. Specialty coffees teas, pastries, and simple appetizer type foods are all available.', '0', '30', '222', '17', '3863', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('4', '3', 'Drew University Library', '', '0', '20', '31', '4', '4452', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '3', 'Best Western Hotel', '', '0', '10', '5', '2', '2776', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '3', 'Pulse', 'Once a grocery store now gutted and refitted with the latest in laser light shows and thumping music, Pulse is the premiere spot for the Alternative/Rave crowd.', '0', '60', '7', '4', '501', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('7', '3', 'Pavillion', 'The Spring has come and the Pavillion is in full swing with warmer than usual spring weather. ', '0', '70', '50', '6', '4134', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '3', 'St. Michaels Church', 'Catholic Church - This church is public and open to all who wish to worship God and His glory.', '0', '80', '14', '2', '4459', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '3', 'Ostrava', 'This dark bar is the evening host to many different patrons. Early evening provides a semi-decent meal selection that ends at 9pm. Dark wood booths with leather cushions line three walls. The back wall is for the restrooms, bar and a poker table or two. There is a bouncer at the door every night checking IDs and a no tolerance policy in regards to violence. Those who violate this policy find themselves permanantly banned from the bar.', '0', '50', '355', '27', '4424', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('59', '3', 'Warehouse', 'A warehouse.', '0', '100', '126', '4', '4499', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '2', 'How this game works.', 'This forum outlines how my version of the World of Darkness works. All of the basic laws of physics will be contained in this section.', '0', '10', '4', '4', '10', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '2', 'Basic Rules', 'This section will be updated as necessary to keep with the everchanging world the players will be creating.', '0', '20', '58', '13', '3147', NULL, '0', '1', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '1', 'What is Forgotten Dawns?', 'A general overview of what this game is and what these forums are for.', '0', '10', '1', '1', '2', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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', '4', 'Gathering of the Damned', 'This is a Kindred only church located under St. Michael\'s Church. Here all Damned are welcome to worship God and Longinus.', '0', '40', '34', '12', '3756', NULL, '0', '2', '2', '2', '2', '2', '2', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('14', '5', 'Lancea Sanctum', 'The self-proclaimed heralds of undead morality. They are the religious and even moral backbone of the Kindred. The most inhuman of an inhuman race they exhalt the role of the predator. ', '0', '30', '226', '12', '2752', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('15', '5', 'Carthian Movement', 'Undeniably the youngest of the major Kindred covenants, the Cathians are fire-eyed reformists, eager to bring the establishment to its knees if that\'s what it takes to facilitate positive political change. ', '0', '10', '7', '2', '4273', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('16', '5', 'Ordo Dracul', 'The curse of vampirism is an obsticle, a hurdle before reaching true power. Here is where those Kindred who wish to evolve beyond their own restraints gather to further that objective.', '0', '50', '2', '2', '4325', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('17', '9', 'Invictus', 'The Invictus are the despised aristocracy of the undead, the gentry who did nothing to earn their position but who would do anything to maintain it. They\'re the landloard, the overseer, the dictator. They have vast interest - and influence - in mortal affairs, and many outside the covenant see it as the gaurdian of the Masquerade.', '0', '30', '48', '4', '3572', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('18', '5', 'Circle of the Crone', 'Circle Members are often misunderstood and considered the \"bogeymen\" of vampire society. These are often the vampires about whom elders warn their childer: the political outcasts, iconoclasts and, to some, heretics of the Damned.', '0', '20', '4', '1', '835', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('19', '4', 'Elysium Court', 'This is the formal court of Prince Lawrence Crane. All formalities and Elysium laws are upheld within this room.', '0', '10', '167', '4', '3634', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('20', '4', 'Meeting Hall', 'This is an informal meeting hall. All Kindred have access. This is not where court is held, but any Kindred within these walls are under the safety of Elsyium laws.', '0', '20', '226', '8', '4328', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('21', '4', 'Prince\'s Chambers', 'These are the private meeting chambers of Prince Crane. Only Kindred allowed to see this room may do so.', '0', '30', '15', '1', '3567', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('22', '3', 'News and Current Events', 'Newspapers,TV and other forms of media', '0', '90', '18', '18', '4465', NULL, '0', '0', '0', '5', '5', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('23', '6', 'Saskia Tolan\'s Haven', '', '0', '270', '1', '1', '34', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('24', '6', 'Druscilla Lang\'s Haven', '', '0', '80', '30', '13', '4316', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('58', '4', 'Elysium Meeting Room', 'A random room in Elysium.', '0', '100', '15', '2', '4482', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('25', '2', 'Special Kindred Rules', '', '0', '30', '39', '12', '3816', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('26', '7', 'Mekhet', '', '0', '30', '15', '2', '2798', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('27', '7', 'Gangrel', '', '0', '40', '0', '0', '0', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('28', '7', 'Ventrue', '', '0', '10', '0', '0', '0', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('29', '7', 'Nosferatu', '', '0', '50', '0', '0', '0', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('30', '7', 'Daeva', '', '0', '20', '0', '0', '0', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('31', '4', 'Officer\'s Room', '', '0', '50', '0', '0', '0', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('33', '6', 'Lisa Wynne\'s Haven?', 'Well sort of', '0', '190', '18', '2', '3441', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('35', '4', 'OOC NPC Room', 'This room is for the NPC\'s to post a brief bio about each of their characters so we all know the history.', '0', '60', '52', '24', '1794', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('36', '6', 'Tom Smith\'s House', '', '0', '290', '1', '1', '535', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('39', '6', 'Jacob\'s Haven', 'This is your haven. This is where you post feeding scenes and any background stuff you want to do. Only the two of us can see this.', '0', '140', '5', '3', '4341', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('40', '6', 'Robyn Winter\'s House', '', '0', '250', '30', '12', '4431', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('83', '6', 'Brick\'s Haven', 'This is your haven. This is where you post feeding scenes and any background stuff you want to do. Only the two of us can see this.', '0', '360', '14', '3', '4498', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('41', '6', 'David Coleman\'s Haven', 'This is your haven. This is where you post feeding scenes and any background stuff you want to do. Only the two of us can see this.', '0', '70', '7', '5', '3340', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('43', '6', 'Saskia\'s file', 'all the stuff from your haven that you want moved for visitors.', '0', '280', '13', '7', '1216', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('44', '6', 'Druscilla\'s File', '', '0', '90', '4', '4', '2965', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('45', '6', 'Saskia\'s Alt. Haven', 'Annabelle\'s home.', '0', '260', '1', '1', '766', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('46', '9', 'Journal of Vincent Carroll and the Invictus', 'Though not a haven setting strickly. This is a journal for the true rulers of Kindred Society', '0', '50', '2', '2', '4352', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('47', '6', 'Tom Smith\'s File', 'This is where you move all of the posts from your home that you don\'t want people to see if they visit your house.', '0', '300', '7', '4', '713', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('48', '4', 'Seneschal\'s Office', 'Woa be to he who enters this office for the office of the Seneschal is not under the protection of the rites of Elysium.', '0', '70', '44', '2', '1516', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('49', '4', 'Masters Records', 'Formerly the Harpy\'s book it has now fallen to the Master of Elysium to be the keeper of status within these city limits.', '0', '80', '5', '5', '4153', NULL, '0', '2', '2', '3', '3', '3', '3', '3', '3', '3', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('50', '6', 'Lisa Wynne\'s File', 'move all of your pesonal studff from your haven here if you don\'t want your house all clutterd', '0', '200', '18', '11', '2834', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('51', '6', 'Phillip\'s Haven', 'This is your haven. This is where you post feeding scenes and any background stuff you want to do. Only the two of us can see this.', '0', '220', '3', '2', '4340', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('52', '4', 'Punishment Chambers', 'In this room those guilty of crimes against the Prince, the city, and the other standing members of the domain feel the sting of the Prince\'s lash. One of the few areas the Prince never places under the law of Elysium, all kindred fear when he orders them here.', '0', '90', '1', '1', '3166', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('53', '6', 'Philip\'s File', 'This is where you move all of your pesonal stuff from your haven to if you don\'t want your house all clutterd', '0', '230', '1', '1', '2590', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('54', '8', 'Prince\'s Meetings', '', '0', '10', '322', '15', '1327', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('55', '8', 'Lessons', 'This is wher we study, you and I are the only ones who can see this room so you can worrk on your teaching techniques.', '0', '20', '4', '1', '794', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('69', '6', 'T_Abruzzesi\'s Haven', 'This is your haven. Feel free to talk to me here or post activities that your character is doing.', '0', '310', '0', '0', '0', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('60', '6', 'Mark Riley\'s Haven', 'You use this forum for all personnal stuff that you want to do such as feeding sceens and any other thing that I may need from you that you don\'t want anyone else to see. Also this is your home when you move out on your own so use the first post as a discription that anyone else would see walking in the door.', '0', '150', '2', '2', '2710', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('61', '6', 'Mark Riley\'s File', 'This is your diary, I will move all old sceens that happend in your haven to here so that you have a record of what you\'ve done.', '0', '160', '2', '1', '2788', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('62', '4', 'Covanant Meeting Room', 'This is a room provided like the meeting room within the elysium manner, unlike the meeting room it is completely private and all that goes on inside is guaranteed to stay there.', '0', '110', '4', '1', '3535', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('63', '6', 'Garth\'s Haven', 'This is your haven. This is where you post feeding scenes and any background stuff you want to do. Only the two of us can see this.', '0', '110', '39', '3', '3303', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('92', '6', 'Garth\'s File', 'This is where we put all your private stuff so that you can hide things from people who visit your haven.', '0', '120', '21', '5', '2786', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('94', '9', 'Who\'s Who of the Domain of Essex', '', '0', '60', '3', '3', '4355', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('95', '3', 'Robyn\'s Office', '', '0', '120', '11', '1', '3585', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('65', '8', 'Judge\'s Files', 'Where Jim keeps nifty ideas.', '0', '30', '448', '24', '2805', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('70', '6', 'T_Abruzzesi\'s File', 'This is your private file. When you post things in your home that you don\'t want a visitor to know I will move them here so you also have a history of everything. ', '0', '320', '2', '2', '3148', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('73', '4', 'Brigid\'s Room', 'Your room inside the Elysium hall until the Seneschal comes to talk to you.', '0', '150', '23', '2', '2800', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('74', '6', 'Anthony Viviano\'s Home', 'This is your home. Feel free to talk to me through it, keep a journal, whatever. Just write up a description of the home so if you have visitors they know what it looks like.', '0', '10', '9', '4', '3782', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('75', '6', 'Anthony Viviano\'s File', 'This is your private file. You can use this one also if you like to post information about your character. If you post a scene in your home with someone I will move the scene here when it is done so if you have another visitor they won\'t be able to read it.', '0', '20', '2', '1', '2780', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('76', '2', 'Who\'s Who of the Domain of Morris', 'Tell Us a Bit About Yourself', '0', '40', '26', '20', '3128', NULL, '0', '1', '1', '1', '1', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('77', '6', 'Rosemary Abruzzesi\'s Home', 'This is your mom\'s home. Eat up.', '0', '340', '1', '1', '2671', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('79', '6', 'Matt Feirleigh\'s File', 'This is your private file. You can keep information here that you don\'t want others to see. If you run a scene in your house I will move the scene here so it is hidden from visitors but you still have a record of it.', '0', '180', '3', '1', '2298', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('80', '3', 'Michael Anthony\'s Fine Italian Cuisine', 'This quaint little Italian restaurant sits inside Morristown. It\'s dinning room holds about 30 people and the lighting is perfect for either a romantic dinner or taking clients out for a meal. The restaurant prides itself on its true Italian cooking and boasts some of the best food this side of the Atlantic.', '0', '40', '19', '3', '2398', NULL, '0', '0', '0', '0', '0', '1', '1', '3', '3', '1', '1', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('82', '8', 'Discussions', 'This room is for the three of us to discuss maintenance ideas or rules questions.', '0', '40', '126', '23', '4396', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('84', '6', 'Brick\'s File', 'Private file in case you invite someone to your haven. Private stuff will be moved here. ', '0', '370', '130', '9', '4343', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('85', '9', 'Prince\'s Private Chamber', '', '0', '40', '40', '5', '4428', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('105', '6', 'XXXXXX', 'Those who enter will find their Oubliette.', '0', '390', '39', '1', '4500', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('87', '6', 'Where the Boss\' Meet', 'This is where all the Boss\' meet. When they\'re not here they let their man T_Abruzzesi use the room for his private meetings.', '0', '380', '1', '1', '2872', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('88', '6', 'Lilith\'s Haven', 'This is your private home forum. Here you can post questions, a journal, private activities you want to take during game etc.', '0', '330', '5', '2', '4433', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('90', '9', 'Elysium Site', '', '0', '10', '4', '1', '4264', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('106', '1', 'Otakon', 'For the Con in Aug', '0', '50', '3', '1', '4490', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('91', '9', 'Harpy\'s Book', '', '0', '20', '1', '1', '2988', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('93', '3', 'Your Room', 'This is the room you woke up in. It has a lush carpet on the floor and a heavy oak door. There is a small desk along one wall and an expensive leather couch on the other. There are no windows and a painting of a river hangs on the wall opposite the door.', '0', '110', '77', '2', '3649', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('100', '1', 'For Shites And Giggles while we TT', 'You exalted players. you know who you are. I just thought we should have a little forum just for us. ', '0', '40', '110', '15', '4449', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('97', '4', 'Morris Meets With Essex', 'This is the forum for the seneschals to discuss things like the sensible kindred that they are. Setting: One of Philip\'s buildings.', '0', '170', '34', '1', '4092', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('99', '3', 'Ostrava Back Room', 'The back room of Ostrava. It is cluttered, but organized and very dark. No windows anywhere and three low watt bulbs hang from the ceiling. One of which looks like it may have been broken in the socket.', '0', '140', '6', '1', '3926', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('101', '3', 'Jacob and Rbyns talk', '', '0', '150', '10', '1', '3980', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('102', '3', 'Car Ride', 'For Robyn', '0', '160', '6', '1', '4503', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('103', '4', 'Sheriff\'s Office', 'This small room is located within the walls of the Elysium Manor. This is only one of the many offices the Sheriff and his men have scattered throughout the domain. This though, as everyone knows, is the safest place the Sheriff can meet you.', '0', '180', '5', '1', '4280', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '0'); INSERT INTO phpbb_forums (forum_id, cat_id, forum_name, forum_desc, forum_status, forum_order, forum_posts, forum_topics, forum_last_post_id, 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('104', '8', 'Old Stuff', 'For stuff that is NOT new.', '0', '50', '237', '15', '4226', NULL, '0', '2', '2', '2', '2', '2', '2', '2', '3', '2', '2', '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 smallint(5) unsigned NOT NULL, prune_freq smallint(5) 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', 'Anonymous', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('2', '1', 'Admin', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('3', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('4', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('5', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('8', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('30', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('76', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('29', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('13', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('34', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('16', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('36', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('68', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('20', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('22', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('23', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('25', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('37', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('64', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('39', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('40', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('41', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('67', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('43', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('55', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('66', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('69', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('47', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('48', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('49', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('50', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('51', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('74', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('53', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('54', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('56', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('57', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('58', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('59', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('60', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('61', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('62', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('63', '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, 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, enable_sig tinyint(1) DEFAULT '1' NOT NULL, post_edit_time int(11), post_edit_count smallint(5) unsigned 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, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2', '2', '12', '3', '1120505571', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4', '4', '10', '3', '1120506648', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('5', '5', '11', '3', '1120506989', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('6', '6', '11', '3', '1120507862', '47022492', '', '1', '0', '1', '0', '1131837855', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('7', '7', '11', '3', '1120508997', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('8', '8', '10', '3', '1120510432', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('9', '9', '10', '3', '1120511271', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('10', '10', '10', '3', '1120511470', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('11', '11', '11', '3', '1120512168', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('12', '12', '9', '6', '1120514449', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('13', '13', '25', '3', '1120519311', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('14', '14', '11', '3', '1120520327', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('16', '16', '50', '3', '1120567113', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('17', '12', '9', '9', '1120568980', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('18', '12', '9', '6', '1120569479', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('19', '12', '9', '9', '1120572994', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('20', '12', '9', '6', '1120573222', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('21', '12', '9', '9', '1120574464', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('22', '12', '9', '6', '1120574928', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('23', '12', '9', '9', '1120576934', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('24', '12', '9', '3', '1120577527', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('25', '12', '9', '6', '1120577800', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('26', '12', '9', '9', '1120578638', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('27', '17', '54', '10', '1120579258', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3636', '457', '93', '39', '1137592895', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3635', '459', '1', '39', '1137592765', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('30', '12', '9', '6', '1120585278', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('32', '19', '13', '4', '1120586578', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3634', '371', '19', '-1', '1137555726', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('34', '20', '23', '6', '1120588835', '829c2ee7', '', '1', '0', '1', '1', '1121096249', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('35', '12', '9', '9', '1120591731', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('36', '12', '9', '6', '1120592055', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('37', '12', '9', '9', '1120592170', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('38', '12', '9', '6', '1120592281', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('39', '12', '9', '9', '1120592681', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('46', '22', '2', '11', '1120597229', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('44', '21', '3', '11', '1120596503', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('42', '12', '9', '6', '1120593043', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('45', '17', '54', '11', '1120597057', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('47', '17', '54', '3', '1120597336', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('48', '22', '2', '3', '1120597400', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('49', '17', '54', '11', '1120597404', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('50', '12', '9', '-1', '1120597471', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('51', '17', '54', '3', '1120597498', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('52', '22', '2', '11', '1120597508', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('53', '22', '2', '3', '1120597657', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('54', '17', '54', '11', '1120597674', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('56', '17', '54', '10', '1120597838', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('57', '17', '54', '11', '1120597914', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('58', '17', '54', '10', '1120598104', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('59', '17', '54', '11', '1120598408', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('60', '17', '54', '10', '1120598583', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('61', '17', '54', '11', '1120598800', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('62', '17', '54', '10', '1120598885', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('63', '17', '54', '11', '1120599334', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('64', '17', '54', '10', '1120599470', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('65', '17', '54', '11', '1120599657', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('66', '17', '54', '10', '1120599765', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('67', '17', '54', '11', '1120599895', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('68', '17', '54', '10', '1120599948', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('69', '17', '54', '11', '1120600183', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('70', '17', '54', '10', '1120600339', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('71', '12', '9', '12', '1120600664', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('72', '12', '9', '6', '1120603343', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('73', '12', '9', '6', '1120603391', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('74', '17', '54', '4', '1120604038', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('75', '17', '54', '10', '1120605959', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('76', '17', '54', '4', '1120609153', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('77', '17', '54', '10', '1120609389', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('78', '17', '54', '4', '1120609741', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('79', '17', '54', '11', '1120610016', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('80', '17', '54', '10', '1120610147', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('81', '17', '54', '4', '1120610272', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('82', '17', '54', '11', '1120610429', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('84', '12', '9', '12', '1120610691', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('85', '17', '54', '4', '1120610832', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('86', '12', '9', '6', '1120611076', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('87', '17', '54', '10', '1120611458', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('88', '17', '54', '4', '1120613012', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('89', '23', '35', '4', '1120613594', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('90', '17', '54', '10', '1120614087', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('91', '17', '54', '4', '1120614308', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('92', '17', '54', '11', '1120618346', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('93', '24', '35', '11', '1120618826', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('94', '12', '9', '12', '1120618994', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('95', '17', '54', '4', '1120619101', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('96', '12', '9', '6', '1120619990', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('97', '12', '9', '3', '1120652799', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('98', '17', '54', '10', '1120654506', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('99', '17', '54', '11', '1120655158', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('100', '12', '9', '12', '1120655268', '45257116', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('101', '12', '9', '9', '1120655438', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4195', '520', '1', '2', '1147185724', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('103', '17', '54', '3', '1120655880', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('296', '59', '35', '9', '1121111162', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('105', '12', '9', '6', '1120656147', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('106', '26', '35', '6', '1120658195', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('107', '27', '14', '4', '1120658641', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('108', '17', '54', '4', '1120659543', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('109', '17', '54', '3', '1120659627', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('110', '17', '54', '4', '1120660566', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('111', '28', '35', '10', '1120662340', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3633', '404', '84', '14', '1137555411', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('116', '17', '54', '10', '1120668908', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('117', '17', '54', '4', '1120668983', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('118', '17', '54', '4', '1120669233', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('119', '27', '14', '9', '1120670173', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('120', '17', '54', '3', '1120670203', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3631', '462', '1', '11', '1137540702', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('122', '17', '54', '4', '1120670619', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('124', '27', '14', '4', '1120670787', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('125', '31', '11', '3', '1120671356', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('126', '27', '14', '9', '1120675359', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3630', '457', '93', '36', '1137535932', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('128', '27', '14', '4', '1120675969', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('129', '27', '14', '9', '1120679048', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('130', '27', '14', '4', '1120679710', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('131', '12', '9', '9', '1120681742', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('132', '27', '14', '9', '1120682843', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('133', '27', '14', '4', '1120689271', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('134', '12', '9', '6', '1120689965', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('136', '33', '54', '10', '1120697671', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('137', '17', '54', '11', '1120702680', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('138', '33', '54', '11', '1120703088', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('139', '12', '9', '12', '1120703212', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('140', '33', '54', '4', '1120703273', '47022492', '', '1', '0', '1', '0', '1120710777', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('141', '33', '54', '-1', '1120706600', '41479441', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('142', '33', '54', '6', '1120711122', '47022492', '', '1', '0', '1', '1', '1120743008', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('143', '21', '3', '8', '1120715665', '42d40522', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('144', '27', '14', '9', '1120731680', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('145', '33', '54', '9', '1120732185', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('146', '27', '14', '4', '1120742425', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('147', '27', '14', '9', '1120747018', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('148', '27', '14', '4', '1120747573', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('149', '27', '14', '9', '1120751143', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('150', '27', '14', '4', '1120751503', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('151', '12', '9', '9', '1120751520', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('152', '21', '3', '17', '1120751820', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('153', '27', '14', '9', '1120752262', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('154', '27', '14', '4', '1120753154', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('155', '27', '14', '9', '1120753321', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('156', '27', '14', '4', '1120753926', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('157', '27', '14', '9', '1120754276', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('158', '34', '13', '9', '1120754825', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('159', '33', '54', '6', '1120755169', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('160', '33', '54', '10', '1120755883', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('161', '33', '54', '6', '1120756000', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('162', '33', '54', '10', '1120756154', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('163', '33', '54', '6', '1120756200', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('171', '36', '65', '6', '1120757250', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('165', '33', '54', '10', '1120756557', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('170', '36', '65', '10', '1120757072', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('167', '33', '54', '9', '1120756702', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('168', '36', '65', '6', '1120756853', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('169', '33', '54', '10', '1120756918', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('172', '33', '54', '4', '1120757495', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('173', '36', '65', '10', '1120757573', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('174', '36', '65', '6', '1120757786', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('175', '33', '54', '9', '1120758020', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('176', '36', '65', '10', '1120758083', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('177', '36', '65', '6', '1120758563', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('178', '36', '65', '10', '1120760395', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('179', '36', '65', '6', '1120760843', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('180', '36', '65', '10', '1120761375', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('550', '101', '5', '-1', '1123532449', 'cdbc750e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('183', '36', '65', '6', '1120761672', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('184', '21', '3', '14', '1120761780', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('185', '36', '65', '10', '1120761876', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('186', '36', '65', '6', '1120762261', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('187', '36', '65', '10', '1120762380', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('188', '21', '3', '17', '1120762390', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('189', '21', '3', '14', '1120762710', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('190', '21', '3', '17', '1120763014', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('191', '36', '65', '6', '1120763814', '829c2ee7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('192', '21', '3', '14', '1120763992', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('194', '21', '3', '17', '1120764642', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('195', '21', '3', '14', '1120765831', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('196', '21', '3', '17', '1120766507', '829c2ee7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('197', '21', '3', '14', '1120768032', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('199', '21', '3', '18', '1120769663', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('551', '90', '14', '9', '1123535326', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('202', '21', '3', '14', '1120770520', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3629', '460', '82', '39', '1137506468', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('204', '21', '3', '17', '1120773758', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('205', '12', '9', '12', '1120773920', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('206', '21', '3', '12', '1120774045', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3611', '459', '1', '2', '1137064138', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('208', '12', '9', '9', '1120774617', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('209', '21', '3', '14', '1120774738', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('210', '21', '3', '18', '1120774828', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('555', '86', '4', '12', '1123537740', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('212', '21', '3', '17', '1120775325', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('213', '39', '4', '2', '1120775434', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('214', '21', '3', '14', '1120775614', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('215', '21', '3', '18', '1120776012', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('216', '40', '24', '4', '1120776075', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('217', '21', '3', '17', '1120776247', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('218', '12', '9', '12', '1120785430', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('219', '21', '3', '14', '1120786504', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('220', '21', '3', '17', '1120787632', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('221', '21', '3', '18', '1120791118', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('222', '12', '9', '9', '1120791244', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('223', '41', '35', '9', '1120791326', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('224', '21', '3', '14', '1120791588', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('225', '21', '3', '18', '1120824479', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('226', '42', '39', '12', '1120860047', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('227', '21', '3', '17', '1120863885', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('228', '42', '39', '3', '1120864815', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('229', '43', '35', '12', '1120868358', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('230', '42', '39', '12', '1120868528', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('231', '21', '3', '11', '1120869135', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('232', '21', '3', '17', '1120869965', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('233', '33', '54', '10', '1120876579', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('234', '21', '3', '14', '1120889219', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('235', '33', '54', '4', '1120921790', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('236', '21', '3', '8', '1120965348', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('237', '44', '3', '8', '1120966865', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('238', '33', '54', '9', '1120972428', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('239', '43', '35', '9', '1120972517', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('240', '21', '3', '18', '1120972747', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('242', '21', '3', '17', '1121008260', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('243', '45', '41', '3', '1121008804', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('244', '43', '35', '11', '1121027573', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('245', '21', '3', '11', '1121027749', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('246', '21', '3', '11', '1121027924', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('247', '33', '54', '12', '1121028266', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('248', '21', '3', '8', '1121037853', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3628', '462', '1', '39', '1137506342', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('250', '21', '3', '18', '1121077386', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('251', '33', '54', '9', '1121077531', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('252', '33', '54', '4', '1121081016', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('270', '48', '3', '4', '1121094108', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('254', '47', '35', '3', '1121086959', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('255', '21', '3', '17', '1121087313', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('260', '33', '54', '10', '1121088053', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('259', '33', '54', '10', '1121088028', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('258', '48', '3', '4', '1121087740', '829c2efc', '', '1', '0', '1', '0', '1121089539', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('261', '49', '40', '3', '1121088834', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('262', '48', '3', '8', '1121089258', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('263', '50', '9', '6', '1121089262', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('264', '48', '3', '4', '1121089775', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('266', '21', '3', '9', '1121092971', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('268', '48', '3', '8', '1121093776', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('269', '21', '3', '17', '1121093843', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('271', '48', '3', '8', '1121094609', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('272', '48', '3', '4', '1121094816', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3627', '462', '1', '8', '1137300072', '42d40487', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('275', '53', '50', '9', '1121095460', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('276', '48', '3', '8', '1121095543', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3626', '459', '1', '11', '1137265906', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('278', '48', '3', '4', '1121095994', '829c2ee9', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3625', '462', '1', '2', '1137250364', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('280', '54', '43', '6', '1121096086', '829c2ee9', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('281', '55', '50', '9', '1121096120', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('282', '56', '43', '6', '1121096127', '829c2ee9', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3624', '459', '1', '2', '1137250291', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('284', '57', '24', '4', '1121098856', '829c2ee9', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('285', '58', '7', '9', '1121098957', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('286', '21', '3', '18', '1121099985', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('287', '48', '3', '18', '1121100900', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('288', '21', '3', '11', '1121101091', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('289', '33', '54', '11', '1121101408', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('290', '33', '54', '12', '1121101540', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('291', '48', '3', '8', '1121102527', '42d405cd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('292', '48', '3', '4', '1121102772', '829c2ee9', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('293', '33', '54', '6', '1121103343', '829c2ee9', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('294', '59', '35', '3', '1121105475', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('295', '59', '35', '4', '1121106040', '829c2ee9', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('297', '21', '3', '17', '1121111216', '829c2ee9', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('298', '60', '44', '4', '1121111318', '829c2ee9', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('299', '48', '3', '18', '1121112913', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('300', '48', '3', '4', '1121117150', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3623', '462', '1', '8', '1137244484', '42d40571', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('302', '50', '9', '-1', '1121212595', 'cdbc7506', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('304', '50', '9', '6', '1121212900', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('305', '50', '9', '-1', '1121213804', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('306', '50', '9', '6', '1121214210', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('307', '50', '9', '-1', '1121214655', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('308', '50', '9', '6', '1121214863', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('309', '50', '9', '-1', '1121215150', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('311', '50', '9', '6', '1121215544', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('312', '50', '9', '-1', '1121215955', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('313', '50', '9', '4', '1121216113', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('314', '50', '9', '6', '1121216433', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('315', '50', '9', '-1', '1121216707', 'cdbc7506', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('316', '50', '9', '-1', '1121217198', '43427b21', '', '1', '0', '1', '0', '1121217234', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('317', '50', '9', '6', '1121217220', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('318', '50', '9', '6', '1121217376', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('319', '50', '9', '-1', '1121217442', 'cdbc7546', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('320', '50', '9', '6', '1121217671', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('321', '50', '9', '-1', '1121218027', 'cdbc7486', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('323', '50', '9', '6', '1121218381', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('324', '50', '9', '-1', '1121218689', 'cdbc748b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('325', '48', '3', '12', '1121219103', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('326', '50', '9', '6', '1121219125', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('327', '48', '3', '4', '1121219321', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('328', '62', '6', '11', '1121219438', '43560fe0', '', '1', '0', '1', '0', '1121276180', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('329', '48', '3', '12', '1121219605', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('330', '48', '3', '4', '1121219808', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('331', '50', '9', '-1', '1121219825', 'cdbc750e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('332', '50', '9', '6', '1121219952', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('333', '50', '9', '-1', '1121219982', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('334', '50', '9', '-1', '1121220142', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('335', '50', '9', '-1', '1121220414', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('336', '50', '9', '6', '1121220716', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('337', '5', '11', '6', '1121258940', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('338', '33', '54', '4', '1121261340', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('339', '63', '26', '4', '1121261388', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('340', '64', '13', '4', '1121263872', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('341', '58', '7', '4', '1121264020', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('342', '48', '3', '12', '1121265786', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('344', '48', '3', '4', '1121266119', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('345', '65', '9', '6', '1121267078', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('346', '62', '6', '11', '1121268538', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('347', '48', '3', '11', '1121268879', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('348', '48', '3', '4', '1121270010', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('349', '58', '7', '9', '1121270695', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('350', '66', '13', '9', '1121272817', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('351', '48', '3', '18', '1121275493', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('352', '48', '3', '18', '1121276197', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('354', '48', '3', '12', '1121276701', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('355', '48', '3', '17', '1121276891', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('356', '48', '3', '4', '1121277102', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('357', '48', '3', '12', '1121277160', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('358', '48', '3', '4', '1121278630', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('359', '48', '3', '18', '1121280131', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('360', '48', '3', '4', '1121283381', '829c2ef5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('361', '48', '3', '18', '1121288316', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('362', '63', '26', '-1', '1121288554', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('363', '63', '26', '4', '1121290285', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('364', '33', '54', '10', '1121292417', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('366', '33', '54', '11', '1121293238', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('367', '63', '26', '12', '1121293439', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('368', '48', '3', '12', '1121293511', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('369', '48', '3', '12', '1121293638', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('370', '48', '3', '4', '1121296997', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('371', '48', '3', '4', '1121297084', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('372', '63', '26', '4', '1121299005', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('373', '48', '3', '18', '1121301972', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('374', '63', '26', '-1', '1121302870', '43427b21', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('375', '67', '14', '9', '1121349609', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('376', '67', '14', '4', '1121350271', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('377', '68', '35', '3', '1121350861', '47022492', '', '1', '0', '1', '0', '1121353718', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('378', '68', '35', '9', '1121351186', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('379', '67', '14', '9', '1121351269', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('380', '67', '14', '4', '1121351380', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('381', '67', '14', '9', '1121351851', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('382', '67', '14', '4', '1121352065', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('383', '67', '14', '9', '1121352859', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('384', '67', '14', '4', '1121353686', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('385', '68', '35', '3', '1121353847', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('386', '68', '35', '11', '1121354076', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('387', '33', '54', '10', '1121354404', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('388', '33', '54', '4', '1121354767', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('389', '33', '54', '9', '1121357404', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('390', '33', '54', '6', '1121357776', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('391', '68', '35', '9', '1121357868', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('392', '67', '14', '9', '1121358475', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('393', '67', '14', '4', '1121360030', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('394', '67', '14', '9', '1121361762', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('395', '33', '54', '11', '1121364976', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('396', '68', '35', '11', '1121365294', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('397', '67', '14', '4', '1121365401', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('398', '63', '26', '12', '1121365455', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('399', '33', '54', '9', '1121365501', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('400', '33', '54', '4', '1121365505', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('401', '63', '26', '4', '1121365583', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('402', '68', '35', '9', '1121365691', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('403', '67', '14', '9', '1121367345', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('404', '67', '14', '4', '1121368209', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('405', '48', '3', '17', '1121369719', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('406', '67', '14', '9', '1121370165', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('407', '48', '3', '18', '1121370961', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('408', '67', '14', '4', '1121371413', '829c2eb4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('409', '33', '54', '11', '1121373157', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('411', '48', '3', '12', '1121374075', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('412', '63', '26', '12', '1121374335', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('413', '33', '54', '9', '1121375057', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('414', '48', '3', '18', '1121375268', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('415', '33', '54', '12', '1121375681', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('416', '48', '3', '12', '1121375750', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('417', '67', '14', '9', '1121375854', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('418', '33', '54', '9', '1121376052', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('419', '33', '54', '11', '1121376126', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('420', '48', '3', '18', '1121376143', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('421', '33', '54', '9', '1121376327', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('422', '33', '54', '11', '1121376678', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('423', '33', '54', '9', '1121377504', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('424', '48', '3', '4', '1121378143', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('425', '33', '54', '11', '1121378280', '43560fe0', '', '1', '0', '1', '0', '1121380431', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('426', '67', '14', '4', '1121378339', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('427', '48', '3', '12', '1121378638', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('428', '33', '54', '6', '1121378657', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('429', '48', '3', '17', '1121378825', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('430', '48', '3', '12', '1121380679', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('431', '48', '3', '17', '1121380816', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('432', '48', '3', '12', '1121381203', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('433', '48', '3', '17', '1121382139', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('434', '48', '3', '12', '1121386963', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('435', '50', '9', '6', '1121395593', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('436', '48', '3', '17', '1121395745', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('437', '48', '3', '4', '1121395835', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('438', '33', '54', '9', '1121429447', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('439', '67', '14', '9', '1121430876', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('440', '33', '54', '3', '1121433317', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('441', '33', '54', '9', '1121433536', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('442', '48', '3', '18', '1121434396', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('443', '33', '54', '3', '1121438185', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('444', '67', '14', '4', '1121441519', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('445', '48', '3', '12', '1121443274', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('446', '33', '54', '9', '1121443792', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('447', '48', '3', '17', '1121449629', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('448', '48', '3', '4', '1121449698', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('449', '33', '54', '11', '1121452977', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('450', '48', '3', '12', '1121453269', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('451', '33', '54', '3', '1121453355', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('452', '33', '54', '11', '1121453604', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('453', '48', '3', '4', '1121458567', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('454', '33', '54', '4', '1121458673', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('455', '33', '54', '9', '1121459236', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('456', '48', '3', '18', '1121460303', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('457', '33', '54', '9', '1121461077', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('458', '33', '54', '3', '1121482155', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('459', '48', '3', '12', '1121488826', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('460', '33', '54', '-1', '1121537618', '4147978d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('461', '63', '26', '-1', '1121538814', '4147978d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('462', '59', '35', '-1', '1121540136', '4147978d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('463', '59', '35', '3', '1121572818', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('464', '63', '26', '4', '1121573133', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('465', '48', '3', '4', '1121573273', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('466', '59', '35', '9', '1121690313', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('467', '33', '54', '9', '1121690417', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('468', '67', '14', '9', '1121690731', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('469', '48', '3', '18', '1121690852', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('470', '33', '54', '4', '1121702873', '829c2e8c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('471', '33', '54', '9', '1121709745', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('472', '33', '54', '4', '1121784565', '829c2e8c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('473', '33', '54', '9', '1121787224', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3622', '459', '1', '8', '1137243778', '42d40571', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('475', '70', '9', '6', '1121964333', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('476', '48', '3', '4', '1121964469', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3621', '462', '1', '2', '1137211244', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('478', '48', '3', '12', '1122059394', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('479', '71', '6', '-1', '1122260462', '98a36487', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('480', '72', '3', '11', '1122309328', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('481', '73', '6', '12', '1122309816', '43560fe0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('482', '71', '6', '4', '1122317051', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('483', '74', '41', '-1', '1122347692', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('484', '74', '41', '3', '1122393810', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('485', '75', '35', '3', '1122400899', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('486', '76', '35', '3', '1122401008', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('487', '77', '41', '-1', '1122429195', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('488', '72', '3', '-1', '1122430199', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('489', '72', '3', '-1', '1122433877', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('490', '78', '35', '-1', '1122493006', '41479697', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('491', '72', '3', '11', '1122497851', '43560fe0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('492', '70', '9', '6', '1122565991', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('493', '72', '3', '-1', '1122603624', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('494', '79', '9', '6', '1122648100', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('495', '80', '6', '-1', '1122811303', '400c7506', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('496', '81', '9', '-1', '1122811662', '400c7484', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('497', '81', '9', '6', '1122841994', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('498', '82', '43', '6', '1122857668', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3620', '459', '1', '2', '1137195101', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('500', '81', '9', '11', '1122866156', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('501', '80', '6', '11', '1122866523', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3619', '459', '1', '11', '1137190457', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3618', '459', '1', '2', '1137185373', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3617', '459', '1', '11', '1137182642', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('506', '81', '9', '6', '1122909348', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('507', '81', '9', '11', '1122914037', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('508', '81', '9', '6', '1122914425', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('509', '85', '13', '4', '1122915107', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('510', '81', '9', '17', '1122925925', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('511', '81', '9', '11', '1122929832', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('512', '81', '9', '6', '1122938598', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('513', '81', '9', '17', '1122938713', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('514', '86', '4', '12', '1122995398', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('515', '81', '9', '11', '1123013872', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('516', '87', '65', '11', '1123014860', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('517', '81', '9', '17', '1123023606', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('518', '81', '9', '6', '1123023701', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('519', '88', '13', '4', '1123096630', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('520', '88', '13', '4', '1123162238', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('521', '88', '13', '11', '1123198667', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('522', '88', '13', '4', '1123295715', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('523', '89', '43', '6', '1123297364', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('524', '88', '13', '9', '1123426662', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('525', '90', '14', '9', '1123426764', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('526', '86', '4', '2', '1123427157', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3616', '459', '1', '8', '1137112841', '42d40435', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('529', '92', '50', '9', '1123429098', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('530', '93', '50', '9', '1123429129', '18e188b0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3615', '459', '1', '2', '1137106803', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3614', '404', '84', '3', '1137086765', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('533', '90', '14', '4', '1123437882', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('534', '88', '13', '6', '1123438152', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('535', '95', '36', '14', '1123456420', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('561', '106', '35', '6', '1123601065', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3613', '459', '1', '3', '1137086594', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('539', '90', '14', '9', '1123507941', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('540', '90', '14', '4', '1123511428', '829c2e9d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('542', '81', '9', '6', '1123514279', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('543', '98', '9', '6', '1123515415', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('544', '90', '14', '9', '1123518898', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('545', '90', '14', '4', '1123519189', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('554', '88', '13', '11', '1123537677', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('547', '90', '14', '9', '1123527539', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('548', '90', '14', '4', '1123528783', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3612', '459', '1', '11', '1137084228', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('556', '90', '14', '4', '1123546073', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('557', '102', '22', '3', '1123552098', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('558', '103', '35', '3', '1123552809', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('559', '104', '47', '14', '1123565691', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('560', '105', '47', '14', '1123565720', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('562', '107', '35', '6', '1123601317', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('563', '88', '13', '4', '1123603105', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('564', '86', '4', '2', '1123613438', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('565', '90', '14', '9', '1123613861', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('566', '90', '14', '4', '1123615526', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('567', '108', '65', '22', '1123616246', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('568', '90', '14', '9', '1123617085', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('569', '108', '65', '3', '1123617529', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('570', '90', '14', '4', '1123617677', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('571', '90', '14', '9', '1123696611', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('572', '108', '65', '22', '1123697270', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('573', '108', '65', '3', '1123699046', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('574', '90', '14', '4', '1123700311', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('575', '86', '4', '-1', '1123703504', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('576', '90', '14', '9', '1123705808', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('577', '86', '4', '2', '1123705927', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('578', '108', '65', '22', '1123706379', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('579', '108', '65', '3', '1123716205', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('580', '90', '14', '4', '1123766486', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('581', '108', '65', '22', '1123768296', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('582', '88', '13', '4', '1123768898', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('583', '90', '14', '9', '1123768905', '901d0110', '', '1', '0', '1', '0', '1123769270', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('584', '88', '13', '6', '1123768996', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('585', '90', '14', '4', '1123769091', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('586', '88', '13', '4', '1123769155', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('587', '88', '13', '9', '1123769596', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('588', '108', '65', '3', '1123773074', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('589', '109', '65', '3', '1123773951', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('590', '109', '65', '4', '1123775652', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('591', '110', '65', '11', '1123777036', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('592', '110', '65', '4', '1123780695', '829c2efb', '', '1', '0', '1', '1', '1123787656', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('593', '110', '65', '3', '1123782058', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('594', '108', '65', '22', '1123782418', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('595', '110', '65', '9', '1123783362', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('596', '98', '9', '9', '1123784962', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('597', '111', '3', '9', '1123785155', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('598', '110', '65', '11', '1123797360', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('599', '110', '65', '11', '1123803529', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('600', '110', '65', '-1', '1123824520', '445e7649', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('601', '110', '65', '9', '1123857693', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('602', '110', '65', '-1', '1123859544', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('603', '110', '65', '11', '1123861580', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('604', '110', '65', '12', '1123862530', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('605', '110', '65', '9', '1123862724', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('606', '112', '50', '9', '1123865865', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('607', '110', '65', '11', '1123877199', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('608', '110', '65', '9', '1123879813', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('609', '110', '65', '11', '1123880369', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('610', '110', '65', '12', '1123880509', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('611', '110', '65', '9', '1123880629', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('612', '110', '65', '11', '1123880713', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('728', '122', '54', '22', '1124806457', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('614', '110', '65', '6', '1123888382', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('615', '109', '65', '3', '1123946983', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('616', '110', '65', '11', '1123978884', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('617', '110', '65', '3', '1124037061', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('618', '110', '65', '4', '1124041960', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('619', '110', '65', '9', '1124115080', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('622', '98', '9', '6', '1124124989', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3610', '461', '40', '8', '1137041729', '42d40435', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3609', '459', '1', '8', '1137041527', '42d40435', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3608', '404', '84', '14', '1137022026', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3607', '460', '82', '2', '1137000002', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('627', '110', '65', '11', '1124142071', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('628', '110', '65', '-1', '1124149685', '4350a091', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('629', '117', '54', '-1', '1124155418', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('630', '117', '54', '-1', '1124155469', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('631', '117', '54', '10', '1124155571', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('632', '117', '54', '-1', '1124155779', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('633', '117', '54', '10', '1124155905', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('634', '110', '65', '6', '1124196261', '829c2efb', '', '1', '0', '1', '1', '1124214228', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('635', '110', '65', '4', '1124196503', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('636', '110', '65', '3', '1124206197', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('637', '117', '54', '10', '1124206273', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('638', '110', '65', '11', '1124217589', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('639', '110', '65', '4', '1124220192', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('640', '110', '65', '6', '1124220398', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('641', '110', '65', '4', '1124220602', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('642', '110', '65', '6', '1124220846', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('643', '110', '65', '4', '1124221596', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('644', '110', '65', '6', '1124221692', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('645', '110', '65', '-1', '1124222357', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('646', '117', '54', '-1', '1124222486', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('647', '110', '65', '4', '1124222665', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('648', '117', '54', '10', '1124222941', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('649', '110', '65', '-1', '1124223528', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('650', '110', '65', '6', '1124225090', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('651', '117', '54', '-1', '1124225161', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('653', '110', '65', '4', '1124225789', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('654', '110', '65', '-1', '1124226202', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('655', '110', '65', '4', '1124226318', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('656', '117', '54', '10', '1124226458', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('657', '110', '65', '11', '1124230124', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('658', '110', '65', '12', '1124230423', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('659', '110', '65', '11', '1124230506', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('660', '110', '65', '4', '1124230711', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('661', '110', '65', '-1', '1124231193', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('662', '110', '65', '11', '1124232293', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('663', '119', '35', '-1', '1124242749', '4350a091', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4192', '491', '59', '14', '1147182241', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('665', '110', '65', '4', '1124244255', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('666', '110', '65', '6', '1124282768', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('668', '121', '9', '6', '1124286512', '829c2efb', '', '1', '0', '1', '1', '1124392794', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('669', '122', '54', '3', '1124290336', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('670', '123', '55', '10', '1124290481', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('671', '121', '9', '6', '1124291071', '829c2efb', '', '1', '0', '1', '1', '1124392723', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4191', '491', '59', '39', '1147181928', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('674', '110', '65', '11', '1124298806', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('675', '125', '54', '10', '1124299309', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('676', '125', '54', '4', '1124299845', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2471', '334', '19', '3', '1133150219', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('678', '125', '54', '10', '1124300651', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('679', '125', '54', '4', '1124301314', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('680', '127', '47', '14', '1124305514', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('681', '121', '9', '-1', '1124338378', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('682', '125', '54', '-1', '1124338674', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4190', '491', '59', '14', '1147180113', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('684', '123', '55', '-1', '1124339111', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4193', '491', '59', '39', '1147183060', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('685', '121', '9', '6', '1124369103', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('686', '128', '25', '6', '1124369697', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3606', '459', '1', '2', '1136997280', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3605', '404', '84', '3', '1136990254', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('689', '127', '47', '3', '1124374197', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('690', '123', '55', '10', '1124374350', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4189', '491', '59', '39', '1147179766', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3604', '460', '82', '3', '1136990096', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3603', '459', '1', '39', '1136981897', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3602', '460', '82', '2', '1136950927', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('696', '128', '25', '3', '1124376581', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('697', '125', '54', '4', '1124379554', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4200', '529', '82', '39', '1147187997', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('699', '121', '9', '-1', '1124430658', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4188', '491', '59', '14', '1147179306', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('702', '121', '9', '6', '1124459380', '829c2efb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3601', '459', '1', '11', '1136938508', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('705', '132', '35', '3', '1124467937', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('706', '125', '54', '11', '1124483784', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('707', '125', '54', '12', '1124484001', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('708', '134', '39', '12', '1124484458', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('709', '125', '54', '9', '1124491194', '414aedb7', '', '1', '0', '1', '0', '1124726483', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('710', '127', '47', '14', '1124491849', '414aedb7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('711', '127', '47', '3', '1124550250', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('712', '135', '51', '11', '1124639229', '443faa7d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('713', '136', '47', '14', '1124689418', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('714', '122', '54', '22', '1124720518', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('715', '122', '54', '3', '1124723386', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('716', '125', '54', '10', '1124723671', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('717', '125', '54', '4', '1124723938', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('718', '125', '54', '9', '1124727590', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('719', '122', '54', '22', '1124728155', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('720', '125', '54', '11', '1124730468', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('721', '125', '54', '4', '1124738639', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('722', '122', '54', '3', '1124739670', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('723', '125', '54', '9', '1124740073', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('724', '122', '54', '22', '1124740755', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('725', '122', '54', '3', '1124741457', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('726', '137', '9', '14', '1124768870', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('729', '137', '9', '6', '1124806636', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('730', '122', '54', '3', '1124806866', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('731', '122', '54', '22', '1124811811', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('732', '122', '54', '3', '1124812497', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('733', '122', '54', '22', '1124813982', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('734', '122', '54', '3', '1124820603', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('735', '138', '54', '3', '1124820850', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('736', '138', '54', '22', '1124824058', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('737', '138', '54', '3', '1124824247', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('738', '138', '54', '22', '1124824539', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('739', '138', '54', '3', '1124831723', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('740', '138', '54', '22', '1124886567', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('741', '138', '54', '3', '1124891542', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('742', '138', '54', '22', '1124894674', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('743', '138', '54', '3', '1124905925', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('744', '139', '3', '4', '1124912204', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('745', '138', '54', '22', '1124914954', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('746', '138', '54', '3', '1124917521', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('747', '121', '9', '-1', '1124927033', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4187', '527', '16', '39', '1147178714', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('749', '137', '9', '14', '1124936331', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('750', '121', '9', '9', '1124973723', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('751', '138', '54', '22', '1124974078', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('752', '107', '35', '9', '1124987706', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('753', '137', '9', '6', '1124994415', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('754', '121', '9', '6', '1124994487', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('755', '121', '9', '6', '1124994545', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('756', '137', '9', '14', '1124999040', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('757', '121', '9', '22', '1125000721', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('758', '121', '9', '-1', '1125004218', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('759', '137', '9', '12', '1125010112', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('762', '121', '9', '6', '1125062183', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('763', '121', '9', '6', '1125062207', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('764', '137', '9', '6', '1125062240', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('765', '137', '9', '6', '1125062271', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('766', '140', '45', '6', '1125066023', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('767', '137', '9', '14', '1125069090', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('768', '137', '9', '6', '1125071545', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('769', '139', '3', '4', '1125072151', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('779', '142', '18', '3', '1125149867', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('771', '137', '9', '12', '1125074248', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('772', '137', '9', '6', '1125074942', '829c2e7e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('773', '137', '9', '12', '1125091299', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('774', '142', '18', '12', '1125091438', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('775', '63', '26', '12', '1125091579', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('776', '121', '9', '-1', '1125094431', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('777', '63', '26', '-1', '1125094961', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('778', '137', '9', '14', '1125095440', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('780', '137', '9', '6', '1125157546', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('781', '121', '9', '6', '1125157737', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('782', '121', '9', '-1', '1125163727', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('783', '137', '9', '-1', '1125163990', '41461808', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('784', '137', '9', '14', '1125192045', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('785', '137', '9', '6', '1125253372', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('786', '121', '9', '6', '1125253499', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('787', '63', '26', '4', '1125253599', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('788', '89', '43', '-1', '1125283549', '18a12b24', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('789', '89', '43', '6', '1125321826', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('790', '143', '54', '10', '1125322396', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('791', '143', '54', '4', '1125324547', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('792', '143', '54', '11', '1125329512', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('793', '143', '54', '10', '1125329946', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('794', '123', '55', '3', '1125330001', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('795', '142', '18', '3', '1125330314', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('796', '143', '54', '4', '1125330845', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('797', '144', '35', '9', '1125333828', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('798', '145', '54', '22', '1125334129', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('799', '144', '35', '3', '1125336870', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('800', '145', '54', '3', '1125337013', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('801', '144', '35', '4', '1125339847', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('802', '144', '35', '3', '1125342300', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('803', '145', '54', '22', '1125342921', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('804', '144', '35', '9', '1125343052', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('805', '144', '35', '4', '1125344506', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('806', '144', '35', '4', '1125344551', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('807', '146', '9', '-1', '1125403441', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('808', '144', '35', '9', '1125406336', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('809', '146', '9', '9', '1125407410', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('810', '144', '35', '4', '1125414751', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('811', '147', '1', '3', '1125418638', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('812', '143', '54', '10', '1125419133', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('813', '143', '54', '4', '1125425620', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('814', '146', '9', '6', '1125425714', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('815', '143', '54', '11', '1125427112', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('816', '147', '1', '11', '1125427299', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('817', '147', '1', '3', '1125427414', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3600', '459', '1', '2', '1136938069', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('819', '143', '54', '4', '1125427593', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('821', '147', '1', '4', '1125427703', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3599', '459', '1', '11', '1136934767', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('823', '147', '1', '11', '1125427931', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('824', '143', '54', '11', '1125428011', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('825', '143', '54', '10', '1125428043', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('826', '147', '1', '3', '1125428189', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('828', '143', '54', '11', '1125428391', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('829', '147', '1', '11', '1125428454', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('830', '147', '1', '10', '1125428791', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('831', '143', '54', '4', '1125428969', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('832', '143', '54', '11', '1125429299', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('833', '143', '54', '4', '1125429756', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('834', '143', '54', '11', '1125432959', '43560f37', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('835', '142', '18', '12', '1125433313', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('836', '137', '9', '14', '1125455070', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3598', '459', '1', '8', '1136934442', '42d40435', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('838', '146', '9', '9', '1125492818', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('843', '137', '9', '6', '1125500797', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('840', '144', '35', '9', '1125493729', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('841', '143', '54', '4', '1125496212', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('842', '144', '35', '4', '1125496283', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('844', '143', '54', '11', '1125503715', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3597', '459', '1', '12', '1136907706', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('846', '143', '54', '10', '1125503981', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3596', '459', '1', '8', '1136862009', '42d4046b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('848', '143', '54', '4', '1125504279', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3595', '458', '25', '8', '1136861869', '42d4046b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('850', '137', '9', '14', '1125504414', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3594', '459', '1', '46', '1136861727', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3593', '459', '1', '8', '1136861389', '42d4046b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('853', '143', '54', '11', '1125504533', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('854', '143', '54', '10', '1125504728', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3592', '459', '1', '46', '1136847504', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3591', '459', '1', '11', '1136841516', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('857', '143', '54', '11', '1125505323', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('858', '144', '35', '11', '1125505384', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('859', '143', '54', '10', '1125505742', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('860', '144', '35', '3', '1125505944', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3590', '459', '1', '39', '1136834351', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3589', '459', '1', '2', '1136825166', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('863', '137', '9', '6', '1125511361', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('864', '143', '54', '11', '1125512626', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3588', '459', '1', '39', '1136813249', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('866', '143', '54', '10', '1125514371', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('867', '148', '7', '-1', '1125518470', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4211', '528', '100', '2', '1147197683', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('869', '148', '7', '3', '1125519020', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('870', '143', '54', '11', '1125519396', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('871', '148', '7', '9', '1125519697', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('872', '143', '54', '10', '1125519787', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('873', '148', '7', '-1', '1125520093', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('874', '148', '7', '3', '1125520476', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('875', '148', '7', '-1', '1125520532', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('876', '148', '7', '3', '1125520682', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('877', '148', '7', '-1', '1125520894', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('878', '148', '7', '3', '1125521044', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('879', '148', '7', '-1', '1125521196', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('880', '148', '7', '3', '1125521328', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('881', '148', '7', '-1', '1125521402', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('882', '148', '7', '3', '1125521471', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('883', '148', '7', '-1', '1125521514', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('884', '148', '7', '3', '1125521601', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('885', '148', '7', '-1', '1125521647', '4298d8e5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('886', '137', '9', '14', '1125530009', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('887', '148', '7', '9', '1125541002', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('888', '137', '9', '6', '1125583111', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3587', '458', '25', '39', '1136813074', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('890', '151', '24', '4', '1125586817', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('891', '151', '24', '3', '1125586893', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('892', '151', '24', '4', '1125588430', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3586', '458', '25', '8', '1136723584', 'd8b240a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('894', '151', '24', '3', '1125590386', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('895', '143', '54', '11', '1125594656', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3585', '448', '95', '8', '1136694975', 'd8b240a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('897', '143', '54', '10', '1125594889', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('898', '153', '14', '4', '1125599701', '829c2e6c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('899', '143', '54', '11', '1125604291', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('900', '143', '54', '10', '1125604452', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('901', '143', '54', '11', '1125604752', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('902', '143', '54', '10', '1125604758', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('903', '143', '54', '11', '1125605126', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('904', '132', '35', '12', '1125610482', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3584', '456', '1', '8', '1136694386', 'd8b240a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('906', '137', '9', '12', '1125611042', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3583', '456', '1', '2', '1136667234', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('908', '137', '9', '14', '1125672079', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('909', '132', '35', '3', '1125672470', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('910', '143', '54', '10', '1125672557', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('911', '137', '9', '12', '1125679215', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3582', '456', '1', '8', '1136608465', '42d40421', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('913', '154', '3', '8', '1125710673', '42d405be', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3892', '495', '99', '6', '1142428993', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('915', '154', '3', '4', '1125712323', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('916', '137', '9', '14', '1125851595', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('917', '155', '14', '4', '1125970418', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('918', '156', '43', '6', '1125971239', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('919', '157', '104', '-1', '1125981679', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('920', '158', '54', '10', '1126011556', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('921', '161', '104', '4', '1126012064', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('922', '157', '104', '4', '1126012168', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('923', '162', '13', '4', '1126012470', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('924', '158', '54', '10', '1126012565', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('925', '157', '104', '-1', '1126016432', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('926', '158', '54', '11', '1126030434', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('927', '155', '14', '9', '1126030714', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('928', '158', '54', '10', '1126030782', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('929', '158', '54', '11', '1126031084', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('930', '157', '104', '9', '1126031191', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('931', '161', '104', '9', '1126031220', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('932', '158', '54', '10', '1126031274', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('933', '155', '14', '4', '1126031754', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('934', '161', '104', '4', '1126031813', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('935', '157', '104', '-1', '1126038344', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('936', '158', '54', '11', '1126040539', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('937', '158', '54', '10', '1126042892', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('938', '158', '54', '11', '1126045229', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('939', '158', '54', '10', '1126051581', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('940', '156', '43', '-1', '1126126764', '18a12b24', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('941', '156', '43', '6', '1126130930', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('942', '156', '43', '6', '1126131505', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('943', '157', '104', '9', '1126131934', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('944', '155', '14', '9', '1126131977', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('945', '157', '104', '-1', '1126133767', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('946', '155', '14', '4', '1126183518', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('947', '163', '22', '3', '1126190791', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('948', '157', '104', '4', '1126190826', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('949', '157', '104', '4', '1126195712', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('950', '158', '54', '11', '1126197649', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('951', '164', '54', '11', '1126197861', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('952', '158', '54', '10', '1126197963', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('953', '156', '43', '6', '1126199070', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('954', '157', '104', '9', '1126200218', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('955', '155', '14', '9', '1126200516', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('956', '155', '14', '4', '1126200796', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('957', '158', '54', '11', '1126201924', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('958', '158', '54', '10', '1126202346', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('959', '155', '14', '9', '1126202818', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('960', '164', '54', '9', '1126203092', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('961', '155', '14', '4', '1126203575', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('962', '157', '104', '-1', '1126204240', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('963', '158', '54', '11', '1126205418', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('964', '164', '54', '11', '1126205519', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('965', '164', '54', '4', '1126205542', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('966', '164', '54', '12', '1126205887', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('967', '158', '54', '10', '1126206040', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('968', '157', '104', '9', '1126208222', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('969', '165', '65', '4', '1126208278', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('970', '155', '14', '9', '1126209015', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('971', '164', '54', '12', '1126209451', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('972', '157', '104', '-1', '1126210034', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('973', '155', '14', '4', '1126210299', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('974', '158', '54', '11', '1126219378', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('975', '155', '14', '9', '1126224157', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('976', '157', '104', '9', '1126224376', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('977', '164', '54', '9', '1126224460', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('978', '166', '54', '22', '1126224896', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('979', '166', '54', '3', '1126229055', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('980', '157', '104', '-1', '1126229952', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('981', '157', '104', '9', '1126230874', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('982', '166', '54', '22', '1126230980', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('983', '154', '3', '8', '1126234520', '42d40660', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('984', '164', '54', '-1', '1126257649', '434278c7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('985', '166', '54', '3', '1126275166', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('986', '155', '14', '4', '1126284484', '829c2efc', '', '1', '0', '1', '1', '1126286231', '2'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('987', '155', '14', '4', '1126285644', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('988', '162', '13', '4', '1126286954', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('989', '155', '14', '9', '1126287411', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('990', '158', '54', '10', '1126287587', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('991', '155', '14', '3', '1126287757', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('992', '155', '14', '4', '1126288004', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('993', '155', '14', '9', '1126288856', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('994', '155', '14', '4', '1126289149', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('995', '157', '104', '-1', '1126290471', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('996', '157', '104', '9', '1126291769', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('997', '157', '104', '-1', '1126295166', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('998', '157', '104', '9', '1126295251', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('999', '157', '104', '-1', '1126295855', '45762939', '', '1', '0', '1', '0', '1126309799', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1000', '157', '104', '9', '1126299152', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1001', '164', '54', '11', '1126299486', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1002', '166', '54', '22', '1126300786', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1003', '164', '54', '12', '1126302529', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1004', '164', '54', '11', '1126302809', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1005', '49', '40', '8', '1126304965', '42d40660', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1006', '157', '104', '-1', '1126312018', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1007', '166', '54', '3', '1126322439', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1008', '167', '35', '24', '1126396165', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1009', '164', '54', '24', '1126396227', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1010', '157', '104', '9', '1126458205', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1011', '155', '14', '9', '1126458355', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1012', '157', '104', '4', '1126458416', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1013', '155', '14', '4', '1126458575', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1014', '168', '43', '6', '1126535690', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1015', '169', '35', '3', '1126537053', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1016', '164', '54', '6', '1126538166', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1017', '170', '35', '25', '1126539746', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1018', '164', '54', '25', '1126539867', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1019', '171', '35', '27', '1126540457', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1020', '164', '54', '27', '1126540535', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1021', '164', '54', '11', '1126541567', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1022', '172', '35', '28', '1126542214', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1023', '164', '54', '28', '1126542324', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1024', '164', '54', '9', '1126543947', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1025', '157', '104', '9', '1126544221', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1026', '157', '104', '4', '1126544413', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1027', '164', '54', '4', '1126544510', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1028', '164', '54', '4', '1126548514', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1029', '164', '54', '3', '1126551351', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1030', '157', '104', '9', '1126554155', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1031', '157', '104', '4', '1126554826', '829c2efc', '', '1', '0', '1', '1', '1126805002', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1032', '164', '54', '12', '1126556293', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1033', '164', '54', '11', '1126626155', '9b2bfa0e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1034', '164', '54', '4', '1126626514', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1035', '164', '54', '12', '1126626691', '9b2bfa0e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1036', '164', '54', '11', '1126626945', '9b2bfa0e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1037', '164', '54', '11', '1126626987', '9b2bfa0e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1038', '164', '54', '6', '1126627081', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1039', '157', '104', '9', '1126643918', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1040', '155', '14', '9', '1126644237', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1041', '164', '54', '9', '1126644537', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1042', '155', '14', '4', '1126649055', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1043', '164', '54', '4', '1126710301', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1044', '164', '54', '11', '1126714183', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1045', '173', '65', '3', '1126714241', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1046', '164', '54', '4', '1126714387', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1047', '164', '54', '4', '1126714653', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3893', '493', '1', '-1', '1142432969', '47013817', 'rhoswhite', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3579', '456', '1', '3', '1136568759', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1050', '175', '22', '3', '1126717001', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3894', '493', '1', '39', '1142445809', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3576', '457', '93', '6', '1136550931', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1054', '164', '54', '-1', '1126718076', '434278c7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1055', '164', '54', '4', '1126718815', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1076', '173', '65', '3', '1126791953', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1057', '164', '54', '-1', '1126720612', '434278c7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1058', '164', '54', '4', '1126721136', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1059', '164', '54', '11', '1126723616', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1060', '164', '54', '6', '1126724282', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1061', '178', '54', '10', '1126727664', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1062', '178', '54', '4', '1126728498', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1063', '178', '54', '10', '1126729029', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1064', '178', '54', '4', '1126729363', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1065', '178', '54', '10', '1126729521', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1066', '173', '65', '3', '1126729726', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1067', '178', '54', '4', '1126730009', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1068', '178', '54', '10', '1126730232', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1069', '164', '54', '11', '1126730580', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1070', '164', '54', '12', '1126731125', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1071', '178', '54', '4', '1126731233', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1072', '164', '54', '11', '1126731391', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1073', '178', '54', '10', '1126731407', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1074', '178', '54', '4', '1126734485', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1075', '164', '54', '6', '1126734722', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1077', '179', '54', '4', '1126792861', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1078', '179', '54', '10', '1126793010', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1079', '180', '13', '4', '1126793044', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1080', '179', '54', '4', '1126793150', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1082', '179', '54', '10', '1126793389', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1083', '180', '13', '10', '1126793558', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1084', '179', '54', '4', '1126793806', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1085', '180', '13', '4', '1126793848', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1086', '179', '54', '10', '1126794755', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1087', '180', '13', '10', '1126794882', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1088', '179', '54', '4', '1126795348', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1089', '179', '54', '10', '1126798516', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1090', '179', '54', '4', '1126800878', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1091', '179', '54', '10', '1126801172', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1092', '157', '104', '9', '1126801876', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3575', '413', '93', '6', '1136550829', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3574', '456', '1', '39', '1136550737', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1096', '157', '104', '4', '1126802856', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1097', '180', '13', '9', '1126803800', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1098', '157', '104', '9', '1126803928', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1099', '157', '104', '4', '1126804918', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1100', '157', '104', '9', '1126806373', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1101', '157', '104', '3', '1126806891', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1102', '157', '104', '3', '1126809054', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1103', '157', '104', '9', '1126810428', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1104', '157', '104', '3', '1126810580', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3573', '456', '1', '2', '1136547193', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1106', '157', '104', '-1', '1126818429', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1107', '173', '65', '14', '1126852348', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1108', '157', '104', '4', '1126874278', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3572', '447', '17', '22', '1136547044', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3895', '483', '82', '3', '1142449081', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1111', '180', '13', '6', '1126876414', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1112', '180', '13', '4', '1126879239', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1113', '164', '54', '11', '1126880044', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1114', '164', '54', '4', '1126882366', '829c2efc', '', '1', '0', '1', '1', '1126898315', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1115', '173', '65', '3', '1126882919', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1116', '164', '54', '6', '1126887641', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1117', '173', '65', '14', '1126889270', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1118', '173', '65', '3', '1126891111', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1119', '173', '65', '14', '1126892898', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1120', '173', '65', '3', '1126893043', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1121', '173', '65', '14', '1126897900', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1122', '173', '65', '3', '1126898310', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1123', '173', '65', '14', '1126903174', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1124', '173', '65', '3', '1126903387', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1125', '173', '65', '14', '1126903878', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1126', '164', '54', '11', '1126903983', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1127', '173', '65', '3', '1126904246', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1128', '157', '104', '9', '1126904383', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1129', '173', '65', '14', '1126904495', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1130', '173', '65', '3', '1126904886', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1131', '173', '65', '14', '1126905234', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1132', '164', '54', '4', '1126905349', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1133', '173', '65', '3', '1126905459', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1134', '164', '54', '11', '1126905797', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1135', '173', '65', '14', '1126906101', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1136', '164', '54', '4', '1126906848', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1137', '173', '65', '3', '1126906953', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1138', '173', '65', '14', '1126907177', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1139', '173', '65', '3', '1126907249', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1140', '173', '65', '3', '1126907338', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1141', '173', '65', '14', '1126907757', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1142', '173', '65', '3', '1126907934', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1143', '173', '65', '14', '1126908045', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1144', '173', '65', '3', '1126908467', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1145', '173', '65', '14', '1126908576', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1146', '173', '65', '3', '1126908841', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1147', '164', '54', '28', '1126908947', '47022492', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1148', '173', '65', '14', '1126908982', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1149', '173', '65', '3', '1126909615', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1150', '173', '65', '14', '1126909788', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1151', '173', '65', '3', '1126909906', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1152', '173', '65', '14', '1126909989', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1153', '173', '65', '3', '1126910083', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1154', '173', '65', '14', '1126910232', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1155', '173', '65', '3', '1126910561', '47022492', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1156', '157', '104', '-1', '1126970581', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1157', '157', '104', '9', '1127057142', '18e1c423', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1158', '182', '3', '8', '1127075273', '42d40517', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1159', '157', '104', '4', '1127133018', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1160', '157', '104', '9', '1127137637', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1161', '157', '104', '4', '1127138004', '829c2efc', '', '1', '0', '1', '1', '1127146984', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1162', '157', '104', '3', '1127143760', '47013b36', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3570', '413', '93', '36', '1136518651', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1164', '157', '104', '-1', '1127162438', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1165', '164', '54', '11', '1127166988', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1166', '164', '54', '11', '1127167635', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1167', '157', '104', '9', '1127221852', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1168', '164', '54', '9', '1127222038', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1169', '157', '104', '4', '1127224456', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1170', '164', '54', '4', '1127225111', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1171', '164', '54', '6', '1127225281', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1172', '164', '54', '6', '1127225395', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1173', '184', '65', '3', '1127226462', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1174', '180', '13', '4', '1127227947', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1175', '184', '65', '14', '1127229399', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1176', '184', '65', '3', '1127229806', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1177', '184', '65', '14', '1127230308', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1178', '184', '65', '3', '1127230872', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1179', '184', '65', '14', '1127231009', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1180', '184', '65', '3', '1127231259', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1181', '184', '65', '14', '1127231331', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1182', '184', '65', '3', '1127231851', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1183', '164', '54', '11', '1127235614', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1184', '164', '54', '4', '1127239037', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1185', '164', '54', '11', '1127245935', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1186', '164', '54', '11', '1127251090', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1187', '184', '65', '14', '1127252336', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1188', '184', '65', '3', '1127253720', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1189', '184', '65', '14', '1127254120', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3569', '443', '9', '37', '1136502410', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1191', '188', '65', '3', '1127254851', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1192', '164', '54', '9', '1127267364', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1193', '157', '104', '9', '1127267479', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1194', '180', '13', '9', '1127267567', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1195', '164', '54', '3', '1127269422', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1196', '157', '104', '4', '1127269702', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1197', '157', '104', '-1', '1127275762', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1198', '189', '24', '4', '1127312766', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1199', '189', '24', '3', '1127313123', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1200', '190', '24', '4', '1127314644', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1201', '189', '24', '4', '1127314694', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1202', '190', '24', '3', '1127315009', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1205', '191', '9', '6', '1127322639', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1204', '164', '54', '3', '1127316136', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1206', '164', '54', '11', '1127333338', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3568', '447', '17', '38', '1136488802', 'c04dc60b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1208', '157', '104', '9', '1127344816', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1209', '164', '54', '9', '1127344916', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1210', '157', '104', '4', '1127391956', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1211', '192', '60', '3', '1127402863', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1212', '157', '104', '9', '1127419307', '1827b893', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1213', '193', '1', '8', '1127424130', '42d40447', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1214', '194', '3', '17', '1127487370', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1215', '195', '44', '4', '1127490986', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1216', '196', '43', '6', '1127491694', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1217', '164', '54', '11', '1127511341', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1218', '157', '104', '-1', '1127527960', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1219', '157', '104', '4', '1127612121', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1220', '157', '104', '9', '1127697450', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3567', '452', '21', '10', '1136484711', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1222', '157', '104', '4', '1127738768', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1223', '191', '9', '6', '1127748583', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3896', '496', '100', '2', '1142472776', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1225', '198', '54', '25', '1127750434', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3897', '496', '100', '51', '1142490071', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3565', '454', '1', '6', '1136464337', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1228', '199', '11', '4', '1128004846', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1234', '201', '24', '4', '1128014394', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1230', '199', '11', '3', '1128006320', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1231', '199', '11', '4', '1128006616', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1232', '199', '11', '3', '1128009687', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1233', '199', '11', '4', '1128011662', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1235', '199', '11', '3', '1128014658', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1236', '199', '11', '4', '1128014720', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1237', '157', '104', '3', '1128015262', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1238', '201', '24', '4', '1128019324', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1239', '199', '11', '9', '1128019875', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1240', '202', '14', '4', '1128019922', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1241', '199', '11', '4', '1128019988', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1243', '201', '24', '4', '1128021256', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1244', '199', '11', '3', '1128022361', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1245', '199', '11', '-1', '1128026256', '45772312', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1247', '199', '11', '8', '1128045073', '42d40426', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1248', '194', '3', '8', '1128045512', '42d40426', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1249', '199', '11', '3', '1128087786', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1250', '199', '11', '4', '1128087952', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1251', '194', '3', '17', '1128088062', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1252', '157', '104', '4', '1128088395', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1253', '203', '104', '4', '1128088674', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1254', '199', '11', '3', '1128088887', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1255', '194', '3', '8', '1128099758', '42d40481', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1256', '199', '11', '-1', '1128102056', '45772312', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1257', '199', '11', '4', '1128102844', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1258', '199', '11', '8', '1128103879', '42d40481', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1259', '199', '11', '3', '1128105186', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1260', '199', '11', '4', '1128105373', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1261', '199', '11', '4', '1128105461', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1262', '199', '11', '8', '1128106175', '42d40481', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1263', '194', '3', '17', '1128106651', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1264', '199', '11', '3', '1128107186', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1265', '201', '24', '4', '1128107276', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1266', '201', '24', '4', '1128107988', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1267', '191', '9', '6', '1128109734', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1268', '199', '11', '9', '1128127325', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1269', '157', '104', '9', '1128127427', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1270', '203', '104', '9', '1128127492', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1271', '202', '14', '9', '1128127565', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1272', '199', '11', '8', '1128140291', '42d40426', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1273', '194', '3', '8', '1128140525', '42d40426', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1274', '202', '14', '4', '1128174113', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1275', '202', '14', '9', '1128304636', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1276', '203', '104', '-1', '1128305153', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1277', '203', '104', '4', '1128305786', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1278', '202', '14', '4', '1128305888', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1279', '204', '1', '2', '1128306924', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1280', '202', '14', '9', '1128307940', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1281', '157', '104', '-1', '1128340642', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1282', '202', '14', '4', '1128343912', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1283', '157', '104', '4', '1128344268', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1284', '205', '24', '4', '1128352709', '829c2efc', '', '1', '0', '1', '1', '1128361615', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1285', '202', '14', '9', '1128356912', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1286', '202', '14', '4', '1128357698', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1287', '157', '104', '9', '1128358329', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1288', '157', '104', '4', '1128358582', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1289', '205', '24', '4', '1128359966', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1290', '202', '14', '9', '1128372132', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1291', '202', '14', '4', '1128384122', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1292', '188', '65', '3', '1128454981', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1293', '202', '14', '9', '1128458635', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1294', '188', '65', '14', '1128476223', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1295', '206', '65', '14', '1128476391', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1296', '207', '65', '29', '1128487773', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1297', '206', '65', '3', '1128517211', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1298', '207', '65', '3', '1128517354', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1299', '202', '14', '4', '1128518714', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1300', '157', '104', '4', '1128520169', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1301', '206', '65', '14', '1128525462', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1302', '202', '14', '9', '1128528254', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1303', '207', '65', '-1', '1128528575', '445e7524', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1304', '206', '65', '3', '1128528953', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1305', '202', '14', '4', '1128529544', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1306', '206', '65', '14', '1128536009', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1307', '206', '65', '3', '1128538497', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1308', '206', '65', '14', '1128545538', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1309', '202', '14', '9', '1128545883', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1310', '202', '14', '4', '1128551759', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1311', '206', '65', '3', '1128556979', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1312', '202', '14', '9', '1128558421', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1313', '202', '14', '9', '1128558492', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1314', '208', '54', '22', '1128558753', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1315', '207', '65', '29', '1128561134', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1316', '206', '65', '14', '1128562152', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1317', '207', '65', '-1', '1128567225', '445e7524', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1318', '206', '65', '3', '1128601252', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1319', '208', '54', '3', '1128601344', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1320', '206', '65', '14', '1128602512', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1321', '208', '54', '22', '1128616295', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1322', '206', '65', '3', '1128620765', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1323', '208', '54', '3', '1128620867', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1324', '206', '65', '14', '1128626001', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1325', '208', '54', '22', '1128632193', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1326', '208', '54', '3', '1128632332', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1327', '208', '54', '22', '1128632481', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1328', '157', '104', '-1', '1128687250', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1329', '207', '65', '29', '1128716424', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1330', '209', '3', '8', '1128774237', '42d404eb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1331', '203', '104', '-1', '1128794474', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1332', '157', '104', '9', '1128953335', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1333', '203', '104', '9', '1128953736', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1334', '203', '104', '-1', '1128975374', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1335', '203', '104', '4', '1128977713', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1336', '209', '3', '4', '1128977819', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1337', '209', '3', '17', '1128978149', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1338', '209', '3', '4', '1128978565', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1339', '209', '3', '17', '1128978614', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1340', '203', '104', '-1', '1128988515', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1341', '203', '104', '4', '1128989431', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1342', '203', '104', '-1', '1128990286', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1343', '203', '104', '4', '1128999190', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1344', '210', '92', '-1', '1129052038', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2975', '347', '82', '2', '1134065027', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1346', '203', '104', '9', '1129053582', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1347', '210', '92', '3', '1129058380', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1348', '210', '92', '-1', '1129059236', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1349', '203', '104', '4', '1129059473', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1350', '217', '9', '6', '1129059941', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1351', '217', '9', '-1', '1129060308', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1352', '210', '92', '3', '1129062619', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1353', '217', '9', '3', '1129065960', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1354', '217', '9', '6', '1129066440', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1355', '203', '104', '-1', '1129069995', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1356', '217', '9', '11', '1129073982', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1358', '217', '9', '6', '1129076439', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1359', '217', '9', '-1', '1129132824', 'c35d1563', '', '1', '0', '1', '0', '1129134147', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1360', '217', '9', '11', '1129133625', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1361', '217', '9', '6', '1129136743', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1362', '217', '9', '-1', '1129137302', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1363', '217', '9', '6', '1129139163', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1364', '217', '9', '-1', '1129139904', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1365', '217', '9', '11', '1129145167', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1366', '217', '9', '-1', '1129146232', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1367', '217', '9', '6', '1129147442', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1368', '203', '104', '4', '1129147494', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1369', '217', '9', '11', '1129169323', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1370', '217', '9', '6', '1129197543', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1371', '203', '104', '9', '1129198467', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1372', '217', '9', '-1', '1129221263', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1373', '217', '9', '11', '1129226502', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1374', '217', '9', '-1', '1129227156', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1378', '209', '3', '31', '1129230774', '459a3a57', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1376', '219', '48', '11', '1129228507', '43560f37', '', '1', '0', '1', '1', '1129240454', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1377', '219', '48', '11', '1129228667', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1379', '207', '65', '-1', '1129231494', '459a3a57', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1380', '219', '48', '-1', '1129234672', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1381', '209', '3', '4', '1129238824', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1382', '209', '3', '17', '1129239006', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1383', '219', '48', '11', '1129240197', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1384', '219', '48', '6', '1129240810', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1385', '219', '48', '11', '1129244120', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1386', '209', '3', '18', '1129310613', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1387', '220', '13', '4', '1129311794', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1388', '219', '48', '-1', '1129315887', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1389', '219', '48', '6', '1129316509', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1390', '219', '48', '11', '1129318000', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1393', '219', '48', '-1', '1129324419', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1392', '209', '3', '31', '1129320284', '445e74fc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1394', '209', '3', '4', '1129340909', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1395', '219', '48', '6', '1129341038', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1396', '203', '104', '-1', '1129343817', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1397', '219', '48', '-1', '1129372683', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1398', '209', '3', '8', '1129379942', '42d40581', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1399', '203', '104', '4', '1129385209', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1400', '203', '104', '9', '1129395217', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1401', '209', '3', '18', '1129395563', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1402', '203', '104', '3', '1129399590', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1403', '219', '48', '6', '1129410492', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1404', '203', '104', '9', '1129427165', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1405', '203', '104', '4', '1129552582', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1406', '219', '48', '11', '1129558643', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1407', '203', '104', '9', '1129564248', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1408', '219', '48', '-1', '1129571624', 'c35d1563', '', '1', '0', '1', '0', '1129579665', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1409', '219', '48', '6', '1129576534', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1410', '209', '3', '31', '1129582293', '414797d9', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1411', '219', '48', '11', '1129584449', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1412', '207', '65', '29', '1129594850', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1413', '209', '3', '4', '1129595581', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1414', '219', '48', '6', '1129595812', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1415', '203', '104', '-1', '1129599854', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1416', '221', '24', '4', '1129607002', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1417', '203', '104', '4', '1129656036', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1418', '219', '48', '-1', '1129656781', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1419', '203', '104', '9', '1129658327', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1420', '209', '3', '31', '1129664904', '4342787d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1421', '207', '65', '-1', '1129665676', '4342787d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1422', '209', '3', '18', '1129669295', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1423', '209', '3', '4', '1129669892', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1424', '203', '104', '4', '1129673978', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2974', '347', '82', '39', '1134064637', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1426', '203', '104', '9', '1129680034', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1427', '203', '104', '4', '1129686288', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1428', '203', '104', '-1', '1129689498', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1429', '209', '3', '3', '1129723360', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1430', '223', '11', '3', '1129723861', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1431', '203', '104', '4', '1129725848', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1432', '203', '104', '9', '1129732741', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1433', '223', '11', '9', '1129733424', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1434', '223', '11', '3', '1129734191', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1435', '203', '104', '4', '1129738391', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1436', '224', '50', '9', '1129740698', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1437', '203', '104', '9', '1129740841', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1438', '203', '104', '4', '1129741616', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1439', '203', '104', '9', '1129742070', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1440', '219', '48', '11', '1129742888', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1441', '219', '48', '-1', '1129745871', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2973', '347', '82', '2', '1134062790', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1443', '203', '104', '-1', '1129754396', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1444', '203', '104', '9', '1129755491', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1445', '225', '65', '3', '1129755862', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1446', '219', '48', '11', '1129758840', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1447', '219', '48', '6', '1129759765', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1448', '209', '3', '8', '1129763851', '42d40641', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1449', '223', '11', '29', '1129773497', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1450', '207', '65', '29', '1129773682', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1451', '219', '48', '-1', '1129801156', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1452', '223', '11', '3', '1129810592', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2972', '347', '82', '39', '1134062020', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1454', '225', '65', '3', '1129813669', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1455', '223', '11', '9', '1129815597', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1456', '223', '11', '3', '1129815794', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1457', '203', '104', '4', '1129816285', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1458', '223', '11', '9', '1129821981', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1459', '219', '48', '11', '1129831956', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1460', '219', '48', '-1', '1129832369', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1461', '219', '48', '11', '1129834148', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1462', '219', '48', '-1', '1129834702', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1463', '209', '3', '18', '1129840037', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1464', '219', '48', '11', '1129846806', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1465', '226', '7', '12', '1129847057', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1466', '209', '3', '8', '1129864969', '42d40641', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1467', '219', '48', '-1', '1129885416', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1468', '219', '48', '6', '1129903552', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1469', '209', '3', '18', '1129903757', '901d0110', '', '1', '0', '1', '0', '1129915582', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1470', '219', '48', '11', '1129908209', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1471', '219', '48', '6', '1129908338', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1472', '227', '2', '5', '1129908408', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1473', '219', '48', '11', '1129908967', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1474', '227', '2', '11', '1129909105', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1475', '227', '2', '3', '1129909160', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1476', '227', '2', '6', '1129910410', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1477', '227', '2', '11', '1129911647', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1478', '228', '50', '9', '1129915042', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1479', '209', '3', '11', '1129915357', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1480', '225', '65', '14', '1129916079', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1481', '227', '2', '9', '1129916496', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1482', '227', '2', '4', '1129916839', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1483', '227', '2', '9', '1129918542', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1484', '227', '2', '4', '1129920998', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1485', '225', '65', '3', '1129921030', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1486', '227', '2', '3', '1129921096', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1487', '227', '2', '9', '1129922186', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1488', '227', '2', '4', '1129922443', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1489', '227', '2', '11', '1129923088', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1490', '219', '48', '-1', '1129923699', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1491', '227', '2', '-1', '1129924757', '4146193a', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1492', '227', '2', '3', '1129925958', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1493', '227', '2', '9', '1129926989', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1494', '219', '48', '11', '1129927007', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1495', '227', '2', '11', '1129927208', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1496', '219', '48', '11', '1129927274', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1497', '219', '48', '-1', '1129927656', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1498', '227', '2', '9', '1129928537', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1499', '227', '2', '11', '1129930057', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1500', '227', '2', '9', '1129957430', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1501', '227', '2', '8', '1129960666', '42d40641', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1502', '209', '3', '8', '1129961119', '42d40641', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1503', '219', '48', '6', '1129979353', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1504', '219', '48', '-1', '1129980872', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1505', '219', '48', '6', '1129982368', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1506', '227', '2', '9', '1129990740', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1507', '209', '3', '18', '1129991324', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3564', '413', '93', '6', '1136464277', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1510', '230', '9', '6', '1129997091', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1511', '219', '48', '-1', '1129997408', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1512', '219', '48', '6', '1129998293', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3563', '413', '93', '36', '1136430898', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1514', '202', '14', '9', '1129999802', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1515', '233', '65', '22', '1130000161', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1516', '219', '48', '-1', '1130001806', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1517', '234', '65', '6', '1130002456', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1518', '234', '65', '-1', '1130003853', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1519', '234', '65', '6', '1130004863', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1520', '202', '14', '4', '1130004975', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1521', '234', '65', '28', '1130005803', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1522', '234', '65', '6', '1130005919', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1523', '209', '3', '8', '1130006430', '42d40641', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1524', '234', '65', '-1', '1130052239', 'c35d1563', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1525', '225', '65', '14', '1130052817', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1526', '235', '13', '4', '1130157930', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1527', '236', '14', '4', '1130159524', '829c2efc', '', '1', '0', '1', '1', '1130165662', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1528', '237', '14', '4', '1130162972', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1529', '236', '14', '9', '1130164514', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1530', '237', '14', '9', '1130164570', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1531', '236', '14', '4', '1130164624', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1532', '237', '14', '4', '1130164733', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1533', '237', '14', '9', '1130168887', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1534', '236', '14', '9', '1130169312', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1535', '236', '14', '4', '1130171837', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1536', '236', '14', '9', '1130172083', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1537', '237', '14', '4', '1130172094', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1538', '236', '14', '4', '1130172112', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1539', '237', '14', '9', '1130174267', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1540', '225', '65', '3', '1130174719', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1541', '237', '14', '4', '1130175167', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1542', '237', '14', '9', '1130175783', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1543', '234', '65', '28', '1130175807', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1544', '237', '14', '4', '1130177644', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1545', '237', '14', '9', '1130178840', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1546', '237', '14', '4', '1130179087', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1547', '237', '14', '9', '1130180449', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1548', '237', '14', '4', '1130183972', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1549', '237', '14', '9', '1130185387', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1550', '238', '104', '9', '1130185779', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1551', '238', '104', '3', '1130186277', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1552', '237', '14', '3', '1130186333', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1553', '237', '14', '4', '1130186862', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1554', '225', '65', '14', '1130188618', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1555', '225', '65', '3', '1130189663', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1556', '209', '3', '11', '1130189908', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1557', '239', '24', '4', '1130247273', '829c2efc', '', '1', '0', '1', '1', '1130329387', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1558', '225', '65', '14', '1130259776', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1559', '239', '24', '4', '1130261310', '829c2efc', '', '1', '0', '1', '1', '1130424126', '2'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1560', '239', '24', '4', '1130267466', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1561', '240', '50', '3', '1130273910', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1562', '241', '65', '11', '1130275051', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4194', '491', '59', '14', '1147183450', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2452', '330', '92', '-1', '1133078222', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1566', '245', '92', '3', '1130276813', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3898', '493', '1', '43', '1142516078', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1568', '238', '104', '3', '1130279755', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1569', '247', '65', '3', '1130283551', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3899', '381', '88', '43', '1142516882', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1571', '238', '104', '9', '1130293160', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1572', '209', '3', '18', '1130293412', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1573', '247', '65', '14', '1130298837', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1574', '245', '92', '-1', '1130327952', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3559', '452', '21', '11', '1136406288', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3558', '452', '21', '4', '1136404854', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3900', '483', '82', '39', '1142517283', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1579', '245', '92', '3', '1130358300', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1580', '234', '65', '28', '1130364122', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1581', '248', '50', '9', '1130409718', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2512', '333', '65', '28', '1133216781', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2511', '333', '65', '6', '1133216723', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2510', '333', '65', '28', '1133216530', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2509', '336', '14', '4', '1133215792', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2508', '332', '76', '4', '1133215719', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2507', '332', '76', '2', '1133206557', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2506', '333', '65', '9', '1133205010', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1589', '237', '14', '4', '1130419984', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1590', '237', '14', '9', '1130425991', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2505', '336', '14', '9', '1133204177', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1592', '237', '14', '4', '1130427361', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1593', '237', '14', '9', '1130428437', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1594', '237', '14', '4', '1130430286', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1595', '234', '65', '-1', '1130431246', 'c35d1563', '', '1', '0', '1', '1', '1130442145', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1596', '234', '65', '6', '1130431966', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1597', '237', '14', '9', '1130438312', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1598', '237', '14', '4', '1130440151', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1599', '237', '14', '9', '1130443554', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2504', '333', '65', '39', '1133203634', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1601', '234', '65', '28', '1130444800', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1602', '234', '65', '-1', '1130445014', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1603', '234', '65', '28', '1130445505', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1604', '234', '65', '-1', '1130445641', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1605', '234', '65', '28', '1130445898', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2991', '414', '82', '2', '1134072331', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1607', '234', '65', '-1', '1130446078', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1608', '234', '65', '28', '1130446517', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2502', '333', '65', '9', '1133202540', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1610', '234', '65', '-1', '1130446723', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2501', '333', '65', '4', '1133201432', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1612', '234', '65', '28', '1130447085', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1613', '234', '65', '-1', '1130447288', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2500', '333', '65', '35', '1133201004', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1615', '234', '65', '28', '1130447696', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2499', '333', '65', '-1', '1133199643', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1617', '238', '104', '-1', '1130450562', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1618', '238', '104', '3', '1130450824', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2498', '333', '65', '4', '1133198377', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1620', '234', '65', '-1', '1130485906', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2497', '333', '65', '39', '1133197767', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1622', '234', '65', '6', '1130503517', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1623', '234', '65', '-1', '1130503970', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1624', '234', '65', '6', '1130504138', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2496', '336', '14', '4', '1133193453', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2495', '335', '59', '14', '1133191874', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2494', '336', '14', '9', '1133191602', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1628', '237', '14', '4', '1130508693', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1629', '237', '14', '9', '1130510012', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1630', '237', '14', '4', '1130510683', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2992', '411', '63', '-1', '1134076238', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2492', '333', '65', '6', '1133190594', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2491', '333', '65', '4', '1133188600', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2490', '333', '65', '6', '1133186556', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2489', '333', '65', '4', '1133181955', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2488', '335', '59', '39', '1133181467', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2487', '332', '76', '39', '1133181202', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2486', '336', '14', '4', '1133181046', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2485', '336', '14', '9', '1133178202', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2993', '414', '82', '39', '1134077521', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2483', '335', '59', '14', '1133159917', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2994', '416', '46', '2', '1134077588', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2480', '335', '59', '3', '1133151135', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2995', '411', '63', '27', '1134077861', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2971', '347', '82', '2', '1134061764', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2970', '411', '63', '-1', '1134060209', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2969', '411', '63', '27', '1134052876', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1654', '233', '65', '31', '1130622763', '445c4c5e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2968', '410', '63', '39', '1134052452', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2967', '409', '82', '9', '1134051788', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2965', '408', '44', '39', '1134050479', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2966', '409', '82', '39', '1134050599', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1661', '233', '65', '22', '1130624509', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2996', '411', '63', '-1', '1134079057', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2470', '332', '76', '2', '1133149889', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2997', '417', '22', '39', '1134082482', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2467', '333', '65', '9', '1133149507', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2466', '333', '65', '10', '1133148769', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2465', '333', '65', '25', '1133148424', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2464', '332', '76', '39', '1133147759', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2998', '404', '84', '39', '1134085264', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3505', '447', '17', '22', '1135706839', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2459', '330', '92', '3', '1133126369', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2458', '330', '92', '-1', '1133109809', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2457', '330', '92', '3', '1133109556', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2964', '407', '22', '39', '1134047569', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1679', '250', '3', '8', '1130765666', '42d40430', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1680', '251', '14', '4', '1130768134', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1681', '252', '14', '9', '1130779421', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1682', '252', '14', '4', '1130779953', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1683', '234', '65', '28', '1130780330', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1684', '252', '14', '9', '1130781256', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1685', '252', '14', '4', '1130781405', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1686', '252', '14', '9', '1130783349', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1687', '252', '14', '4', '1130783874', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1688', '252', '14', '9', '1130786151', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1689', '252', '14', '4', '1130786477', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1690', '252', '14', '9', '1130788948', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1691', '252', '14', '4', '1130789590', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1692', '252', '14', '9', '1130789848', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1693', '252', '14', '4', '1130808107', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1694', '247', '65', '3', '1130811356', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1695', '247', '65', '14', '1130816766', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1696', '251', '14', '4', '1130855020', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1697', '253', '3', '12', '1130862551', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1698', '241', '65', '11', '1130862850', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1699', '252', '14', '9', '1130865623', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1700', '252', '14', '4', '1130866466', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1701', '252', '14', '9', '1130867152', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1702', '254', '104', '9', '1130867324', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1703', '252', '14', '4', '1130868012', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1704', '252', '14', '9', '1130869908', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1705', '252', '14', '4', '1130872107', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1706', '252', '14', '9', '1130872488', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1707', '234', '65', '-1', '1130872878', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1708', '252', '14', '4', '1130873206', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1709', '252', '14', '9', '1130874495', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1710', '252', '14', '4', '1130874703', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1711', '252', '14', '9', '1130877154', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1712', '254', '104', '3', '1130883364', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1713', '247', '65', '3', '1130883966', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1714', '238', '104', '-1', '1130884650', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1715', '234', '65', '28', '1130884766', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1716', '254', '104', '3', '1130885061', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1717', '238', '104', '-1', '1130885310', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1718', '238', '104', '3', '1130885410', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1719', '253', '3', '8', '1130891512', '42d4040d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3556', '452', '21', '11', '1136404191', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3555', '452', '21', '4', '1136403513', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1722', '252', '14', '4', '1130936598', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1723', '256', '9', '6', '1130938442', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1724', '234', '65', '6', '1130938511', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1725', '252', '14', '9', '1130954818', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1726', '252', '14', '4', '1130956231', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1727', '247', '65', '14', '1130958893', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1728', '252', '14', '9', '1130960940', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3901', '381', '88', '39', '1142517375', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3553', '452', '21', '11', '1136400869', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3552', '452', '21', '4', '1136396453', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1732', '252', '14', '4', '1130986981', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3551', '452', '21', '11', '1136393375', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1734', '247', '65', '3', '1130987819', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1735', '247', '65', '14', '1130992474', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1737', '253', '3', '12', '1130992772', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3550', '454', '1', '12', '1136393248', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1739', '252', '14', '9', '1131014685', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1740', '253', '3', '18', '1131015069', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3902', '493', '1', '8', '1142521936', '42d405ce', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1742', '253', '3', '8', '1131019372', '42d40486', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1743', '252', '14', '4', '1131020661', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3903', '496', '100', '8', '1142522067', '42d405ce', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3546', '447', '17', '22', '1136321414', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1746', '252', '14', '9', '1131032201', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3545', '447', '17', '38', '1136312919', 'c04dc60b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1748', '258', '24', '4', '1131034258', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3544', '452', '21', '4', '1136303571', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3543', '413', '93', '6', '1136303492', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1751', '234', '65', '-1', '1131045963', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1752', '234', '65', '6', '1131047360', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1753', '234', '65', '-1', '1131049682', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1754', '234', '65', '4', '1131053813', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1755', '234', '65', '-1', '1131054024', 'c35d1563', '', '1', '0', '1', '1', '1131136843', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1756', '247', '65', '3', '1131055697', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1757', '247', '65', '14', '1131057987', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1758', '247', '65', '3', '1131059918', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1759', '247', '65', '14', '1131060645', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1760', '247', '65', '3', '1131061413', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1761', '234', '65', '4', '1131064423', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1762', '234', '65', '28', '1131064556', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1763', '234', '65', '6', '1131065040', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1764', '247', '65', '14', '1131069032', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3542', '454', '1', '6', '1136303304', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1766', '254', '104', '9', '1131129891', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1767', '253', '3', '11', '1131134404', '43560f37', '', '1', '0', '1', '1', '1131154001', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1768', '253', '3', '4', '1131134858', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1769', '234', '65', '-1', '1131137730', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1770', '259', '92', '-1', '1131138000', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1771', '247', '65', '3', '1131145339', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1772', '247', '65', '14', '1131145680', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1773', '247', '65', '3', '1131145937', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1774', '247', '65', '14', '1131146179', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1775', '247', '65', '3', '1131146364', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1776', '247', '65', '14', '1131146533', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1777', '247', '65', '3', '1131146727', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1778', '247', '65', '14', '1131146937', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1779', '247', '65', '3', '1131147066', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1780', '247', '65', '14', '1131147344', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1781', '247', '65', '3', '1131147526', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1782', '247', '65', '14', '1131147607', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1783', '253', '3', '8', '1131147910', '42d40579', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1784', '247', '65', '3', '1131148485', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1785', '247', '65', '14', '1131150820', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1786', '247', '65', '3', '1131150896', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1787', '247', '65', '14', '1131151070', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1788', '247', '65', '3', '1131151480', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1789', '247', '65', '14', '1131151627', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1790', '247', '65', '3', '1131151767', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1791', '247', '65', '14', '1131152032', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1792', '247', '65', '3', '1131152362', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1793', '260', '65', '27', '1131154821', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1794', '261', '35', '3', '1131155165', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3541', '413', '93', '36', '1136249681', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1796', '247', '65', '14', '1131158256', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3540', '452', '21', '11', '1136216829', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1798', '240', '50', '9', '1131204046', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1799', '240', '50', '3', '1131205288', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1800', '240', '50', '9', '1131207625', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1801', '240', '50', '9', '1131209207', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1802', '240', '50', '9', '1131209433', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1803', '263', '65', '14', '1131255494', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1804', '264', '7', '-1', '1131305767', '44a3829c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1805', '264', '7', '9', '1131325975', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1807', '264', '7', '-1', '1131360165', '44a3e23b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1808', '264', '7', '9', '1131376643', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1809', '264', '7', '3', '1131402346', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1810', '263', '65', '3', '1131402806', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1811', '264', '7', '9', '1131404860', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1812', '263', '65', '14', '1131404893', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1813', '264', '7', '9', '1131405114', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1814', '263', '65', '3', '1131410216', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1815', '264', '7', '-1', '1131411275', '44a3e23b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1816', '264', '7', '9', '1131413000', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1817', '263', '65', '14', '1131415294', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1818', '263', '65', '3', '1131415729', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1819', '263', '65', '14', '1131415909', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1820', '263', '65', '3', '1131416002', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1821', '266', '65', '3', '1131416308', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1822', '263', '65', '14', '1131416381', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1823', '263', '65', '3', '1131416443', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1824', '263', '65', '14', '1131416606', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1825', '266', '65', '14', '1131417029', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1826', '266', '65', '3', '1131417182', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1827', '266', '65', '14', '1131417572', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1828', '266', '65', '3', '1131417679', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1829', '266', '65', '14', '1131418195', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1830', '266', '65', '3', '1131418294', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1831', '266', '65', '14', '1131418410', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1832', '264', '7', '-1', '1131420315', '44a3e23b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4210', '526', '104', '55', '1147196564', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3091', '413', '93', '39', '1134259803', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1835', '264', '7', '9', '1131449354', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1836', '264', '7', '-1', '1131452467', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1837', '264', '7', '9', '1131467658', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1838', '264', '7', '-1', '1131467848', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1839', '264', '7', '9', '1131469748', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1840', '264', '7', '-1', '1131472798', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3090', '419', '1', '2', '1134251997', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1842', '264', '7', '9', '1131473024', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3480', '449', '1', '8', '1135393230', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3088', '411', '63', '-1', '1134241608', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3481', '448', '95', '8', '1135393475', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1846', '264', '7', '-1', '1131475690', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1847', '264', '7', '9', '1131476255', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1849', '264', '7', '-1', '1131477932', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1850', '264', '7', '9', '1131479854', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1851', '264', '7', '-1', '1131480686', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1852', '264', '7', '9', '1131482904', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1853', '264', '7', '-1', '1131485852', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1854', '264', '7', '9', '1131486884', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3086', '404', '84', '14', '1134233290', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3085', '413', '93', '36', '1134232772', '4615e178', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3084', '404', '84', '39', '1134230073', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3083', '411', '63', '27', '1134229860', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1859', '264', '7', '-1', '1131498952', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1860', '264', '7', '9', '1131500817', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3082', '404', '84', '14', '1134229666', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1862', '270', '20', '9', '1131501229', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1863', '270', '20', '-1', '1131501326', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3081', '390', '104', '8', '1134226926', '42d40462', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1865', '270', '20', '9', '1131501444', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3080', '390', '104', '9', '1134222863', '18e1bb75', '', '1', '0', '1', '1', '1134241157', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1867', '270', '20', '-1', '1131501734', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1868', '270', '20', '9', '1131501920', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3079', '411', '63', '3', '1134221459', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3078', '404', '84', '3', '1134221199', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1871', '270', '20', '-1', '1131502451', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1872', '270', '20', '9', '1131502745', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1873', '270', '20', '28', '1131502835', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1874', '270', '20', '9', '1131502935', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1875', '270', '20', '-1', '1131503110', '44a3b687', '', '1', '0', '1', '1', '1131503296', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1876', '270', '20', '9', '1131503251', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1877', '270', '20', '28', '1131503270', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1878', '270', '20', '-1', '1131503401', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1879', '270', '20', '28', '1131503480', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1880', '270', '20', '-1', '1131503711', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1881', '270', '20', '28', '1131503950', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3077', '397', '9', '37', '1134210920', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3076', '411', '63', '-1', '1134203963', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1884', '270', '20', '-1', '1131504580', '44a3b687', '', '1', '0', '1', '1', '1131505729', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1885', '270', '20', '28', '1131504940', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1886', '270', '20', '9', '1131504959', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3075', '404', '84', '14', '1134188752', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3074', '411', '63', '39', '1134186262', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1889', '270', '20', '28', '1131505900', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1890', '270', '20', '9', '1131506196', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1891', '270', '20', '-1', '1131506356', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1892', '270', '20', '28', '1131506586', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1893', '270', '20', '9', '1131506764', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1894', '270', '20', '-1', '1131506827', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1895', '270', '20', '9', '1131507395', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1896', '270', '20', '-1', '1131507898', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1897', '270', '20', '9', '1131508671', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1898', '270', '20', '-1', '1131509540', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3073', '411', '63', '27', '1134186091', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1900', '270', '20', '9', '1131510135', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3539', '454', '1', '11', '1136216709', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1902', '270', '20', '-1', '1131510886', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1903', '270', '20', '9', '1131534970', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3072', '404', '84', '39', '1134185371', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3071', '404', '84', '14', '1134184968', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1906', '270', '20', '-1', '1131539970', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1907', '270', '20', '9', '1131553136', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3538', '404', '84', '14', '1136010368', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3070', '411', '63', '39', '1134184244', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3069', '404', '84', '39', '1134183699', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1911', '270', '20', '-1', '1131560859', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1912', '270', '20', '9', '1131564854', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3068', '404', '84', '14', '1134172972', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1914', '270', '20', '-1', '1131565691', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1915', '270', '20', '11', '1131568142', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1916', '270', '20', '11', '1131575829', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1917', '270', '20', '-1', '1131576482', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3067', '418', '40', '8', '1134167444', '42d405dc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1920', '270', '20', '11', '1131579755', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1921', '270', '20', '3', '1131580329', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1922', '270', '20', '11', '1131580472', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1923', '270', '20', '3', '1131580765', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1924', '270', '20', '-1', '1131580842', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1925', '270', '20', '3', '1131581586', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1926', '270', '20', '9', '1131581660', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1927', '270', '20', '11', '1131581811', '43560f37', '', '1', '0', '1', '1', '1131581931', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1928', '270', '20', '9', '1131581890', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1929', '270', '20', '-1', '1131581943', '44a3b687', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3066', '411', '63', '-1', '1134165382', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1931', '270', '20', '11', '1131582287', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1932', '270', '20', '9', '1131582386', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1933', '270', '20', '11', '1131582559', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1934', '270', '20', '9', '1131582808', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1935', '270', '20', '3', '1131583257', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1936', '270', '20', '28', '1131583513', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1937', '270', '20', '9', '1131583635', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1938', '270', '20', '28', '1131583818', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1939', '270', '20', '9', '1131584115', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3065', '411', '63', '27', '1134162995', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3064', '411', '63', '3', '1134162163', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1942', '256', '9', '6', '1131625213', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1943', '273', '9', '6', '1131625562', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1944', '270', '20', '-1', '1131645014', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1945', '270', '20', '9', '1131645515', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1946', '270', '20', '-1', '1131650943', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1947', '270', '20', '9', '1131651308', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1948', '270', '20', '-1', '1131652057', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1949', '270', '20', '9', '1131652450', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1950', '270', '20', '-1', '1131652851', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1951', '270', '20', '9', '1131653842', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1952', '270', '20', '-1', '1131654188', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1953', '270', '20', '9', '1131654331', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1954', '270', '20', '-1', '1131654501', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1955', '273', '9', '17', '1131664292', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3063', '418', '40', '3', '1134161827', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1959', '276', '49', '28', '1131714667', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1958', '275', '49', '28', '1131714410', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1960', '270', '20', '9', '1131717516', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3062', '411', '63', '-1', '1134161788', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3061', '411', '63', '3', '1134161471', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1963', '273', '9', '6', '1131721021', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1964', '277', '73', '28', '1131724041', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1965', '270', '20', '-1', '1131740188', 'd0365f81', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1966', '270', '20', '9', '1131741755', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1967', '270', '20', '-1', '1131741919', 'd0365f81', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1968', '270', '20', '9', '1131742451', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1969', '270', '20', '-1', '1131743374', 'd0365f81', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1970', '270', '20', '9', '1131744487', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1971', '270', '20', '-1', '1131745222', 'd0365f81', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1972', '270', '20', '9', '1131746539', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1973', '270', '20', '-1', '1131747556', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1974', '270', '20', '11', '1131750886', '43560f37', '', '1', '0', '1', '1', '1131752389', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1975', '270', '20', '11', '1131752257', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1976', '270', '20', '9', '1131758004', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1977', '270', '20', '-1', '1131765857', '44a3f495', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1978', '270', '20', '-1', '1131785488', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1979', '270', '20', '9', '1131799772', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1980', '273', '9', '17', '1131813122', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1981', '273', '9', '6', '1131813413', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1983', '279', '76', '2', '1131831337', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1984', '280', '76', '2', '1131831755', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3536', '404', '84', '3', '1135990637', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1986', '273', '9', '37', '1131832163', '54fc3edf', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1987', '281', '76', '9', '1131833383', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1988', '282', '76', '6', '1131836863', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1989', '273', '9', '6', '1131837175', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1990', '6', '11', '3', '1131837597', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1991', '283', '76', '4', '1131839209', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3535', '428', '62', '-1', '1135989689', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1993', '273', '9', '37', '1131839333', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3537', '452', '21', '4', '1136005635', '45154e69', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1994', '284', '76', '37', '1131839950', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1995', '277', '73', '35', '1131843192', '4350a091', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1996', '270', '20', '11', '1131849293', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3534', '404', '84', '14', '1135974936', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('1998', '285', '65', '9', '1131855375', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3904', '381', '88', '43', '1142526555', '477fcda5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2001', '287', '76', '18', '1131856371', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2002', '270', '20', '-1', '1131883236', '44a3892b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3532', '404', '84', '3', '1135952263', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3531', '452', '21', '3', '1135951480', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3530', '413', '93', '6', '1135925152', '18c42fa6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3529', '413', '93', '36', '1135922446', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2007', '270', '20', '11', '1131914455', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2008', '270', '20', '9', '1131915146', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3528', '413', '93', '6', '1135919125', '18c42fa6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2010', '285', '65', '-1', '1131917370', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3527', '413', '93', '36', '1135915195', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2012', '285', '65', '9', '1131917752', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3526', '448', '95', '8', '1135913220', '42d4063b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2014', '273', '9', '6', '1131917930', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3525', '404', '84', '14', '1135878893', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2017', '285', '65', '-1', '1131918787', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2018', '285', '65', '9', '1131919662', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2019', '285', '65', '-1', '1131919729', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2020', '273', '9', '37', '1131920685', '54fc3edf', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2021', '285', '65', '9', '1131920863', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2022', '273', '9', '6', '1131921037', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2023', '277', '73', '28', '1131921348', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2024', '273', '9', '37', '1131921402', '54fc3edf', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2025', '273', '9', '6', '1131923605', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2026', '270', '20', '11', '1131925434', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2027', '288', '76', '3', '1131926594', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3060', '418', '40', '8', '1134160352', '42d405dc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3059', '411', '63', '27', '1134158970', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3524', '413', '93', '6', '1135870937', '18c42fa6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2031', '273', '9', '37', '1131931259', '54fc3edf', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2032', '273', '9', '6', '1131931874', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2033', '290', '76', '17', '1131932056', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2034', '273', '9', '37', '1131933208', '54fc3edf', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2035', '273', '9', '6', '1131933519', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2036', '270', '20', '-1', '1131933642', '44a3892b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2038', '273', '9', '37', '1131934288', '54fc3edf', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3058', '406', '104', '39', '1134158758', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2040', '270', '20', '9', '1131939076', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3057', '406', '104', '41', '1134158197', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3523', '413', '93', '36', '1135844456', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2043', '285', '65', '-1', '1131965746', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2044', '285', '65', '9', '1131967480', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2046', '291', '104', '4', '1131973825', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2047', '292', '13', '4', '1131973938', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2048', '285', '65', '-1', '1131977700', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2049', '273', '9', '6', '1131977937', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2050', '273', '9', '37', '1131978349', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2051', '273', '9', '17', '1131979481', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2052', '273', '9', '6', '1131979823', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2053', '285', '65', '9', '1131981112', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3522', '404', '84', '3', '1135813785', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2055', '273', '9', '37', '1131987788', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3521', '413', '93', '6', '1135749229', '18c42fa6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2057', '273', '9', '6', '1131988239', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2058', '273', '9', '37', '1131988372', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2059', '273', '9', '6', '1131988489', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2060', '273', '9', '37', '1131989184', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2061', '273', '9', '6', '1131990306', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2062', '273', '9', '37', '1131991115', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2063', '273', '9', '6', '1131991614', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2064', '293', '76', '35', '1131998845', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2065', '273', '9', '37', '1131999032', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2066', '273', '9', '6', '1131999275', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2067', '273', '9', '37', '1132000169', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2068', '294', '2', '37', '1132000722', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2069', '294', '2', '9', '1132001609', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2070', '294', '2', '37', '1132002006', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2071', '294', '2', '9', '1132002258', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2072', '277', '73', '35', '1132003564', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2074', '273', '9', '6', '1132005478', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2075', '296', '73', '35', '1132005731', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2076', '297', '65', '14', '1132006263', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2077', '298', '20', '11', '1132008775', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2078', '277', '73', '11', '1132008852', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3520', '404', '84', '14', '1135747100', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3519', '413', '93', '36', '1135746590', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4208', '528', '100', '51', '1147191765', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2082', '273', '9', '37', '1132015315', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4207', '526', '104', '27', '1147191672', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2086', '273', '9', '6', '1132016587', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3518', '404', '84', '3', '1135738438', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3056', '411', '63', '39', '1134157907', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2089', '297', '65', '3', '1132018750', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2091', '301', '65', '3', '1132022478', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2092', '277', '73', '35', '1132026399', '4350a091', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2093', '301', '65', '14', '1132036103', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3055', '406', '104', '39', '1134157763', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2095', '277', '73', '11', '1132069258', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2097', '273', '9', '37', '1132071958', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2098', '277', '73', '35', '1132073408', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2099', '285', '65', '-1', '1132073672', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2100', '285', '65', '9', '1132074251', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2101', '273', '9', '6', '1132076881', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2102', '302', '76', '28', '1132077215', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2103', '294', '2', '3', '1132077360', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3054', '411', '63', '27', '1134157575', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2105', '273', '9', '37', '1132080462', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3053', '406', '104', '41', '1134157418', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2107', '273', '9', '6', '1132082884', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2108', '292', '13', '4', '1132083029', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2109', '285', '65', '-1', '1132084900', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2110', '285', '65', '9', '1132086087', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2111', '285', '65', '-1', '1132086642', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2112', '270', '20', '11', '1132088530', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2113', '273', '9', '37', '1132088713', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2114', '285', '65', '9', '1132088800', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2115', '270', '20', '-1', '1132089533', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3517', '448', '95', '12', '1135735882', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2117', '270', '20', '11', '1132094398', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3052', '411', '63', '-1', '1134156958', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3051', '411', '63', '27', '1134156615', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3050', '406', '104', '39', '1134156515', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3049', '411', '63', '-1', '1134155899', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3048', '406', '104', '41', '1134155717', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3047', '411', '63', '27', '1134155468', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3046', '406', '104', '39', '1134155271', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3045', '406', '104', '41', '1134154837', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3044', '406', '104', '39', '1134154444', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2127', '303', '76', '8', '1132098791', '42d4059b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3043', '406', '104', '41', '1134153874', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2129', '294', '2', '8', '1132099248', '42d4059b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2130', '294', '2', '2', '1132099500', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2131', '284', '76', '37', '1132099548', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2132', '294', '2', '8', '1132100832', '42d4059b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3042', '390', '104', '8', '1134153355', '42d405dc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2134', '284', '76', '3', '1132101437', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2135', '304', '3', '8', '1132102072', '42d4059b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2136', '270', '20', '-1', '1132106080', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2137', '305', '80', '38', '1132106953', '466e8911', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2139', '307', '11', '2', '1132107653', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3041', '406', '104', '39', '1134152864', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2142', '308', '25', '-1', '1132108916', '44a3d722', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3040', '390', '104', '9', '1134152771', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3039', '371', '19', '9', '1134152677', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2146', '305', '80', '36', '1132113563', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2147', '305', '80', '38', '1132113881', '466e8911', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2148', '305', '80', '36', '1132114343', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2149', '305', '80', '38', '1132114753', '466e8911', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2150', '305', '80', '36', '1132115180', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2151', '305', '80', '38', '1132115796', '466e8911', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2152', '305', '80', '36', '1132116149', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2153', '305', '80', '38', '1132116445', '466e8911', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2154', '304', '3', '37', '1132135284', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3038', '390', '104', '8', '1134152340', '42d405dc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2156', '309', '24', '4', '1132151090', '829c2efc', '', '1', '0', '1', '1', '1132151696', '2'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2157', '309', '24', '4', '1132151586', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3037', '406', '104', '41', '1134150108', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3036', '371', '19', '4', '1134149550', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2160', '308', '25', '4', '1132153706', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2161', '304', '3', '4', '1132158597', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3035', '371', '19', '6', '1134149288', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2163', '285', '65', '-1', '1132161863', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2164', '304', '3', '37', '1132162275', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2165', '304', '3', '4', '1132165543', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2166', '285', '65', '9', '1132168185', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3034', '397', '9', '6', '1134149086', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2168', '285', '65', '-1', '1132168652', 'c35d1563', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2169', '285', '65', '9', '1132170603', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2170', '304', '3', '37', '1132174558', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2171', '308', '25', '3', '1132177076', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2172', '308', '25', '-1', '1132179785', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2173', '308', '25', '3', '1132179936', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2174', '301', '65', '3', '1132191415', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2175', '304', '3', '4', '1132232262', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2176', '304', '3', '37', '1132232984', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2177', '304', '3', '4', '1132233432', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2178', '304', '3', '8', '1132237102', '42d40654', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2179', '304', '3', '37', '1132246371', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2180', '304', '3', '4', '1132249733', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2181', '270', '20', '11', '1132268234', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2182', '277', '73', '11', '1132268603', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2183', '270', '20', '-1', '1132279231', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3033', '404', '84', '39', '1134148997', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2185', '301', '65', '14', '1132280691', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2186', '270', '20', '11', '1132284585', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2187', '301', '65', '3', '1132284864', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2188', '301', '65', '14', '1132286759', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2189', '310', '14', '4', '1132322507', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2190', '277', '73', '35', '1132323007', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3032', '371', '19', '-1', '1134147974', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2192', '310', '14', '9', '1132326990', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2193', '285', '65', '9', '1132330227', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2194', '270', '20', '9', '1132332020', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2195', '310', '14', '4', '1132333196', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2196', '310', '14', '9', '1132333891', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2197', '310', '14', '4', '1132334148', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2198', '310', '14', '9', '1132334856', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2199', '310', '14', '4', '1132335563', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2200', '270', '20', '-1', '1132340956', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2201', '285', '65', '-1', '1132342445', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2202', '270', '20', '-1', '1132342875', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2203', '270', '20', '-1', '1132347848', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2204', '270', '20', '-1', '1132349538', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3031', '411', '63', '-1', '1134147745', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2206', '270', '20', '-1', '1132350750', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2207', '270', '20', '-1', '1132350917', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2208', '277', '73', '11', '1132351143', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2209', '270', '20', '-1', '1132351915', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2210', '270', '20', '9', '1132356468', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3030', '371', '19', '38', '1134147576', '46109244', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2212', '310', '14', '9', '1132356703', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2213', '270', '20', '-1', '1132356866', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2214', '270', '20', '9', '1132357236', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2215', '270', '20', '3', '1132358141', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2216', '270', '20', '-1', '1132358182', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2217', '270', '20', '9', '1132358328', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2218', '270', '20', '-1', '1132358483', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2219', '270', '20', '28', '1132359806', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2220', '270', '20', '9', '1132359973', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2221', '270', '20', '-1', '1132360226', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2222', '270', '20', '24', '1132360378', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2223', '310', '14', '4', '1132360567', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2224', '270', '20', '-1', '1132360639', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2225', '310', '14', '9', '1132360724', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2226', '270', '20', '9', '1132360879', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2227', '270', '20', '24', '1132360938', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2228', '310', '14', '4', '1132361140', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2229', '310', '14', '9', '1132361336', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2230', '310', '14', '4', '1132362117', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2231', '310', '14', '9', '1132362264', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2232', '310', '14', '4', '1132362434', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2233', '310', '14', '9', '1132362812', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2234', '310', '14', '4', '1132363020', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2235', '310', '14', '9', '1132363336', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2236', '310', '14', '4', '1132363869', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2237', '311', '80', '4', '1132364035', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2238', '270', '20', '-1', '1132365170', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2239', '301', '65', '3', '1132365906', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2240', '270', '20', '24', '1132366588', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2241', '277', '73', '35', '1132366684', '4350a091', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2242', '270', '20', '28', '1132367274', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2243', '270', '20', '-1', '1132370894', '44a3d722', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3029', '397', '9', '37', '1134137753', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2245', '301', '65', '14', '1132380307', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2246', '270', '20', '9', '1132404660', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3027', '390', '104', '9', '1134126983', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2248', '310', '14', '9', '1132405092', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2249', '310', '14', '4', '1132414838', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3026', '371', '19', '9', '1134126670', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2251', '277', '73', '11', '1132426402', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3025', '371', '19', '8', '1134105215', '42d40462', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2253', '310', '14', '9', '1132469783', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3024', '390', '104', '8', '1134103618', '42d40462', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2255', '301', '65', '3', '1132502916', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2256', '277', '73', '3', '1132503097', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2257', '310', '14', '4', '1132504427', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3023', '404', '84', '14', '1134098620', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2259', '310', '14', '9', '1132507451', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3022', '404', '84', '3', '1134098252', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2261', '301', '65', '14', '1132521037', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3021', '404', '84', '14', '1134097297', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2263', '301', '65', '3', '1132531808', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2264', '310', '14', '4', '1132534166', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2265', '270', '20', '28', '1132539741', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3020', '404', '84', '3', '1134095489', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2267', '311', '80', '36', '1132556239', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3019', '371', '19', '-1', '1134095310', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2269', '310', '14', '9', '1132572646', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2270', '310', '14', '4', '1132585879', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2271', '301', '65', '14', '1132588794', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3018', '371', '19', '-1', '1134095077', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2273', '270', '20', '-1', '1132591970', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2274', '277', '73', '35', '1132592592', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2275', '311', '80', '4', '1132592828', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2276', '270', '20', '9', '1132605588', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2277', '311', '80', '36', '1132610158', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2278', '301', '65', '3', '1132612374', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2279', '277', '73', '3', '1132612434', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2280', '312', '41', '3', '1132612596', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2281', '313', '61', '3', '1132612663', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4199', '522', '100', '39', '1147187815', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2283', '315', '40', '3', '1132612863', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4197', '522', '100', '2', '1147186683', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2285', '317', '92', '3', '1132612954', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2286', '318', '75', '3', '1132613032', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2287', '319', '79', '3', '1132613115', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2288', '311', '80', '4', '1132613868', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2289', '319', '79', '37', '1132616082', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2290', '311', '80', '36', '1132616570', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2291', '301', '65', '14', '1132617906', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2292', '311', '80', '4', '1132619944', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2293', '270', '20', '-1', '1132622509', '44a3947f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2294', '277', '73', '11', '1132625192', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2295', '311', '80', '36', '1132626278', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2296', '311', '80', '3', '1132629539', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2297', '301', '65', '3', '1132629993', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2298', '319', '79', '3', '1132630093', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2299', '270', '20', '28', '1132630992', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2300', '277', '73', '35', '1132631171', '4350a091', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2301', '301', '65', '14', '1132638757', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2302', '270', '20', '9', '1132658090', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2303', '320', '9', '6', '1132673769', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2304', '301', '65', '3', '1132680180', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2305', '321', '74', '3', '1132680250', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2306', '277', '73', '11', '1132681500', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2307', '301', '65', '14', '1132681990', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2308', '301', '65', '3', '1132682916', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4206', '528', '100', '3', '1147190861', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4205', '526', '104', '55', '1147189951', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2311', '301', '65', '14', '1132703328', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2312', '301', '65', '14', '1132706883', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2313', '301', '65', '3', '1132707292', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2314', '301', '65', '14', '1132707742', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2315', '301', '65', '3', '1132708070', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2316', '301', '65', '3', '1132708392', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2317', '301', '65', '14', '1132708927', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2318', '301', '65', '3', '1132709706', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2319', '323', '59', '3', '1132710183', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2320', '323', '59', '14', '1132710419', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3017', '371', '19', '24', '1134095035', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2322', '323', '59', '3', '1132710739', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2323', '323', '59', '14', '1132710796', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3016', '371', '19', '10', '1134094739', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3015', '371', '19', '3', '1134094509', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3014', '371', '19', '10', '1134094436', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2327', '323', '59', '3', '1132711504', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3013', '371', '19', '3', '1134094119', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2329', '323', '59', '14', '1132711653', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2330', '323', '59', '3', '1132712155', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2331', '323', '59', '14', '1132712228', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3012', '371', '19', '10', '1134094023', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2333', '323', '59', '3', '1132712430', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3011', '404', '84', '14', '1134091185', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2335', '323', '59', '14', '1132712693', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2336', '323', '59', '3', '1132713023', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3010', '404', '84', '3', '1134090750', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2338', '323', '59', '14', '1132714166', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3009', '404', '84', '14', '1134090332', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2340', '321', '74', '36', '1132714478', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3008', '404', '84', '3', '1134089649', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2342', '270', '20', '-1', '1132764391', '92bd813f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2343', '323', '59', '3', '1132767218', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2344', '270', '20', '28', '1132767718', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2345', '325', '76', '11', '1132770632', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2346', '326', '76', '12', '1132771154', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2347', '270', '20', '-1', '1132776098', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2348', '277', '73', '35', '1132784045', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2349', '323', '59', '14', '1132785889', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2350', '321', '74', '3', '1132793372', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2351', '323', '59', '3', '1132793778', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2352', '323', '59', '14', '1132794780', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2353', '323', '59', '3', '1132795946', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2354', '323', '59', '14', '1132796258', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2355', '323', '59', '3', '1132796812', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2356', '323', '59', '14', '1132796987', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2357', '270', '20', '27', '1132797273', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2358', '323', '59', '3', '1132797425', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2359', '323', '59', '14', '1132797566', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2360', '270', '20', '28', '1132797582', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2361', '323', '59', '3', '1132797680', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2362', '323', '59', '14', '1132797810', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2363', '323', '59', '3', '1132798111', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2364', '323', '59', '14', '1132798233', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2365', '323', '59', '3', '1132798449', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2366', '323', '59', '14', '1132798960', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2367', '323', '59', '3', '1132799249', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2368', '323', '59', '3', '1132799406', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2369', '323', '59', '14', '1132799603', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2370', '323', '59', '3', '1132799753', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2371', '323', '59', '14', '1132799915', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2372', '323', '59', '3', '1132800984', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2373', '323', '59', '14', '1132801349', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2374', '323', '59', '3', '1132801720', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2375', '323', '59', '14', '1132801887', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2376', '323', '59', '3', '1132802159', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2377', '277', '73', '11', '1132802435', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2378', '320', '9', '12', '1132802689', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2379', '323', '59', '14', '1132802728', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2380', '135', '51', '11', '1132802985', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2381', '323', '59', '3', '1132803090', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2382', '323', '59', '14', '1132803162', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2383', '320', '9', '6', '1132804335', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2384', '323', '59', '14', '1132809413', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3516', '413', '93', '6', '1135730429', '18c42fa6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2386', '270', '20', '-1', '1132850454', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3515', '413', '93', '36', '1135722846', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3514', '447', '17', '22', '1135720019', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3513', '447', '17', '38', '1135718314', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3512', '447', '17', '22', '1135717377', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3511', '447', '17', '22', '1135716970', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3510', '447', '17', '38', '1135714905', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3509', '447', '17', '22', '1135714340', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3508', '447', '17', '38', '1135713863', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2395', '323', '59', '3', '1133024730', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2396', '270', '20', '27', '1133025778', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2397', '270', '20', '28', '1133025821', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2398', '329', '80', '17', '1133027102', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2399', '323', '59', '14', '1133027733', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2400', '270', '20', '-1', '1133028929', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2401', '323', '59', '3', '1133029832', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2402', '323', '59', '14', '1133030626', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2404', '323', '59', '3', '1133031562', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2405', '323', '59', '14', '1133032344', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2406', '330', '92', '3', '1133032571', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2407', '323', '59', '3', '1133032820', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3007', '371', '19', '10', '1134087781', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2409', '323', '59', '14', '1133033194', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3006', '371', '19', '6', '1134087700', '47022264', '', '1', '0', '1', '1', '1134087874', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3005', '404', '84', '14', '1134086969', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3004', '371', '19', '11', '1134086950', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3003', '371', '19', '11', '1134086807', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2414', '323', '59', '3', '1133035270', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3002', '406', '104', '3', '1134086553', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3001', '411', '63', '27', '1134086286', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3000', '404', '84', '3', '1134086194', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2418', '323', '59', '14', '1133036465', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2999', '404', '84', '14', '1134085597', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2420', '330', '92', '-1', '1133036581', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2421', '323', '59', '3', '1133036602', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2422', '323', '59', '14', '1133036873', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2423', '323', '59', '3', '1133037410', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2424', '330', '92', '3', '1133037461', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2425', '323', '59', '14', '1133038268', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2426', '323', '59', '3', '1133038492', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2427', '323', '59', '3', '1133038707', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2428', '323', '59', '14', '1133038918', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2429', '323', '59', '3', '1133039083', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2430', '323', '59', '14', '1133039242', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2431', '323', '59', '3', '1133039401', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2432', '323', '59', '14', '1133039636', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2433', '323', '59', '3', '1133039800', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2434', '323', '59', '14', '1133040115', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2435', '323', '59', '3', '1133040550', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2436', '323', '59', '14', '1133040841', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2437', '323', '59', '3', '1133040988', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2438', '323', '59', '14', '1133041311', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2439', '323', '59', '3', '1133041880', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2440', '323', '59', '14', '1133042340', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2441', '323', '59', '3', '1133042468', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2442', '323', '59', '3', '1133042563', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2443', '323', '59', '14', '1133042676', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2444', '323', '59', '3', '1133042847', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2445', '323', '59', '14', '1133043032', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2446', '323', '59', '3', '1133043169', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2447', '323', '59', '14', '1133043374', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2448', '323', '59', '3', '1133043569', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2449', '323', '59', '14', '1133043659', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2450', '330', '92', '-1', '1133044960', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2451', '330', '92', '3', '1133046284', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2453', '330', '92', '3', '1133104951', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3507', '447', '17', '22', '1135710840', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3506', '447', '17', '38', '1135709963', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2456', '330', '92', '-1', '1133105921', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2990', '414', '82', '39', '1134071496', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2514', '333', '65', '-1', '1133217449', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2515', '333', '65', '6', '1133217526', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2516', '333', '65', '28', '1133217684', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2517', '333', '65', '6', '1133217965', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2518', '333', '65', '10', '1133218420', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2989', '414', '82', '2', '1134071282', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2520', '333', '65', '28', '1133220028', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2521', '337', '49', '28', '1133220156', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4204', '529', '82', '2', '1147189503', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2523', '333', '65', '4', '1133222127', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4203', '522', '100', '2', '1147189246', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2525', '333', '65', '-1', '1133223329', '46fc5987', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2526', '333', '65', '4', '1133223463', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2527', '333', '65', '6', '1133223569', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2528', '333', '65', '-1', '1133224017', '46fc5987', '', '1', '0', '1', '0', '1133237027', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2529', '333', '65', '28', '1133224244', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2530', '333', '65', '6', '1133224854', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2531', '333', '65', '25', '1133226120', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2532', '333', '65', '4', '1133226321', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2533', '333', '65', '28', '1133227343', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2534', '333', '65', '4', '1133227416', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4202', '528', '100', '2', '1147188773', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4201', '528', '100', '8', '1147188716', '42d40505', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2537', '333', '65', '28', '1133232158', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2538', '333', '65', '6', '1133232338', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2539', '333', '65', '28', '1133233494', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2540', '333', '65', '6', '1133233929', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2541', '333', '65', '28', '1133234256', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2542', '333', '65', '6', '1133234519', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2543', '333', '65', '28', '1133234604', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2544', '333', '65', '9', '1133263139', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2988', '415', '91', '44', '1134071162', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2546', '336', '14', '9', '1133263465', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2547', '333', '65', '39', '1133267690', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2548', '336', '14', '4', '1133268845', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2549', '333', '65', '4', '1133269211', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2550', '309', '24', '4', '1133272997', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2551', '309', '24', '4', '1133274160', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2987', '413', '93', '39', '1134070937', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2553', '339', '25', '39', '1133278068', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2554', '340', '25', '39', '1133278149', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3504', '447', '17', '38', '1135706162', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2556', '339', '25', '35', '1133278637', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2557', '342', '25', '39', '1133278681', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2558', '343', '82', '39', '1133279095', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3503', '447', '17', '22', '1135705013', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2560', '339', '25', '39', '1133279209', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3502', '447', '17', '38', '1135704759', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2562', '335', '59', '39', '1133279439', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2563', '335', '59', '14', '1133281226', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2564', '335', '59', '39', '1133281463', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2565', '333', '65', '-1', '1133282721', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2566', '333', '65', '9', '1133285272', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2567', '333', '65', '9', '1133285381', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2568', '333', '65', '10', '1133285966', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2986', '371', '19', '9', '1134070871', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2570', '336', '14', '9', '1133286759', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2571', '336', '14', '4', '1133287172', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2574', '333', '65', '-1', '1133289183', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2573', '109', '65', '39', '1133288116', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2575', '333', '65', '6', '1133289703', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2577', '336', '14', '9', '1133294788', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3500', '447', '17', '38', '1135703592', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2579', '336', '14', '4', '1133295748', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2580', '336', '14', '9', '1133299772', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2985', '414', '82', '39', '1134070722', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2582', '335', '59', '14', '1133305365', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2583', '333', '65', '10', '1133306269', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2584', '336', '14', '4', '1133306916', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2585', '240', '50', '39', '1133312648', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2586', '335', '59', '39', '1133312740', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2587', '335', '59', '14', '1133313380', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2588', '344', '40', '39', '1133313699', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2589', '335', '59', '39', '1133313870', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2590', '345', '53', '39', '1133314326', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2591', '335', '59', '14', '1133314558', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4186', '491', '59', '39', '1147178570', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2593', '335', '59', '39', '1133316744', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2594', '335', '59', '14', '1133316933', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2595', '335', '59', '39', '1133317542', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2596', '335', '59', '14', '1133317792', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2597', '335', '59', '39', '1133318279', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2598', '335', '59', '14', '1133318835', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2599', '333', '65', '11', '1133319161', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2600', '333', '65', '29', '1133319713', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2601', '333', '65', '9', '1133321965', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2602', '291', '104', '-1', '1133322120', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2603', '336', '14', '9', '1133322222', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2984', '411', '63', '27', '1134070081', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2605', '240', '50', '9', '1133322865', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2983', '412', '82', '2', '1134069394', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2607', '346', '76', '-1', '1133324510', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2982', '413', '93', '36', '1134068887', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2981', '413', '93', '39', '1134068393', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2610', '343', '82', '9', '1133325989', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2980', '412', '82', '39', '1134068072', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2979', '412', '82', '2', '1134067571', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2978', '371', '19', '6', '1134066754', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3501', '447', '17', '22', '1135704611', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3499', '447', '17', '42', '1135703456', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3498', '447', '17', '45', '1135703293', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2616', '336', '14', '4', '1133351453', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2617', '291', '104', '4', '1133351485', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2618', '343', '82', '39', '1133351847', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2619', '333', '65', '4', '1133358104', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2620', '343', '82', '39', '1133358421', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2621', '336', '14', '4', '1133359160', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2977', '347', '82', '39', '1134066229', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2623', '336', '14', '9', '1133370336', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2976', '371', '19', '11', '1134065782', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2625', '343', '82', '9', '1133370998', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2626', '347', '82', '2', '1133371525', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2627', '347', '82', '39', '1133372050', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2628', '343', '82', '39', '1133372110', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2629', '333', '65', '28', '1133372361', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2630', '333', '65', '-1', '1133373485', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2631', '333', '65', '6', '1133373659', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2632', '333', '65', '10', '1133375635', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2633', '348', '17', '22', '1133387596', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2634', '333', '65', '-1', '1133397848', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3497', '447', '17', '42', '1135703109', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2636', '339', '25', '8', '1133414243', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2637', '344', '40', '8', '1133414574', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3496', '447', '17', '38', '1135702023', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2639', '339', '25', '9', '1133437251', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3495', '447', '17', '42', '1135701316', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2641', '349', '82', '39', '1133442127', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2642', '344', '40', '39', '1133442235', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3494', '447', '17', '38', '1135700231', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2644', '350', '11', '39', '1133443551', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2645', '333', '65', '10', '1133446209', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2646', '333', '65', '4', '1133446318', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2647', '333', '65', '10', '1133446415', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2648', '333', '65', '4', '1133446558', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2649', '333', '65', '10', '1133446623', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2650', '333', '65', '4', '1133446648', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2651', '333', '65', '10', '1133446723', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2652', '351', '104', '39', '1133447919', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2653', '333', '65', '35', '1133450462', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2654', '333', '65', '10', '1133450811', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2655', '333', '65', '35', '1133455900', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3493', '449', '1', '11', '1135698691', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2657', '333', '65', '10', '1133457260', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2658', '349', '82', '9', '1133458996', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2659', '349', '82', '39', '1133459054', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2660', '352', '82', '9', '1133459294', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2661', '352', '82', '39', '1133460444', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2662', '333', '65', '35', '1133463744', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2663', '333', '65', '10', '1133464049', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2664', '333', '65', '28', '1133464328', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2665', '352', '82', '2', '1133466993', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2666', '333', '65', '35', '1133468758', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2667', '353', '85', '22', '1133472427', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2668', '353', '85', '31', '1133475744', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2669', '333', '65', '28', '1133487802', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2670', '354', '25', '3', '1133492458', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2671', '355', '77', '38', '1133492577', '466e864a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2672', '333', '65', '10', '1133495221', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3492', '452', '21', '11', '1135698639', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2674', '357', '5', '-1', '1133504039', '4427c6fe', 'Ducky Sawyer', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2675', '333', '65', '9', '1133531854', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3491', '447', '17', '42', '1135697926', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2677', '350', '11', '8', '1133533755', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2678', '333', '65', '8', '1133535643', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2680', '359', '17', '38', '1133538524', '97c5e83c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2681', '359', '17', '42', '1133542457', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2682', '360', '40', '8', '1133543177', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3490', '447', '17', '38', '1135694129', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2684', '359', '17', '38', '1133545145', '97c5e83c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2685', '353', '85', '22', '1133545250', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2686', '361', '3', '8', '1133546673', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2687', '361', '3', '8', '1133546760', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2688', '359', '17', '42', '1133547415', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2689', '357', '5', '39', '1133552275', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2690', '333', '65', '10', '1133552363', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2691', '359', '17', '38', '1133553278', '97c5025a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2692', '333', '65', '9', '1133553947', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2693', '359', '17', '42', '1133554622', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2694', '359', '17', '22', '1133554891', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2695', '333', '65', '10', '1133555409', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2696', '359', '17', '38', '1133557556', '97c5025a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2697', '359', '17', '22', '1133559150', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2698', '359', '17', '42', '1133559522', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2699', '333', '65', '29', '1133560541', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2700', '333', '65', '28', '1133560856', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2701', '333', '65', '10', '1133560969', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2702', '333', '65', '10', '1133561024', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2703', '333', '65', '10', '1133561112', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2704', '339', '25', '29', '1133561202', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2705', '333', '65', '10', '1133561211', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2706', '333', '65', '29', '1133561321', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2707', '359', '17', '38', '1133561360', '97c5025a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2708', '333', '65', '10', '1133561374', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2709', '333', '65', '29', '1133561607', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2710', '362', '60', '29', '1133562201', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2711', '333', '65', '10', '1133562971', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2712', '333', '65', '27', '1133563205', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2713', '333', '65', '6', '1133563424', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2714', '333', '65', '29', '1133563429', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2715', '363', '40', '8', '1133563853', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2716', '333', '65', '10', '1133563958', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2717', '333', '65', '31', '1133564024', '47022264', '', '1', '0', '1', '0', '1133630300', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2718', '333', '65', '-1', '1133564130', '458d694c', '', '1', '0', '1', '1', '1133564486', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2719', '333', '65', '8', '1133564158', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2720', '333', '65', '39', '1133564342', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2721', '333', '65', '29', '1133564581', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2722', '333', '65', '6', '1133564733', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2723', '333', '65', '4', '1133564863', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2724', '333', '65', '-1', '1133564926', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2725', '333', '65', '8', '1133565785', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2726', '333', '65', '9', '1133569185', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2727', '359', '17', '22', '1133569450', '18e1c760', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2728', '333', '65', '4', '1133578606', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2729', '336', '14', '4', '1133578771', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2730', '333', '65', '9', '1133582097', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2731', '336', '14', '9', '1133582137', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2732', '336', '14', '4', '1133585675', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2733', '333', '65', '10', '1133586787', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2734', '333', '65', '6', '1133586959', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2735', '333', '65', '-1', '1133587462', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2737', '333', '65', '6', '1133587956', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2738', '333', '65', '-1', '1133588151', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2739', '333', '65', '6', '1133588710', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2740', '333', '65', '-1', '1133599129', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2741', '333', '65', '9', '1133618395', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2742', '336', '14', '9', '1133618854', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2743', '336', '14', '4', '1133620541', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2744', '333', '65', '8', '1133621105', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3489', '413', '93', '6', '1135661319', '18c42fa6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2746', '336', '14', '9', '1133621865', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2747', '336', '14', '4', '1133622372', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3487', '413', '93', '6', '1135646344', '18c42fa6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2749', '333', '65', '-1', '1133624037', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3488', '413', '93', '36', '1135658495', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3485', '449', '1', '8', '1135607500', '42d4053b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2752', '336', '14', '9', '1133628881', '18e1c760', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2753', '333', '65', '3', '1133630039', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2754', '333', '65', '29', '1133631390', '45771e25', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2755', '333', '65', '-1', '1133647368', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2756', '333', '65', '-1', '1133647636', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2757', '333', '65', '-1', '1133647861', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2758', '333', '65', '-1', '1133648021', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2759', '333', '65', '-1', '1133648278', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2760', '333', '65', '-1', '1133648328', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2761', '333', '65', '-1', '1133649379', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2762', '333', '65', '-1', '1133649546', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2763', '333', '65', '-1', '1133649746', '46e87a31', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2764', '364', '40', '8', '1133701485', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2765', '364', '40', '8', '1133703422', '42d4049a', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2766', '365', '76', '-1', '1133735479', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2767', '357', '5', '-1', '1133758637', '442c3213', 'Ducky', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2768', '366', '3', '41', '1133763352', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2769', '367', '19', '39', '1133787643', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2770', '366', '3', '39', '1133787798', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2771', '368', '104', '39', '1133788200', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2772', '369', '19', '25', '1133788358', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3484', '449', '1', '-1', '1135461507', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2774', '371', '19', '2', '1133790554', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2775', '372', '22', '39', '1133790853', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2776', '357', '5', '2', '1133791025', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2777', '373', '25', '39', '1133791115', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2778', '374', '25', '39', '1133791467', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2779', '375', '44', '39', '1133791532', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2780', '318', '75', '39', '1133791627', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4198', '528', '100', '39', '1147187734', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2782', '376', '82', '2', '1133791672', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2783', '371', '19', '-1', '1133792184', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2784', '376', '82', '39', '1133792363', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2785', '312', '41', '39', '1133792525', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2786', '317', '92', '39', '1133792658', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4209', '529', '82', '39', '1147191808', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2788', '313', '61', '39', '1133792837', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4196', '528', '100', '51', '1147185905', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2790', '378', '70', '39', '1133793472', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2791', '315', '40', '39', '1133793507', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2792', '364', '40', '39', '1133793565', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2793', '379', '84', '39', '1133793641', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2794', '364', '40', '3', '1133793793', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2795', '380', '104', '39', '1133793819', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2796', '364', '40', '39', '1133793872', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2797', '381', '88', '39', '1133793914', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2798', '382', '26', '39', '1133794063', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2799', '383', '11', '39', '1133794136', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2800', '277', '73', '39', '1133794571', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2801', '371', '19', '27', '1133794863', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2802', '371', '19', '4', '1133795533', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2803', '383', '11', '9', '1133795802', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2804', '383', '11', '39', '1133796169', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2805', '384', '65', '39', '1133796204', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2806', '371', '19', '9', '1133796423', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2807', '383', '11', '9', '1133796712', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2808', '371', '19', '35', '1133797055', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2809', '383', '11', '35', '1133797210', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2810', '371', '19', '6', '1133798394', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2811', '376', '82', '9', '1133798704', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2812', '376', '82', '39', '1133799250', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2813', '385', '24', '4', '1133800193', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2814', '376', '82', '2', '1133800251', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2815', '386', '84', '-1', '1133800254', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2816', '371', '19', '-1', '1133800653', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2817', '376', '82', '39', '1133804566', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2818', '376', '82', '2', '1133805763', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2819', '376', '82', '39', '1133806005', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2820', '376', '82', '2', '1133806302', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2821', '376', '82', '39', '1133806766', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2822', '376', '82', '2', '1133807896', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2856', '364', '40', '8', '1133839012', '42d4062b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2824', '376', '82', '39', '1133808176', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2826', '376', '82', '2', '1133808877', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2855', '390', '104', '8', '1133838718', '42d4062b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2828', '376', '82', '39', '1133809291', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2854', '371', '19', '8', '1133836327', '42d4062b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2831', '376', '82', '2', '1133809664', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2832', '376', '82', '39', '1133809903', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2833', '376', '82', '9', '1133810326', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2834', '388', '50', '9', '1133810365', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2835', '376', '82', '9', '1133811152', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2836', '376', '82', '39', '1133812392', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2837', '376', '82', '9', '1133812855', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2838', '376', '82', '39', '1133812919', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2839', '376', '82', '2', '1133813424', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2840', '371', '19', '38', '1133813988', '46109933', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2841', '371', '19', '9', '1133814265', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2842', '389', '82', '2', '1133816179', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2843', '383', '11', '36', '1133820246', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2844', '383', '11', '8', '1133820495', '42d4062b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2845', '380', '104', '41', '1133821704', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2846', '371', '19', '11', '1133822154', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2847', '371', '19', '12', '1133822623', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2848', '368', '104', '41', '1133824730', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2849', '368', '104', '3', '1133828103', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2850', '383', '11', '3', '1133828273', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2851', '368', '104', '39', '1133830333', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2852', '371', '19', '39', '1133830903', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2853', '371', '19', '39', '1133831093', '47022264', '', '1', '0', '1', '1', '1133873008', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2857', '315', '40', '8', '1133839684', '42d4062b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2858', '364', '40', '3', '1133843515', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2859', '368', '104', '3', '1133843797', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2860', '391', '74', '36', '1133844042', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2861', '383', '11', '41', '1133844773', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2862', '391', '74', '36', '1133844779', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2863', '383', '11', '41', '1133844818', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2864', '204', '1', '41', '1133844923', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2865', '392', '8', '36', '1133845348', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2866', '368', '104', '41', '1133846147', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2867', '204', '1', '39', '1133872517', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2868', '368', '104', '39', '1133872667', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2869', '392', '8', '39', '1133872846', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2870', '393', '82', '39', '1133878078', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2871', '371', '19', '4', '1133878476', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2872', '394', '87', '39', '1133879570', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3483', '449', '1', '41', '1135457645', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3482', '413', '93', '36', '1135456992', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2875', '390', '104', '9', '1133883378', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2876', '393', '82', '39', '1133889696', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2877', '393', '82', '2', '1133890861', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2878', '371', '19', '39', '1133890899', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2879', '396', '82', '2', '1133892666', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2880', '396', '82', '3', '1133896124', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2881', '371', '19', '3', '1133896272', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2882', '396', '82', '2', '1133896388', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2883', '396', '82', '39', '1133897409', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2884', '397', '9', '6', '1133897583', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2885', '371', '19', '-1', '1133900651', '46e86bb6', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2886', '396', '82', '2', '1133901267', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2887', '371', '19', '9', '1133904531', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2888', '392', '8', '4', '1133909963', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2889', '371', '19', '11', '1133912401', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2890', '398', '104', '39', '1133915591', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2891', '398', '104', '41', '1133916298', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2892', '398', '104', '39', '1133916666', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2893', '399', '7', '39', '1133916764', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2894', '204', '1', '41', '1133918121', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2895', '390', '104', '8', '1133919436', '42d4062b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2896', '392', '8', '36', '1133926176', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2897', '392', '8', '4', '1133926484', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2898', '392', '8', '36', '1133926698', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2899', '392', '8', '4', '1133926983', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2900', '392', '8', '36', '1133927252', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2901', '371', '19', '3', '1133928773', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2902', '371', '19', '10', '1133929106', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2903', '400', '85', '31', '1133929275', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2904', '401', '76', '36', '1133929516', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2905', '402', '76', '41', '1133937218', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2906', '371', '19', '8', '1133956783', '42d4062b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2907', '371', '19', '38', '1133959239', '46109c3d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2908', '403', '82', '39', '1133960667', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2909', '404', '84', '39', '1133966112', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2910', '371', '19', '10', '1133966434', 'ce891602', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2911', '371', '19', '9', '1133966505', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2912', '403', '82', '2', '1133967376', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2913', '204', '1', '2', '1133967480', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2914', '403', '82', '39', '1133967495', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2915', '400', '85', '22', '1133968459', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2916', '390', '104', '9', '1133975348', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2917', '403', '82', '2', '1133975831', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2918', '403', '82', '39', '1133976346', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2919', '403', '82', '2', '1133978193', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2920', '403', '82', '39', '1133980829', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2921', '405', '74', '39', '1133982381', '829c2efc', '', '1', '0', '1', '1', '1134048470', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2922', '371', '19', '38', '1133987648', '46109c3d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2923', '403', '82', '2', '1133989316', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2924', '371', '19', '10', '1133990942', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2925', '400', '85', '31', '1133991551', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2926', '400', '85', '22', '1133991865', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2927', '400', '85', '31', '1133992028', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2928', '371', '19', '11', '1133993919', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2929', '371', '19', '11', '1133994104', '43560f37', '', '1', '0', '1', '1', '1133995336', '2'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2930', '371', '19', '11', '1133994303', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2931', '371', '19', '11', '1133995420', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2932', '371', '19', '12', '1133995586', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2933', '404', '84', '14', '1133998443', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2934', '371', '19', '-1', '1133998618', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2935', '404', '84', '39', '1134000526', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2936', '371', '19', '9', '1134001650', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2937', '400', '85', '2', '1134001740', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2938', '405', '74', '39', '1134003312', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2939', '406', '104', '39', '1134003455', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2940', '404', '84', '14', '1134003503', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2941', '406', '104', '39', '1134003727', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2942', '406', '104', '41', '1134004441', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2943', '404', '84', '39', '1134004584', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2944', '406', '104', '39', '1134005039', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2945', '371', '19', '38', '1134005070', '46109c3d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2946', '371', '19', '10', '1134005510', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2947', '371', '19', '38', '1134005804', '46109c3d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2948', '371', '19', '10', '1134006419', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2949', '406', '104', '39', '1134006616', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2950', '371', '19', '6', '1134006894', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2951', '371', '19', '10', '1134007018', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2952', '406', '104', '41', '1134007252', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2953', '406', '104', '39', '1134007996', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2954', '406', '104', '41', '1134008146', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2955', '406', '104', '39', '1134008524', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2956', '404', '84', '14', '1134008705', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2957', '406', '104', '41', '1134008879', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2958', '406', '104', '39', '1134009576', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2959', '406', '104', '41', '1134010331', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2960', '406', '104', '39', '1134011428', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2961', '404', '84', '39', '1134011803', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2962', '406', '104', '41', '1134011961', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('2963', '404', '84', '14', '1134014141', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3092', '411', '63', '27', '1134260058', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3093', '404', '84', '39', '1134260502', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3094', '404', '84', '14', '1134260847', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3095', '404', '84', '39', '1134261024', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3096', '404', '84', '14', '1134261609', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3097', '413', '93', '36', '1134353090', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3098', '413', '93', '39', '1134353165', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3099', '406', '104', '41', '1134353375', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3100', '406', '104', '39', '1134354240', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3101', '406', '104', '41', '1134354966', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3102', '413', '93', '36', '1134355094', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3103', '406', '104', '39', '1134355154', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3104', '413', '93', '39', '1134355414', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3105', '406', '104', '41', '1134355923', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3106', '406', '104', '39', '1134356081', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3107', '420', '22', '39', '1134356170', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3108', '413', '93', '36', '1134356214', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3109', '406', '104', '41', '1134356238', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3110', '413', '93', '39', '1134356640', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3111', '413', '93', '36', '1134356843', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3112', '413', '93', '39', '1134357162', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3113', '406', '104', '39', '1134357289', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3114', '413', '93', '39', '1134357600', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3115', '413', '93', '36', '1134357827', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3116', '413', '93', '39', '1134357955', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3117', '413', '93', '36', '1134358440', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3118', '413', '93', '39', '1134358561', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3119', '413', '93', '36', '1134358989', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3120', '413', '93', '39', '1134359165', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3121', '406', '104', '41', '1134359309', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3122', '406', '104', '41', '1134359975', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3123', '413', '93', '36', '1134359990', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3124', '406', '104', '39', '1134360171', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3125', '413', '93', '39', '1134360226', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3126', '413', '93', '36', '1134360745', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3127', '406', '104', '41', '1134361997', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3128', '421', '76', '-1', '1134369899', '46e82dd9', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3129', '390', '104', '9', '1134385236', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3130', '411', '63', '-1', '1134385573', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3131', '406', '104', '39', '1134391477', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3132', '413', '93', '39', '1134394111', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3133', '390', '104', '9', '1134395860', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3134', '422', '11', '2', '1134396693', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3135', '411', '63', '27', '1134403214', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3136', '390', '104', '9', '1134404429', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3137', '422', '11', '4', '1134404704', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3138', '422', '11', '2', '1134407701', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3139', '397', '9', '6', '1134408617', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3140', '371', '19', '11', '1134409490', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3141', '413', '93', '36', '1134410435', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3142', '413', '93', '39', '1134410665', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3143', '413', '93', '36', '1134411672', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3144', '371', '19', '9', '1134415560', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3145', '390', '104', '8', '1134436325', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3479', '371', '19', '4', '1135391474', '18b71662', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3147', '424', '11', '39', '1134439941', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3148', '425', '70', '38', '1134444053', '97c51305', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3149', '390', '104', '9', '1134446694', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3150', '411', '63', '-1', '1134476890', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3151', '390', '104', '8', '1134477376', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3152', '411', '63', '27', '1134478665', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3153', '411', '63', '-1', '1134481360', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3154', '411', '63', '27', '1134485610', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3155', '404', '84', '39', '1134487784', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3156', '404', '84', '14', '1134488011', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3157', '404', '84', '39', '1134488191', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3158', '404', '84', '14', '1134488896', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3159', '404', '84', '39', '1134489215', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3160', '404', '84', '14', '1134489368', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3161', '371', '19', '11', '1134491584', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3162', '371', '19', '9', '1134492682', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3163', '426', '1', '39', '1134494940', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3164', '371', '19', '11', '1134496896', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3165', '371', '19', '39', '1134497658', '829c2efc', '', '1', '0', '1', '1', '1134498653', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3166', '427', '52', '11', '1134497958', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3167', '371', '19', '9', '1134498307', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3168', '371', '19', '11', '1134498789', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3169', '371', '19', '9', '1134499728', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3170', '371', '19', '11', '1134500060', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3171', '371', '19', '9', '1134500255', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3172', '371', '19', '11', '1134500588', '43560f37', '', '1', '0', '1', '1', '1134501036', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3173', '371', '19', '9', '1134500860', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3174', '371', '19', '11', '1134501512', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3175', '371', '19', '9', '1134502515', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3176', '397', '9', '37', '1134505040', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3177', '390', '104', '9', '1134510434', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3178', '371', '19', '11', '1134517461', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3179', '371', '19', '24', '1134518532', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3180', '371', '19', '-1', '1134519255', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3181', '404', '84', '39', '1134519431', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3182', '397', '9', '6', '1134519504', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3183', '404', '84', '14', '1134519847', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3184', '390', '104', '8', '1134520445', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3185', '371', '19', '8', '1134520741', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3186', '404', '84', '39', '1134521343', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3187', '390', '104', '9', '1134522061', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3188', '371', '19', '9', '1134523467', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3189', '390', '104', '8', '1134524247', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3190', '371', '19', '11', '1134524882', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3191', '371', '19', '11', '1134524986', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3192', '371', '19', '11', '1134525252', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3193', '371', '19', '12', '1134525547', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3194', '371', '19', '4', '1134526156', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3195', '371', '19', '8', '1134526746', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3196', '371', '19', '9', '1134532457', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3197', '404', '84', '14', '1134532565', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3198', '390', '104', '9', '1134532612', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3199', '371', '19', '-1', '1134532981', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3200', '371', '19', '-1', '1134550564', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3201', '411', '63', '-1', '1134558280', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3202', '390', '104', '8', '1134558598', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3203', '419', '1', '2', '1134559101', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3204', '371', '19', '11', '1134577457', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3205', '390', '104', '9', '1134577738', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3206', '411', '63', '27', '1134596066', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3207', '413', '93', '39', '1134601082', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3208', '413', '93', '39', '1134601973', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3209', '413', '93', '36', '1134602384', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3210', '413', '93', '39', '1134602678', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3211', '413', '93', '36', '1134602827', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3212', '413', '93', '39', '1134603749', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3213', '413', '93', '36', '1134603841', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3214', '371', '19', '-1', '1134603856', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3215', '413', '93', '39', '1134603938', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3216', '413', '93', '36', '1134604756', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3217', '413', '93', '39', '1134605384', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3218', '397', '9', '37', '1134605576', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3219', '413', '93', '36', '1134605641', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3223', '371', '19', '11', '1134614968', '443faa7d', '', '1', '0', '1', '1', '1134615341', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3221', '397', '9', '6', '1134606141', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3222', '428', '62', '-1', '1134608177', '46e86e04', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3224', '371', '19', '11', '1134615314', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3225', '371', '19', '-1', '1134615904', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3226', '390', '104', '8', '1134622461', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3227', '406', '104', '41', '1134637438', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3228', '390', '104', '9', '1134646097', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3229', '429', '9', '6', '1134650355', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3230', '397', '9', '37', '1134652374', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3231', '430', '33', '39', '1134652478', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3232', '397', '9', '6', '1134653298', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3233', '397', '9', '37', '1134656181', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3234', '431', '33', '39', '1134656907', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3235', '397', '9', '6', '1134662206', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3236', '371', '19', '11', '1134663856', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3237', '431', '33', '9', '1134666500', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3238', '431', '33', '39', '1134667155', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3239', '371', '19', '31', '1134667192', 'ce891602', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3240', '430', '33', '9', '1134667359', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3241', '430', '33', '39', '1134667510', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3242', '430', '33', '9', '1134668062', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3243', '429', '9', '41', '1134668478', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3244', '429', '9', '6', '1134668883', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3245', '429', '9', '41', '1134670242', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3246', '429', '9', '6', '1134670548', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3247', '432', '104', '39', '1134673057', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3248', '429', '9', '6', '1134673440', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3249', '371', '19', '38', '1134673888', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3250', '429', '9', '41', '1134675802', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3251', '429', '9', '6', '1134676157', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3252', '371', '19', '27', '1134676488', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3253', '371', '19', '4', '1134677072', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3254', '371', '19', '-1', '1134683044', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3255', '429', '9', '41', '1134684820', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3256', '371', '19', '29', '1134685984', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3257', '429', '9', '39', '1134687738', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3258', '429', '9', '41', '1134688255', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3259', '371', '19', '11', '1134689234', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3260', '371', '19', '11', '1134689497', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3261', '371', '19', '11', '1134689589', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3262', '429', '9', '39', '1134690984', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3263', '429', '9', '6', '1134691157', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3264', '429', '9', '41', '1134692089', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3265', '429', '9', '6', '1134693694', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3266', '429', '9', '41', '1134695231', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3267', '429', '9', '39', '1134696020', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3268', '429', '9', '6', '1134696061', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3269', '371', '19', '29', '1134696191', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3270', '433', '63', '3', '1134697526', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3271', '371', '19', '38', '1134699573', '466ea384', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3272', '429', '9', '6', '1134699730', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3273', '429', '9', '41', '1134700089', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3274', '429', '9', '39', '1134700950', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3275', '429', '9', '41', '1134701104', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3276', '432', '104', '39', '1134701320', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3277', '429', '9', '39', '1134702071', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3278', '432', '104', '41', '1134702469', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3279', '432', '104', '39', '1134702606', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3280', '432', '104', '41', '1134702963', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3281', '432', '104', '39', '1134703524', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3282', '432', '104', '41', '1134703806', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3283', '432', '104', '39', '1134704231', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3284', '432', '104', '39', '1134705139', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3285', '432', '104', '41', '1134705371', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3286', '432', '104', '39', '1134706400', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3287', '432', '104', '41', '1134707029', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3288', '432', '104', '39', '1134707404', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3289', '432', '104', '41', '1134707590', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3290', '432', '104', '39', '1134707871', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3291', '413', '93', '36', '1134708061', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3292', '432', '104', '41', '1134708100', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3293', '434', '82', '2', '1134732373', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3294', '419', '1', '2', '1134734343', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3295', '371', '19', '-1', '1134738855', '45762939', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3296', '347', '82', '2', '1134740589', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3297', '430', '33', '2', '1134741433', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3298', '430', '33', '39', '1134743963', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3299', '419', '1', '8', '1134744263', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3300', '371', '19', '10', '1134746358', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3301', '371', '19', '11', '1134750455', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3302', '371', '19', '11', '1134750661', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3303', '411', '63', '-1', '1134752946', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3304', '430', '33', '3', '1134753266', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3305', '404', '84', '3', '1134753746', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3306', '371', '19', '8', '1134753993', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3307', '428', '62', '-1', '1134754832', 'c35d1564', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3308', '419', '1', '2', '1134754985', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3309', '419', '1', '3', '1134759545', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3310', '419', '1', '2', '1134760161', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3311', '419', '1', '8', '1134763524', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3312', '430', '33', '3', '1134766440', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3313', '419', '1', '39', '1134769898', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3314', '419', '1', '2', '1134770045', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3315', '435', '22', '39', '1134770696', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3316', '371', '19', '11', '1134771879', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3317', '413', '93', '39', '1134771950', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3318', '404', '84', '14', '1134771982', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3319', '371', '19', '39', '1134772030', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3320', '397', '9', '37', '1134772875', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3321', '371', '19', '10', '1134773049', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3322', '397', '9', '6', '1134773303', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3323', '436', '3', '8', '1134776791', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3324', '371', '19', '38', '1134777577', '97c5e71e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3325', '371', '19', '10', '1134779228', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3326', '371', '19', '38', '1134782585', '97c5e71e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3327', '371', '19', '10', '1134784906', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3328', '371', '19', '-1', '1134785541', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3329', '371', '19', '38', '1134786225', '97c5e71e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3330', '371', '19', '25', '1134786868', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3331', '371', '19', '38', '1134787440', '97c5e71e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3332', '371', '19', '10', '1134787977', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3333', '371', '19', '38', '1134788391', '97c5e71e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3478', '452', '21', '4', '1135391404', '18b71662', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3335', '371', '19', '10', '1134790529', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3336', '371', '19', '38', '1134790915', '97c5e71e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3337', '371', '19', '6', '1134790925', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3338', '371', '19', '10', '1134791823', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3339', '371', '19', '38', '1134792560', '97c5e71e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3340', '437', '41', '-1', '1134793008', '45762939', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3477', '404', '84', '14', '1135376340', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3343', '397', '9', '37', '1134825194', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3344', '436', '3', '8', '1134829540', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3345', '438', '85', '22', '1134840177', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3476', '452', '21', '3', '1135373977', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3347', '438', '85', '45', '1134840392', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3348', '438', '85', '22', '1134840699', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3349', '438', '85', '42', '1134840783', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3350', '438', '85', '22', '1134840872', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3351', '438', '85', '45', '1134840971', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3352', '438', '85', '42', '1134841038', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3353', '439', '82', '46', '1134841908', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3354', '436', '3', '39', '1134910608', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3355', '397', '9', '6', '1134910739', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3356', '371', '19', '6', '1134910975', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3475', '404', '84', '3', '1135368922', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3778', '481', '1', '39', '1141044492', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3359', '436', '3', '8', '1134935423', '42d405a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3360', '397', '9', '37', '1134953582', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3361', '371', '19', '38', '1134998025', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3362', '371', '19', '28', '1135002983', 'ce891602', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3363', '436', '3', '39', '1135014362', '18c422c7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3364', '442', '83', '-1', '1135018758', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3365', '442', '83', '3', '1135018884', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3366', '442', '83', '-1', '1135019711', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3367', '428', '62', '-1', '1135026572', '46e86a0f', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3368', '371', '19', '11', '1135032183', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3369', '436', '3', '12', '1135032964', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3370', '442', '83', '3', '1135033008', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3371', '371', '19', '10', '1135033226', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3372', '371', '19', '28', '1135033299', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3373', '404', '84', '3', '1135035433', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3374', '442', '83', '-1', '1135038506', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3375', '436', '3', '39', '1135041587', '18c422c7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3376', '397', '9', '6', '1135041736', '18c422c7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3378', '371', '19', '11', '1135042429', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3379', '436', '3', '12', '1135043591', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3380', '371', '19', '10', '1135044709', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3381', '442', '83', '3', '1135044924', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3382', '442', '83', '-1', '1135053066', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3383', '404', '84', '14', '1135053679', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3384', '436', '3', '39', '1135058752', '18c422c7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3385', '436', '3', '12', '1135092985', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3386', '436', '3', '12', '1135094350', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3387', '371', '19', '38', '1135103318', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3388', '397', '9', '37', '1135106482', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3389', '443', '9', '37', '1135106729', '54fc3edf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3390', '371', '19', '12', '1135106905', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3391', '371', '19', '11', '1135107894', '43560f37', '', '1', '0', '1', '1', '1135116149', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3392', '371', '19', '11', '1135116114', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3393', '404', '84', '3', '1135116230', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3394', '371', '19', '-1', '1135117641', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3395', '404', '84', '-1', '1135118453', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3396', '404', '84', '3', '1135118948', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3397', '413', '93', '3', '1135120649', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3398', '404', '84', '14', '1135124183', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3399', '371', '19', '38', '1135129014', '466e8b3c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3400', '430', '33', '46', '1135164066', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3401', '430', '33', '3', '1135175447', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3402', '430', '33', '46', '1135175615', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3403', '436', '3', '39', '1135182734', '45154e67', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3404', '443', '9', '39', '1135183075', '45154e67', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3405', '444', '22', '39', '1135183947', '45154e67', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3406', '371', '19', '11', '1135184651', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3407', '445', '22', '39', '1135185023', '45154e67', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3408', '436', '3', '8', '1135185180', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3410', '430', '33', '3', '1135191600', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3411', '371', '19', '-1', '1135202314', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3412', '436', '3', '12', '1135204752', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3413', '371', '19', '28', '1135207555', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3414', '371', '19', '10', '1135207955', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3415', '371', '19', '28', '1135208048', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3416', '371', '19', '3', '1135208085', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3417', '446', '17', '38', '1135212428', '466e8b3c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3418', '371', '19', '4', '1135217039', '45154e51', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3419', '371', '19', '6', '1135217256', '45154e51', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3420', '371', '19', '-1', '1135217384', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3421', '404', '84', '3', '1135222800', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3422', '413', '93', '36', '1135223993', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3423', '404', '84', '14', '1135224239', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3424', '371', '19', '3', '1135224609', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3425', '404', '84', '3', '1135224649', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3426', '446', '17', '42', '1135249895', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3427', '436', '3', '8', '1135253460', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3428', '447', '17', '38', '1135257147', 'c04dc60b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3429', '447', '17', '45', '1135258854', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3430', '404', '84', '-1', '1135260121', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3431', '404', '84', '3', '1135261885', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3432', '404', '84', '14', '1135262255', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3433', '371', '19', '31', '1135262420', 'ce891602', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3434', '371', '19', '-1', '1135262571', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3435', '404', '84', '3', '1135262651', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3436', '404', '84', '14', '1135262828', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3437', '404', '84', '3', '1135271575', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3438', '436', '3', '3', '1135272436', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3439', '430', '33', '3', '1135272692', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3440', '430', '33', '2', '1135283389', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3441', '430', '33', '3', '1135287703', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3442', '436', '3', '8', '1135288866', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3443', '436', '3', '3', '1135288981', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3444', '413', '93', '39', '1135291718', 'cf91c0ca', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3445', '413', '93', '36', '1135292082', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3446', '448', '95', '12', '1135292834', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3447', '448', '95', '12', '1135292879', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3448', '448', '95', '12', '1135293475', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3449', '404', '84', '14', '1135293742', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3450', '371', '19', '11', '1135295451', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3451', '448', '95', '8', '1135296362', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3452', '448', '95', '12', '1135296658', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3453', '449', '1', '8', '1135297209', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3454', '448', '95', '8', '1135299707', '42d40418', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3455', '413', '93', '6', '1135300578', '44706c04', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3456', '450', '84', '-1', '1135303006', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3457', '447', '17', '38', '1135306085', '466ed139', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3458', '451', '104', '39', '1135306923', '44706c04', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3459', '413', '93', '36', '1135307567', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3460', '404', '84', '3', '1135307841', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3461', '413', '93', '6', '1135308289', '44706c04', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3462', '371', '19', '10', '1135308434', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3463', '404', '84', '14', '1135309788', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3464', '413', '93', '36', '1135315945', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3465', '413', '93', '6', '1135316979', '44706c04', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3466', '449', '1', '46', '1135349371', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3467', '447', '17', '42', '1135349729', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3468', '449', '1', '-1', '1135350229', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3469', '447', '17', '38', '1135351407', 'c04dc60c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3470', '371', '19', '11', '1135352734', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3471', '448', '95', '12', '1135353957', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3472', '413', '93', '36', '1135358064', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3473', '447', '17', '42', '1135364955', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3474', '413', '93', '6', '1135368117', '18b71662', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3637', '404', '84', '3', '1137604917', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3638', '463', '9', '46', '1137606731', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3639', '463', '9', '12', '1137633444', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3640', '463', '9', '11', '1137633575', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3641', '463', '9', '12', '1137633670', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3642', '463', '9', '11', '1137633753', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3643', '457', '93', '36', '1137646156', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3644', '463', '9', '46', '1137649513', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3645', '463', '9', '46', '1137649568', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3646', '457', '93', '6', '1137682685', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3647', '463', '9', '6', '1137683402', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3648', '458', '25', '39', '1137683520', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3649', '457', '93', '39', '1137684719', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3650', '464', '1', '39', '1137686881', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3651', '464', '1', '39', '1137687424', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3652', '464', '1', '46', '1137693855', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3653', '463', '9', '46', '1137694761', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3654', '464', '1', '39', '1137695888', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3655', '464', '1', '46', '1137699986', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3656', '463', '9', '11', '1137789131', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3657', '463', '9', '12', '1137789233', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3658', '463', '9', '11', '1137789319', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3659', '463', '9', '11', '1137789449', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3660', '464', '1', '8', '1137811501', '42d4044d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3661', '463', '9', '46', '1137864287', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3662', '463', '9', '11', '1137953007', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3663', '463', '9', '12', '1137953269', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3664', '463', '9', '11', '1137953363', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3665', '404', '84', '14', '1137958278', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3666', '463', '9', '12', '1137978782', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3667', '463', '9', '6', '1138020694', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3668', '463', '9', '46', '1138052247', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3669', '463', '9', '12', '1138054927', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3670', '465', '22', '39', '1138110936', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3671', '464', '1', '39', '1138111719', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3672', '404', '84', '39', '1138111847', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3673', '463', '9', '6', '1138111968', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3674', '466', '24', '4', '1138112456', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3675', '463', '9', '12', '1138136257', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3677', '404', '84', '14', '1138148359', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3678', '463', '9', '46', '1138187883', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3679', '464', '1', '8', '1138201967', '42d40461', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3680', '404', '84', '39', '1138215401', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3681', '463', '9', '12', '1138228935', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3682', '463', '9', '46', '1138232207', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3683', '404', '84', '14', '1138236327', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3684', '463', '9', '12', '1138245389', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3685', '463', '9', '6', '1138283906', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3686', '404', '84', '39', '1138284103', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3687', '467', '1', '3', '1138286173', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3688', '463', '9', '46', '1138329503', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3689', '404', '84', '14', '1138339327', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3690', '463', '9', '6', '1138371352', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3691', '404', '84', '39', '1138371456', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3692', '463', '9', '12', '1138593266', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3693', '467', '1', '11', '1138665600', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3694', '467', '1', '2', '1138735504', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3695', '404', '84', '14', '1138752356', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3696', '404', '84', '3', '1138918347', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3697', '467', '1', '11', '1138979942', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3698', '467', '1', '2', '1138983332', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3699', '468', '82', '2', '1138985017', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3700', '404', '84', '3', '1138999015', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3701', '467', '1', '11', '1139002102', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3702', '464', '1', '35', '1139013583', '4350a091', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3703', '467', '1', '35', '1139014131', '4350a091', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3704', '470', '25', '2', '1139342589', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3705', '470', '25', '12', '1139450315', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3706', '470', '25', '-1', '1139451803', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3707', '470', '25', '8', '1139521879', '42d404b0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3708', '470', '25', '11', '1139529175', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3709', '471', '20', '11', '1139702632', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3710', '470', '25', '3', '1139851443', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3711', '471', '20', '27', '1139851979', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3712', '471', '20', '11', '1139864247', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3713', '471', '20', '12', '1139864390', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3714', '471', '20', '11', '1139864450', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3715', '464', '1', '39', '1139920723', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3716', '470', '25', '39', '1139920958', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3717', '471', '20', '4', '1139921134', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3718', '472', '13', '4', '1139921288', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3719', '463', '9', '6', '1139921531', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3720', '473', '9', '6', '1139921693', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3721', '471', '20', '8', '1139929248', '42d40555', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3722', '470', '25', '2', '1139937213', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3723', '474', '22', '3', '1139938416', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3724', '463', '9', '2', '1139943140', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3725', '470', '25', '11', '1139946483', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3726', '470', '25', '11', '1139946528', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3727', '471', '20', '11', '1139946573', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3728', '471', '20', '11', '1139946606', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3729', '470', '25', '42', '1139951149', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3730', '470', '25', '11', '1139959339', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3731', '470', '25', '42', '1140014070', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3732', '470', '25', '11', '1140022702', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3733', '470', '25', '42', '1140028665', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3734', '475', '4', '12', '1140037074', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3735', '475', '4', '18', '1140056277', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3736', '475', '4', '2', '1140056410', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3738', '475', '4', '12', '1140108591', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3739', '475', '4', '18', '1140118302', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3741', '475', '4', '12', '1140134805', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3742', '475', '4', '18', '1140136854', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3767', '475', '4', '12', '1140640428', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3744', '475', '4', '12', '1140191664', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3745', '477', '40', '8', '1140202021', '42d40639', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3746', '478', '3', '8', '1140207125', '42d4064d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3747', '475', '4', '18', '1140208307', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3748', '478', '3', '18', '1140209964', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3749', '478', '3', '8', '1140214179', '42d405e0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3750', '478', '3', '18', '1140226040', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3751', '478', '3', '8', '1140237318', '42d404fa', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3753', '475', '4', '12', '1140395611', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3754', '471', '20', '4', '1140459329', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3755', '478', '3', '4', '1140459573', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3756', '472', '13', '4', '1140459980', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3757', '478', '3', '8', '1140491273', '42d4040e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3758', '475', '4', '18', '1140535678', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3759', '478', '3', '18', '1140535934', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3760', '478', '3', '4', '1140541964', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3761', '478', '3', '8', '1140542659', '42d4056b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3762', '478', '3', '18', '1140558836', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3766', '479', '1', '8', '1140637629', '42d40536', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3764', '475', '4', '12', '1140564150', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3765', '475', '4', '18', '1140565857', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3768', '479', '1', '12', '1140640516', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3769', '479', '1', '39', '1140706270', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3770', '479', '1', '8', '1140711074', '42d4067d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3771', '479', '1', '8', '1140711382', '42d4067d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3772', '480', '74', '36', '1140934577', '442c3213', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3773', '478', '3', '8', '1140960242', '42d4052e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3774', '471', '20', '11', '1141007805', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3775', '479', '1', '12', '1141007937', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3776', '459', '1', '12', '1141008153', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3777', '471', '20', '4', '1141044300', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3779', '481', '1', '2', '1141050945', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3780', '475', '4', '18', '1141053972', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3781', '478', '3', '18', '1141054584', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3782', '480', '74', '3', '1141061082', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3783', '481', '1', '11', '1141077807', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3784', '471', '20', '11', '1141078142', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3785', '475', '4', '12', '1141078266', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3786', '481', '1', '2', '1141127173', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3787', '481', '1', '39', '1141153182', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3788', '471', '20', '39', '1141153321', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3789', '475', '4', '18', '1141155970', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3790', '481', '1', '2', '1141158740', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3791', '482', '20', '51', '1141166472', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3792', '478', '3', '8', '1141234600', '42d4052e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3793', '481', '1', '8', '1141234944', '42d4052e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3794', '471', '20', '11', '1141408987', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3795', '478', '3', '18', '1141411148', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3796', '481', '1', '39', '1141411247', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3797', '471', '20', '4', '1141411351', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3798', '482', '20', '4', '1141411398', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3799', '478', '3', '4', '1141411515', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3800', '481', '1', '2', '1141412270', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3801', '471', '20', '12', '1141414143', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3802', '481', '1', '11', '1141424091', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3803', '471', '20', '11', '1141424230', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3804', '471', '20', '12', '1141424407', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3805', '475', '4', '12', '1141424529', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3806', '471', '20', '11', '1141424674', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3807', '481', '1', '8', '1141435709', '42d404dd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3808', '482', '20', '51', '1141451425', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3809', '482', '20', '11', '1141491296', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3810', '482', '20', '51', '1141498131', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3811', '471', '20', '4', '1141658829', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3812', '483', '82', '39', '1141659191', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3813', '478', '3', '17', '1141659549', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3814', '484', '9', '6', '1141659666', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3815', '485', '49', '28', '1141659803', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3816', '486', '25', '39', '1141660974', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3817', '478', '3', '4', '1141661822', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3818', '483', '82', '2', '1141665315', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3819', '487', '82', '2', '1141665911', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3820', '483', '82', '39', '1141668629', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3821', '483', '82', '2', '1141669722', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3822', '483', '82', '39', '1141675014', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3823', '488', '1', '11', '1141679886', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3824', '471', '20', '11', '1141680225', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3825', '489', '20', '11', '1141680740', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3826', '483', '82', '2', '1141682301', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3827', '475', '4', '18', '1141682636', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3828', '478', '3', '18', '1141682755', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3829', '478', '3', '8', '1141752177', '42d40551', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3830', '475', '4', '12', '1141769878', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3831', '482', '20', '11', '1141771084', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3832', '482', '20', '4', '1141829052', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3833', '489', '20', '4', '1141829139', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3834', '482', '20', '51', '1141831134', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3835', '475', '4', '18', '1141841209', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3836', '478', '3', '18', '1141841731', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3837', '490', '9', '54', '1141854529', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3838', '482', '20', '11', '1141857551', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3839', '482', '20', '51', '1141870251', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3840', '490', '9', '6', '1141921347', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3841', '491', '59', '3', '1141923787', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3842', '490', '9', '54', '1141924088', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3843', '490', '9', '6', '1141924925', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3844', '482', '20', '11', '1141925568', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3845', '490', '9', '54', '1141930826', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3849', '490', '9', '6', '1141997621', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3847', '483', '82', '39', '1141933215', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3848', '482', '20', '51', '1141945130', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3851', '490', '9', '54', '1142001960', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3852', '483', '82', '2', '1142003021', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3853', '492', '22', '2', '1142003148', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3854', '483', '82', '3', '1142009662', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3855', '490', '9', '6', '1142011350', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3856', '487', '82', '39', '1142011522', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3857', '483', '82', '39', '1142011596', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3858', '483', '82', '3', '1142012096', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3859', '490', '9', '54', '1142017138', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3860', '483', '82', '2', '1142023393', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3861', '490', '9', '12', '1142028070', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3862', '491', '59', '14', '1142119991', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3863', '478', '3', '8', '1142221854', '42d40659', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3864', '493', '1', '8', '1142222183', '42d40659', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3865', '491', '59', '3', '1142293423', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3866', '483', '82', '3', '1142293490', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3867', '490', '9', '6', '1142293625', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3868', '490', '9', '6', '1142293763', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3869', '490', '9', '54', '1142293876', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3871', '493', '1', '39', '1142347580', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3872', '483', '82', '39', '1142347663', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3873', '493', '1', '2', '1142347881', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3874', '483', '82', '2', '1142349464', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4394', '571', '1', '3', '1149395615', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3876', '490', '9', '12', '1142353483', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3877', '483', '82', '3', '1142355689', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4393', '571', '1', '43', '1149379522', '47013817', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3879', '490', '9', '54', '1142356111', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3880', '490', '9', '6', '1142357603', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3881', '491', '59', '14', '1142357617', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3882', '483', '82', '39', '1142357848', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3883', '491', '59', '39', '1142358078', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3884', '483', '82', '2', '1142364173', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3886', '491', '59', '14', '1142370840', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3887', '493', '1', '8', '1142374111', '42d4058c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3888', '490', '9', '54', '1142374857', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3889', '493', '1', '2', '1142382897', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3890', '483', '82', '2', '1142383458', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3891', '483', '82', '2', '1142423366', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3905', '493', '1', '-1', '1142526773', '477fcda5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3906', '495', '99', '54', '1142528985', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3907', '491', '59', '3', '1142529992', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3908', '496', '100', '2', '1142530521', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3909', '483', '82', '2', '1142530606', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3910', '497', '9', '55', '1142534392', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3911', '483', '82', '39', '1142535539', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3912', '495', '99', '6', '1142535685', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3913', '495', '99', '54', '1142536003', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3914', '497', '9', '6', '1142536018', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3915', '495', '99', '6', '1142536376', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3916', '483', '82', '55', '1142537279', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3917', '497', '9', '55', '1142537348', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3918', '491', '59', '14', '1142538826', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3919', '491', '59', '39', '1142539121', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3920', '497', '9', '39', '1142539872', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3921', '497', '9', '55', '1142543248', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3922', '483', '82', '55', '1142543507', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3923', '491', '59', '14', '1142545432', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4392', '559', '100', '43', '1149379246', '47013817', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3925', '498', '100', '55', '1142604287', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3926', '495', '99', '54', '1142605901', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3927', '498', '100', '39', '1142618452', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3928', '489', '20', '11', '1142622158', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3929', '490', '9', '12', '1142622273', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3930', '498', '100', '2', '1142628676', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3931', '497', '9', '39', '1142630705', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3932', '499', '97', '11', '1142895018', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3933', '489', '20', '11', '1142956127', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3934', '499', '97', '11', '1142981394', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3935', '482', '20', '11', '1142995947', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3936', '499', '97', '42', '1143004411', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3937', '497', '9', '55', '1143004521', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4391', '559', '100', '8', '1149377163', '42d405bd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3939', '482', '20', '51', '1143049154', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3940', '482', '20', '11', '1143063942', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3941', '499', '97', '11', '1143064448', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4390', '565', '82', '2', '1149333106', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3943', '499', '97', '42', '1143065169', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3944', '499', '97', '11', '1143066082', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3945', '482', '20', '51', '1143066583', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3946', '499', '97', '42', '1143070656', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3947', '499', '97', '50', '1143070974', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3948', '499', '97', '11', '1143085340', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3949', '482', '20', '11', '1143086007', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3950', '482', '20', '51', '1143090390', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3951', '499', '97', '42', '1143121784', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3952', '499', '97', '50', '1143121886', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3953', '499', '97', '11', '1143132217', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3954', '499', '97', '2', '1143135338', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3955', '499', '97', '50', '1143137478', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3956', '500', '100', '2', '1143151130', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3957', '499', '97', '11', '1143157537', '43560f37', '', '1', '0', '1', '1', '1143301148', '1'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3958', '499', '97', '42', '1143160523', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3959', '499', '97', '11', '1143301103', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3960', '501', '101', '12', '1143302004', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3961', '501', '101', '12', '1143302083', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3962', '499', '97', '42', '1143317114', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3963', '501', '101', '8', '1143344154', '42d405ba', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3964', '501', '101', '12', '1143423363', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3965', '499', '97', '11', '1143424604', '443faa7d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3966', '501', '101', '8', '1143432525', '42d405ba', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3967', '499', '97', '42', '1143457165', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3968', '497', '9', '55', '1143476760', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3969', '499', '97', '11', '1143481628', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3970', '501', '101', '12', '1143483663', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3971', '499', '97', '42', '1143483705', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3972', '499', '97', '11', '1143484628', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3973', '499', '97', '42', '1143488652', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3974', '501', '101', '8', '1143564035', '42d4058f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3975', '502', '1', '2', '1143570905', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3976', '497', '9', '39', '1143573836', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3977', '501', '101', '12', '1143584099', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3978', '501', '101', '8', '1143585652', '42d405ba', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3979', '502', '1', '3', '1143587338', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3980', '501', '101', '3', '1143588453', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3981', '497', '9', '55', '1143595048', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3982', '502', '1', '8', '1143601142', '42d405ba', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3983', '502', '1', '43', '1143668087', '484404e7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3984', '499', '97', '11', '1143672777', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3985', '499', '97', '11', '1143672984', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3986', '499', '97', '2', '1143716975', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3987', '499', '97', '42', '1143718200', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3988', '499', '97', '11', '1143748719', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3990', '504', '1', '51', '1143758578', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3991', '504', '1', '12', '1143773683', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3992', '504', '1', '2', '1143803404', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3993', '499', '97', '42', '1143803797', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3994', '504', '1', '43', '1143851539', '484404e7', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3995', '504', '1', '2', '1143863967', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3996', '504', '1', '43', '1143866468', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3997', '504', '1', '51', '1143875866', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3998', '504', '1', '2', '1143906175', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3999', '497', '9', '39', '1144081770', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4000', '499', '97', '11', '1144100146', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4001', '499', '97', '42', '1144165859', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4002', '497', '9', '55', '1144171056', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4003', '505', '100', '51', '1144184526', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4004', '506', '100', '51', '1144187193', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4005', '506', '100', '3', '1144189931', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4006', '506', '100', '2', '1144252873', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4007', '506', '100', '51', '1144256618', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4008', '506', '100', '8', '1144257958', '42d40667', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4009', '506', '100', '3', '1144361295', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4010', '506', '100', '51', '1144362654', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4011', '506', '100', '3', '1144427278', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4012', '491', '59', '3', '1144427395', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4013', '506', '100', '51', '1144437365', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4014', '507', '100', '51', '1144437519', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4015', '506', '100', '2', '1144440902', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4016', '491', '59', '14', '1144705472', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4017', '507', '100', '8', '1144710411', '42d404e2', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4018', '507', '100', '2', '1144852917', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4019', '507', '100', '39', '1145384363', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4020', '506', '100', '39', '1145384485', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4021', '497', '9', '39', '1145384780', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4022', '506', '100', '8', '1145414044', '42d40540', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4023', '497', '9', '6', '1145451382', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4024', '482', '20', '4', '1145451741', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4025', '508', '1', '3', '1145453844', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4026', '508', '1', '39', '1145532835', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4027', '508', '1', '43', '1145544525', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4028', '508', '1', '2', '1145545358', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4029', '507', '100', '2', '1145545778', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4030', '507', '100', '39', '1145551924', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4031', '508', '1', '51', '1145552210', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4032', '498', '100', '43', '1145556940', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4033', '507', '100', '43', '1145557277', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4034', '497', '9', '55', '1145559595', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4035', '508', '1', '55', '1145561531', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4036', '498', '100', '55', '1145561736', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4037', '507', '100', '55', '1145562269', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4038', '498', '100', '43', '1145564004', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4039', '507', '100', '43', '1145564146', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4040', '507', '100', '39', '1145619246', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4041', '507', '100', '43', '1145629638', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4042', '507', '100', '8', '1145818883', '42d40540', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4043', '482', '20', '51', '1145841568', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4044', '507', '100', '43', '1145875864', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4045', '507', '100', '39', '1146232501', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4046', '482', '20', '4', '1146234154', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4047', '497', '9', '6', '1146234492', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4048', '508', '1', '6', '1146234713', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4049', '482', '20', '51', '1146241917', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4050', '482', '20', '4', '1146242857', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4051', '482', '20', '51', '1146248631', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4052', '507', '100', '43', '1146266029', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4053', '508', '1', '43', '1146266453', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4054', '508', '1', '51', '1146278312', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4055', '508', '1', '43', '1146281933', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4056', '508', '1', '-1', '1146282069', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4057', '508', '1', '2', '1146351424', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4058', '497', '9', '55', '1146351660', '18e1bb75', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4059', '508', '1', '3', '1146359647', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4060', '491', '59', '3', '1146359920', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4061', '491', '59', '14', '1146404751', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4062', '508', '1', '39', '1146488354', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4063', '497', '9', '6', '1146489154', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4064', '482', '20', '4', '1146489528', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4065', '508', '1', '2', '1146492802', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4066', '497', '9', '55', '1146493037', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4067', '497', '9', '6', '1146493502', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4068', '482', '20', '51', '1146494791', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4069', '508', '1', '51', '1146494860', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4070', '497', '9', '55', '1146495045', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4072', '482', '20', '4', '1146500911', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4073', '509', '9', '39', '1146502885', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4074', '482', '20', '51', '1146503066', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4075', '482', '20', '4', '1146503679', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4076', '482', '20', '51', '1146503970', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4077', '510', '84', '4', '1146506381', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4078', '510', '84', '51', '1146514856', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4079', '510', '84', '4', '1146570614', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4080', '511', '100', '39', '1146576805', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4081', '511', '100', '55', '1146578542', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4082', '511', '100', '39', '1146579057', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4083', '511', '100', '2', '1146579258', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4084', '482', '20', '11', '1146581114', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4085', '499', '97', '11', '1146581723', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4086', '512', '100', '11', '1146582355', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4087', '508', '1', '8', '1146582751', '42d4052b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4088', '511', '100', '8', '1146583119', '42d4052b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4089', '511', '100', '51', '1146584256', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4090', '512', '100', '51', '1146584377', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4091', '512', '100', '2', '1146585967', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4092', '499', '97', '42', '1146586109', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4093', '511', '100', '43', '1146587135', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4094', '512', '100', '43', '1146587196', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4095', '508', '1', '43', '1146587408', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4096', '512', '100', '11', '1146592574', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4097', '508', '1', '4', '1146592710', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4098', '482', '20', '4', '1146592786', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4099', '512', '100', '39', '1146592925', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4100', '511', '100', '39', '1146593036', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4101', '508', '1', '2', '1146593719', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4102', '510', '84', '51', '1146593816', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4103', '511', '100', '2', '1146594146', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4104', '510', '84', '4', '1146594266', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4105', '511', '100', '51', '1146594323', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4106', '510', '84', '51', '1146594471', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4107', '511', '100', '39', '1146594472', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4108', '511', '100', '51', '1146594541', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4109', '510', '84', '39', '1146594663', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4110', '511', '100', '39', '1146594710', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4111', '510', '84', '2', '1146596254', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4112', '511', '100', '2', '1146596760', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4113', '513', '20', '55', '1146597373', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4114', '511', '100', '39', '1146597509', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4115', '510', '84', '39', '1146597546', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4116', '514', '84', '51', '1146598020', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4117', '511', '100', '43', '1146598275', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4118', '511', '100', '55', '1146598567', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4119', '513', '20', '28', '1146616119', '47022264', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4120', '511', '100', '51', '1146617832', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4121', '511', '100', '2', '1146663841', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4122', '513', '20', '55', '1146663949', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4123', '510', '84', '4', '1146668629', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4124', '511', '100', '51', '1146670423', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4125', '510', '84', '51', '1146670784', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4126', '510', '84', '4', '1146678201', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4127', '510', '84', '51', '1146679183', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4128', '510', '84', '4', '1146679910', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4129', '510', '84', '51', '1146680089', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4130', '510', '84', '4', '1146680221', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4131', '510', '84', '51', '1146680504', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4132', '510', '84', '39', '1146743131', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4133', '515', '100', '2', '1146748598', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4134', '516', '7', '18', '1146749193', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4135', '515', '100', '51', '1146752570', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4136', '515', '100', '39', '1146752624', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4137', '510', '84', '51', '1146752679', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4138', '510', '84', '39', '1146753419', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4139', '510', '84', '51', '1146753657', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4140', '513', '20', '28', '1146755432', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4141', '510', '84', '28', '1146755485', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4142', '510', '84', '51', '1146755970', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4143', '510', '84', '28', '1146756617', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4144', '510', '84', '51', '1146758485', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4145', '510', '84', '28', '1146759121', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4146', '510', '84', '51', '1146759424', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4147', '510', '84', '28', '1146762493', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4148', '515', '100', '2', '1146764900', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4149', '517', '100', '2', '1146764945', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4150', '513', '20', '55', '1146765153', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4151', '517', '100', '39', '1146766284', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4153', '519', '49', '28', '1146767021', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4154', '513', '20', '28', '1146767126', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4155', '517', '100', '55', '1146768006', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4156', '513', '20', '55', '1146768921', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4157', '517', '100', '51', '1146773819', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4158', '511', '100', '8', '1146791428', '42d40579', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4159', '517', '100', '8', '1146791721', '42d40579', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4160', '510', '84', '51', '1146792376', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4161', '515', '100', '3', '1146794861', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4162', '491', '59', '3', '1146795033', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4163', '491', '59', '14', '1146799001', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4164', '520', '1', '2', '1146824987', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4165', '491', '59', '39', '1146834296', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4166', '510', '84', '39', '1146834371', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4167', '513', '20', '28', '1146834881', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4168', '510', '84', '51', '1146836303', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4169', '510', '84', '39', '1146843060', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4170', '510', '84', '51', '1146847391', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4171', '513', '20', '55', '1146850194', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4172', '521', '22', '39', '1146851088', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4173', '513', '20', '28', '1146852785', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4174', '513', '20', '55', '1146857434', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4175', '513', '20', '28', '1146857879', '829c2efc', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4176', '513', '20', '55', '1146862096', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4177', '520', '1', '11', '1146876435', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4178', '491', '59', '14', '1147042792', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4179', '520', '1', '39', '1147089079', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4180', '522', '100', '39', '1147093260', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4181', '520', '1', '11', '1147096527', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4182', '523', '20', '4', '1147096898', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4183', '524', '84', '39', '1147101697', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4184', '525', '9', '6', '1147107548', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4185', '526', '104', '27', '1147176218', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4212', '526', '104', '27', '1147198145', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4213', '526', '104', '55', '1147201419', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4214', '526', '104', '27', '1147201515', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4215', '526', '104', '55', '1147201667', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4216', '530', '1', '39', '1147202431', '829c2ed7', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4217', '530', '1', '55', '1147202509', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4218', '529', '82', '2', '1147204437', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4219', '531', '90', '42', '1147207506', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4220', '532', '100', '51', '1147209576', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4221', '529', '82', '39', '1147213005', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4222', '529', '82', '2', '1147265468', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4223', '526', '104', '27', '1147267953', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4224', '529', '82', '2', '1147268483', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4225', '529', '82', '2', '1147268555', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4226', '526', '104', '55', '1147269150', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4227', '533', '22', '39', '1147275558', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4228', '529', '82', '39', '1147277012', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4229', '523', '20', '4', '1147282624', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4230', '529', '82', '2', '1147285244', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4231', '529', '82', '39', '1147285964', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4232', '534', '15', '39', '1147286785', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4233', '528', '100', '43', '1147293018', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4234', '532', '100', '3', '1147299256', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4235', '531', '90', '3', '1147299355', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4236', '523', '20', '11', '1147305472', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4237', '534', '15', '11', '1147306146', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4238', '528', '100', '2', '1147308841', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4239', '531', '90', '2', '1147309111', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4240', '532', '100', '43', '1147309732', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4241', '523', '20', '4', '1147315422', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4242', '523', '20', '39', '1147353714', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4243', '532', '100', '3', '1147364124', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4244', '534', '15', '3', '1147364567', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4245', '532', '100', '43', '1147374977', '477fc71c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4246', '535', '85', '42', '1147393709', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4247', '535', '85', '22', '1147393851', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4248', '535', '85', '42', '1147394250', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4251', '535', '85', '45', '1147394668', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4250', '535', '85', '22', '1147394489', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4252', '535', '85', '42', '1147394849', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4253', '535', '85', '22', '1147394978', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4254', '535', '85', '42', '1147395063', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4255', '535', '85', '22', '1147395261', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4256', '523', '20', '11', '1147395274', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4257', '534', '15', '11', '1147395376', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4258', '535', '85', '42', '1147395447', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4259', '534', '15', '11', '1147395760', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4260', '535', '85', '22', '1147395780', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4261', '535', '85', '42', '1147395889', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4262', '536', '20', '11', '1147395909', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4263', '535', '85', '22', '1147396097', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4264', '531', '90', '22', '1147396154', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4265', '535', '85', '42', '1147396276', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4266', '534', '15', '2', '1147396356', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4267', '523', '20', '4', '1147397133', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4268', '537', '58', '4', '1147397955', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4269', '538', '103', '39', '1147432978', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4270', '538', '103', '27', '1147433110', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4271', '539', '1', '39', '1147436551', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4272', '540', '82', '39', '1147436719', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4273', '541', '15', '39', '1147438504', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4274', '538', '103', '43', '1147449323', '477fc71c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4275', '538', '103', '27', '1147453817', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4280', '538', '103', '27', '1147651579', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4281', '543', '9', '51', '1147655338', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4279', '542', '1', '43', '1147486846', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4282', '543', '9', '39', '1147710658', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4283', '544', '40', '8', '1147715537', '42d40468', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4284', '544', '40', '39', '1147716270', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4285', '543', '9', '51', '1147717034', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4286', '543', '9', '39', '1147718695', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4287', '543', '9', '55', '1147719399', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4288', '540', '82', '55', '1147719451', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4289', '543', '9', '51', '1147721683', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4290', '545', '84', '51', '1147722873', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4291', '544', '40', '8', '1147723181', '42d40468', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4292', '544', '40', '8', '1147738597', '42d4064d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4293', '523', '20', '11', '1147739351', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4294', '546', '1', '11', '1147744390', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4295', '546', '1', '39', '1147748425', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4296', '537', '58', '39', '1147748843', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4297', '546', '1', '3', '1147749038', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4298', '540', '82', '39', '1147749077', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4299', '537', '58', '4', '1147749257', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4300', '536', '20', '8', '1147780587', '42d4064d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4301', '536', '20', '39', '1147789572', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4302', '546', '1', '2', '1147794341', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4303', '543', '9', '55', '1147794563', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4304', '546', '1', '11', '1147795077', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4305', '537', '58', '11', '1147795858', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4306', '546', '1', '3', '1147797040', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4307', '537', '58', '4', '1147797839', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4308', '546', '1', '2', '1147808769', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4309', '546', '1', '8', '1147821309', '42d4064d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4310', '552', '105', '39', '1147832265', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4311', '552', '105', '57', '1147833078', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4312', '552', '105', '39', '1147833271', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4313', '552', '105', '57', '1147833701', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4314', '552', '105', '39', '1147833862', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4315', '553', '1', '39', '1147834259', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4316', '466', '24', '4', '1147834354', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4317', '552', '105', '57', '1147834423', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4318', '552', '105', '39', '1147835058', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4319', '553', '1', '2', '1147878234', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4320', '553', '1', '39', '1147880263', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4321', '552', '105', '57', '1147881090', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4322', '543', '9', '51', '1147915359', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4323', '553', '1', '2', '1147961269', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4324', '553', '1', '11', '1147981405', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4325', '554', '16', '55', '1148396654', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4326', '543', '9', '55', '1148399152', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4327', '543', '9', '51', '1148418663', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4328', '523', '20', '39', '1148421113', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4329', '537', '58', '39', '1148421145', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4330', '543', '9', '55', '1148477860', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4331', '543', '9', '39', '1148478180', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4332', '552', '105', '39', '1148478510', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4333', '552', '105', '57', '1148482224', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4334', '537', '58', '11', '1148504883', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4335', '537', '58', '4', '1148577213', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4336', '552', '105', '39', '1148577366', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4337', '552', '105', '39', '1148578118', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4338', '555', '1', '3', '1148579978', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4339', '537', '58', '11', '1148593590', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4340', '556', '51', '11', '1148595964', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4341', '557', '39', '12', '1148597053', '43560f37', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4342', '552', '105', '57', '1148610286', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4343', '558', '84', '51', '1148669118', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4344', '559', '100', '51', '1148669344', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4345', '543', '9', '51', '1148669680', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4346', '559', '100', '2', '1148674060', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4347', '543', '9', '55', '1148674457', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4348', '559', '100', '8', '1148919976', '42d40552', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4349', '559', '100', '39', '1148993133', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4350', '559', '100', '2', '1148994177', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4351', '560', '82', '2', '1148997103', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4352', '561', '46', '42', '1149009573', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4353', '562', '94', '42', '1149009629', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4354', '563', '94', '22', '1149009775', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4355', '564', '94', '45', '1149009918', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4356', '559', '100', '51', '1149016123', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4357', '559', '100', '2', '1149018296', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4358', '565', '82', '2', '1149027717', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4359', '559', '100', '51', '1149029453', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4360', '543', '9', '51', '1149029512', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4361', '552', '105', '3', '1149093082', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4362', '552', '105', '57', '1149093437', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4363', '537', '58', '4', '1149164909', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4364', '559', '100', '39', '1149165039', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4365', '552', '105', '39', '1149166375', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4366', '565', '82', '39', '1149166550', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4367', '543', '9', '39', '1149169540', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4368', '566', '22', '39', '1149179506', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4369', '565', '82', '2', '1149180499', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4370', '552', '105', '57', '1149180774', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4371', '567', '82', '2', '1149194898', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4372', '537', '58', '11', '1149216103', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4373', '568', '1', '11', '1149216269', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4374', '568', '1', '39', '1149250618', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4376', '537', '58', '4', '1149251063', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4377', '569', '22', '39', '1149251227', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4378', '568', '1', '2', '1149264122', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4379', '570', '85', '42', '1149265719', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4380', '570', '85', '22', '1149265793', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4381', '570', '85', '42', '1149265829', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4382', '570', '85', '22', '1149265865', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4383', '570', '85', '42', '1149265905', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4384', '570', '85', '22', '1149265942', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4385', '570', '85', '42', '1149266032', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4386', '570', '85', '22', '1149266064', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4387', '543', '9', '55', '1149266193', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4388', '543', '9', '51', '1149269277', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4389', '543', '9', '39', '1149272283', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4395', '572', '1', '3', '1149395743', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4396', '565', '82', '3', '1149395883', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4397', '543', '9', '51', '1149430794', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4398', '571', '1', '-1', '1149476606', '47013817', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4399', '572', '1', '43', '1149477009', '47013817', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4400', '572', '1', '2', '1149515174', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4401', '572', '1', '39', '1149533259', '829c2e84', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4402', '572', '1', '51', '1149538484', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4403', '552', '105', '3', '1149566498', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4404', '572', '1', '3', '1149566696', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4405', '543', '9', '39', '1149601532', '829c2e84', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4406', '572', '1', '51', '1149603448', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4407', '572', '1', '2', '1149605885', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4408', '573', '106', '2', '1149608403', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4409', '571', '1', '8', '1149615559', '42d4050c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4410', '572', '1', '8', '1149615781', '42d4050c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4411', '544', '40', '8', '1149618276', '42d4050c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4412', '574', '40', '8', '1149621559', '42d4050c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4413', '575', '1', '8', '1149626440', '42d405bd', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4414', '543', '9', '51', '1149657408', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4415', '572', '1', '43', '1149683914', '47013817', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4416', '575', '1', '39', '1149690927', '829c2e84', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4417', '571', '1', '2', '1149774447', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4418', '575', '1', '2', '1149774611', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4419', '543', '9', '55', '1149774847', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4420', '572', '1', '11', '1149819388', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4421', '543', '9', '51', '1149835160', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4422', '575', '1', '8', '1149848750', '42d405ed', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4423', '572', '1', '2', '1149873139', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4424', '543', '9', '55', '1149882396', '901d0110', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4426', '574', '40', '3', '1149943719', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4427', '570', '85', '22', '1150031382', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4428', '570', '85', '42', '1150031479', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4429', '576', '8', '8', '1150124284', '42d404b0', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4430', '577', '1', '3', '1150146389', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4431', '578', '40', '3', '1150146560', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4432', '579', '83', '3', '1150146925', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4433', '580', '88', '3', '1150146963', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4434', '581', '100', '11', '1150161679', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4435', '581', '100', '11', '1150162031', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4438', '581', '100', '12', '1150162389', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4437', '571', '1', '43', '1150162258', '47013817', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4439', '582', '4', '-1', '1150163292', '47ea8bcb', 'You don\'t know me', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4440', '552', '105', '57', '1150172923', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4441', '552', '105', '39', '1150206599', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4442', '552', '105', '57', '1150227663', '4427c6fe', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4443', '552', '105', '3', '1150238550', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4444', '576', '8', '8', '1150247438', '42d405f4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4445', '576', '8', '8', '1150312125', '42d404b5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4447', '582', '4', '18', '1150319379', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4448', '581', '100', '2', '1150322194', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4449', '581', '100', '2', '1150322460', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4450', '576', '8', '39', '1150406156', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4451', '583', '1', '3', '1150645413', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4452', '582', '4', '-1', '1150676361', '47ea8bcb', 'You don\'t know me', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4453', '584', '58', '11', '1150676473', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4454', '568', '1', '11', '1150686238', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4455', '568', '1', '2', '1150714329', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4456', '583', '1', '2', '1150714394', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4457', '576', '8', '8', '1150724737', '42d4065b', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4458', '584', '58', '10', '1150734217', 'ce891602', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4459', '576', '8', '39', '1150738865', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4460', '585', '102', '4', '1150739450', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4461', '585', '102', '8', '1150832956', '42d40498', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4462', '585', '102', '39', '1150902362', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4463', '585', '102', '8', '1151326841', '42d40591', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4464', '585', '102', '4', '1151341010', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4465', '586', '22', '39', '1151349450', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4466', '587', '1', '2', '1151369444', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4467', '587', '1', '3', '1151378590', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4468', '587', '1', '51', '1151380799', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4469', '587', '1', '2', '1151405120', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4470', '587', '1', '39', '1151411046', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4471', '588', '83', '39', '1151411135', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4472', '588', '83', '51', '1151428332', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4473', '552', '105', '39', '1151429326', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4474', '552', '105', '57', '1151429733', '484e175f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4475', '588', '83', '39', '1151430493', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4476', '552', '105', '39', '1151431388', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4477', '552', '105', '57', '1151433271', '484e175f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4478', '552', '105', '39', '1151434006', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4479', '552', '105', '57', '1151434395', '484e175f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4480', '552', '105', '39', '1151435599', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4481', '491', '59', '3', '1151444105', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4482', '584', '58', '11', '1151455813', '47ea8bcb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4483', '587', '1', '2', '1151489578', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4484', '552', '105', '3', '1151511168', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4485', '552', '105', '57', '1151512545', '484e175f', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4486', '588', '83', '51', '1151540466', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4487', '552', '105', '3', '1151553663', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4488', '588', '83', '39', '1151580263', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4489', '573', '106', '39', '1151580409', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4490', '573', '106', '2', '1151601288', '901d0110', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4491', '552', '105', '57', '1151607022', '484ea6e3', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4492', '552', '105', '3', '1151623817', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4493', '552', '105', '57', '1151635987', '484e1f3e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4495', '552', '105', '3', '1151683244', 'ce891602', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4496', '552', '105', '57', '1151684785', '484e1f3e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4497', '552', '105', '57', '1151684797', '484e1f3e', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4498', '588', '83', '51', '1151690034', '458d694c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4499', '491', '59', '14', '1151700174', '458d694c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4500', '552', '105', '3', '1151701146', '47022264', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4501', '590', '1', '2', '1151923922', '18e1bb75', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4502', '590', '1', '39', '1151937553', '829c2efc', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('4503', '585', '102', '8', '1151939595', '42d4066c', '', '1', '0', '1', '1', NULL, '0'); # # TABLE: phpbb_posts_text # DROP TABLE IF EXISTS phpbb_posts_text; CREATE TABLE phpbb_posts_text( post_id mediumint(8) unsigned NOT NULL, bbcode_uid varchar(10) NOT NULL, post_subject varchar(60), post_text text, PRIMARY KEY (post_id) ); # # Table Data for phpbb_posts_text # INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2', '77bda1b9c1', 'About the Game...', 'Hey gang, I don\'t mean to get long, drawn out and speech giving and such, but as the Judge... It\'s my right. :mrgreen: This game is my shot at running a White Wolf, World of Darkness LARP. The forums you see are only a portion of the world that is available to you. As you play and as your character grows you will have more places, and more experiences open to you. NOTHING is impossible in my game. Your character has full reign of the world it lives in, but like the real world your character will also feel the backlash, or gain the rewards that his/her actions will cause. Your characters are governed by the rules and laws set forth in the World of Darkness created by White Wolf. Some of these rules may be subject to alteration in the future, but as of now we are going to be following the table top rules. That means that if you succeed exceptionally your character will gleam a little more information or have an easier time of doing things. That also means that if you fail dramatically your character will have to deal with what happens when a mistake is made. So get registered and watch the forums... More updates to follow. :smt003'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4', 'a9ec20d335', 'The Forums', 'The forums at Forgotten Dawns have been created to allow your characters a place to live, breath (sometimes) and work. Not all forums are viewable by all members. For example, humans may only see forums that they can access yet kindred may see the human forums and the forums that are specifically for kindred. Sorry humans, but those vamps are sneaky and have their claws in everything. When you want to create a post inside a forum location, do so. Just make sure that you show your character entering and exiting the location. Remember, unless your character has figured out how to clone themselves you can\'t be in two locations at the same time. If you are in the library and want to go to the club leave the library. All conversations happen on the day that the post starts. If a thread is ongoing but is not posted on for 3 or more days by the parties involved I will lock the forum and you may open a new one. This is to help prevent people from being \"time bubbled.\" Don\'t start a thread unless you are prepared to finish it, no matter how many days it may take. All conversations that are in progress when game day comes will be considered closed as of the start of game. Feel free to arrive to game a little early to finish any mid-stream conversations.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('5', 'a8efa6adea', 'How to play online.', 'When you are online and a situation arises where your character needs to make a roll of some sort you will follow the traditional table top rules. Please go to White Wolf and register with them to use the dice rollers there. http://www.white-wolf.com/login.php?mode=login You must then copy your roll in full and post the results. Sometimes there will be situations where you may not want to post a roll. ie: sleight of hand situations Please private message me your roll and I will work with all involved parties to establish the results and any counter rolls. If you are performing an action that only you the player and perhaps a subject person would know, ie: aura perception then the two of you will private message your stats back and forth to each other so that other characters and players do not see the information.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('6', '1b01eaf5e5', 'Forums and OOC vs. IC information', 'Posting on the forums is a fun way to play online all month long. Like any game though there are some things that can\'t always be governed. This is where the HONOR system comes into play. THE HONOR SYSTEM 1) You will always post your entry and exit to a board. ALWAYS. - Very few characters are allowed to enter or exit a room unseen and this must ALWAYS be done with my approval only. 2) If you type it they know it. - This means that if you are in a room with someone and having a conversation with them and you give an elaborate description of your characters thoughts/ideas/feelings, you have just granted everyone in that room telepathy and aura perception. For example: ::Judy walked into the room, her shoulders were hung low as the thought of her mother\'s death, her lost job, and her break up with Vinnie weighed on her mind. How was she going to support 3 children?:: ((This is giving everyone telepathy as they now know what is going on in her life.)) Try this instead. ::Judy walked into the room, her shoulders hung low. She went to the bar, ordered a beer and sat down with a frustrated look on her face.:: ((It gives no information aside from what a person could read with body language.)) So try to work your character with the second example. If you want to think to yourself or post something that I should know, as the Judge I get to know things, do it in your private home forum. Go in and start a thread titled, \"Thoughts while in the library,\" or something similar. Then post your thoughts there. This is great as it helps me work with you, your character, and the personal horror you\'ve come here for. Otherwise, if you type it in public that means your character is standing in the middle of the room talking to himself out loud about what is going on and everyone knows. 3) Multiple Forums - We are all nosey. Everyone loves to read what is going on in the other forums they can see. Hey man, so do I. Remember that while rule two applies to descriptions this rule applies to the fact that based on the HONOR system even though you can see a conversation in the library unless your character is actually, physically there you do not know that information in character. If you choose to go to the room your character only knows the knowledge that applies after your entry. ((This does not count for Kindred Elysium Court as when court is called all are presumed there and it is understood you may not have been able to post until hours after the thread started.)) 4) Delayed posting - What happens if you post that your character is in the thread and the thread continues while you are at work and not able to post. Well, lucky you, we all understand that real life happens and you can still respond to things that are said. You can either post a direct response or you can have your character listening intently and choosing not to respond until the point you have been able to return to your computer. 5) Remember, noone is going to monitor your comings and goings in a room, but you want to adhere to the honor system as people may notice when you are doing otherwise and that will only create problems.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('7', '47faa5a6b2', 'Challenges at Game', 'Okay, here comes the new part. It is really difficult to walk around a LARP carrying a bunch of dice to deal out challenges. White Wolf has developed a new method that involves 10 cards numbered Ace to 10. (yes the 10 again rule still applies, for all you Roll Master people it is just like an open ended.) What happens is when a challenge starts you will create a pool based on your character sheet stats and what your character wants to attempt. You will then be told any modifiers to your pool and will present your cards, shuffled, face down to another player. The other player will pull a card for you. This is your total pool. [b:47faa5a6b2]Successes[/b:47faa5a6b2] are as follows based on your total pool: Failure 1-9 1 Success 10-13 2 Successes 14-16 3 Successes 17-19 4 Successes 20-22 5 Successes 23-25 6 Successes 26-28 If you pull an Ace on the first pull then you automatically fail the task. Yes, even if your pool is a 9 and that would put you at a total of 10. Aces are not your friend. If you pull an Ace on a second pull ie: you pulled got a 10 again and then pulled and got an Ace the ace then only counts as a one as you succeeded when you pulled. [b:47faa5a6b2]Chance rolls:[/b:47faa5a6b2] These don\'t happen often in the LARPing enviroment but what are they and what do we do when they happen? Well, a chance roll means that for whatever reason, modifiers or another PC\'s pool your dice pool is a zero (before the pull). Your character still gets a chance roll. To win a chance roll you MUST roll a 10. If you pull a 1, 2, or 3 your character has dramatic failed (fumbled) and you are now at the mercy of THE JUDGE. At this point, the fates are angry with you so have fun! If you pull a 4-9 on a chance roll then you have failed normally. [i:47faa5a6b2]Now Judge, this all seems awefully confusing you say.[/i:47faa5a6b2] Yes, I know it does, but it really is a nice smooth system once all players have worked with it and get to know the rules. [i:47faa5a6b2]Now Judge, how to I retest?[/i:47faa5a6b2] Well, you don\'t. Get Masquerade and the ideas of retests out of your head. Retests don\'t exist. We now work of success and successes only. If your character wants to attempt an action again in the scene he/she must do so on the next turn (in combat) or must wait at least 2 minutes to try again in non-combat. [i:47faa5a6b2]Now Judge, I\'m really worried that this is going to be difficult and time consuming. [/i:47faa5a6b2] It may at first, but there are several players in this game who have been working with the Requiem system for a long time and are willing to help anyone with questions. Until later. :smt006'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('8', '88b3cc582a', 'Who is "The Judge?"', 'I am \"The Judge.\" Why do I call myself a Judge you ask? I don\'t consider myself to be a storyteller as I don\'t consider my game to be a story, a story is something linear that is told from the beginning to the end. In this type of environment you have very little room for your characters to manuver through because the end of the chapter is always in sight. That\'s not to say that my game wouldn\'t make a good story if written down, its just saying that I don\'t have a set in stone \"this bad guy is going to show up at this time\" plotline. What I have tried to do is create a world and an environment within that world where my players may do whatever they choose once introduced to the world. My job in all of this is merely to control the environment around you. Things will be introduced to keep you entertained, a bad guy here interesting world occurences there, but I will not keep you from an area or course of action. Shit go to Great Adventure if you really want but we will do rolls to see if you get sick. You will still have chapter endings occasionally as major events come to a hold but the reality is that I am merely setting up the world for you to start in and then working the day to day (or night) occurences around you. Now, just because I say I don\'t care what you do doesn\'t mean that if your character is sloppy or breaks the law he will get away with it. The full extent of the law and any other people (or things) you may have effected will come into play depending on how well you cleaned up after yourself. Noone is safe in this game. It is a Gothic Horror. My NPC\'s will die, my PCs will die. It may be after only a few short months or it may be in a year or two or you may live to be a thousand, its all up to you. Your own actions may result in your own demise.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('9', 'de4e4cdd7b', 'NPC vs. PC', 'Ahhhhhhh the age old gaming issues....NPC vs. PC. NPC: Definition - A non-player character. In my game there will be NPC\'s to help me start the game. These people are a mix of several people I know who understand that while they are allowed to take some liberties with their characters and develop them they are here to help flesh out the game for you, the Player. They can and will be called upon at times to help develop the world for you. If that means that they have to die, then oops...they die. Oh well GNC. PC: Definition - A player character. In this game you are the key to everything. What you want to do is what makes this game a story to be told.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('10', 'c1d2d07ce3', 'Character Creation', 'If you are interested in learning more about creating a character for Forgotten Dawns feel free to email me at the link below and we will begin the process. All first time players in FD must enter the game as human. It will be your actions at that point that will carry you through into the World of Darkness.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('11', '025eacd811', 'Character Creation Rules', 'Welcome to how to live in Forgotten Dawns. To create a character there are a couple simple rules. 1) Characters may start off as any of the 5 standard clans inthe Vampire the Requiem core book. 2) You must send me a concept of your character via E-mail prior to creation. 3) After receiving your concept aproval, generate a base character sheet with 35 additional points and send it to me or call me so that we can discuss background and story for your character. 4) play and have fun.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('12', '6945df48a0', 'Monday July 4th', '::The holiday has kept the bar relatively slow aside from the occasional patron wondering in to use the bathroom. Behind the bar is a woman in her late 20\'s who smiles at each person who enters.:: ::At the back of the bar there are two poker tables. Another woman with brown hair, pulled back loosely in a braid that hangs down her back, and a man sit playing poker silently. Smoke wafts around them as the woman in a white tank top, blue jeans, and black boots deals another hand. They mumbling voices can barely be heard over the music in the bar.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('13', '29c6e91d46', 'Havens and feeding...', 'You will all have your own private haven forum that only you and the Judge can see. It is in this room that you can let me know your characters habits and quirks. I believe these are critical to who your character is and sometimes, unfortunantly, that gets lost in the hussle of game or the abyss that is an email inbox. You will also be sending me feeding scenes once a month as I want to know how and where your character is feeding. Feeding grounds will be handed out by the Seneschal and Prince as they see fit when the maps and borders are established. Feel free to send me write ups via this board whenever you want. You will also use this board to complete the CES (Character Experiance Summary) after each game. This is how you will earn any XP above the stanard 2 XP earned for showing to game. If you have any questions PM me and I\'ll be happy to answer. Thanks, The Judge'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('14', 'fbe6f04f14', 'XP', 'How you earn XP. 1) Every person who attends a game will earn 2 XP. 2) There will be additional XP given at wrap up for the following reasons: [list:fbe6f04f14]Coolness factor - Your PC, nominated by someone else, did something very unique and interesting.[/list:u:fbe6f04f14] [list:fbe6f04f14]Roleplay - You stayed in character and did an exceptional job of doing so. This includes playing any flaws or working within the scope of your virtue and vice.[/list:u:fbe6f04f14] 3) The CES form: This short question list will help me decide if you should earn extra XP and will be between you and I only. 4) Online Play - How active you are online will also earn you XP. This doesn\'t mean if you post a bunch of pointless I\'m sitting in the bar posts you will be granted XP. The posts and actions your character is taking have to lend to the development of your character and the story. Questions: 1) Did your character learn anything during game. This shouldn\'t be something simple, but something that has helped develop or change your character in some way. 2) Did your character do anything heroic at all? Did your character act outside his/her personality and do something that made a difference in the outcome of the game? Heroics shouldn\'t be confused with brash stupidity like running in guns blazing when you know there are bad guys around. Social moves can be heroic also. 3) Give me an idea of what you thought of game. This doesn\'t count for XP but I want to know what you think. [i:fbe6f04f14]Please note: All NPC\'s will receive a flat rate for XP. That\'s because you guys know what you are doing and are good at it. You are expected to do well.[/i:fbe6f04f14]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4197', '1cb3f0b474', '', 'Are you going to recount the entire game? Oh I\'ll give you the stats for your new toy in a bit.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4198', 'c40f0023c3', '', 'OMFG I LOVE the Brick AVATAR! It was fun guys.. great time... good food good friends... I like'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('699', '2cdb2a2fee', '', '\"Eveniing Saskia. How are things?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('16', 'b82582859c', 'this board', 'Hey Shan as you have probably figured the forum with your name on it is your haven forum so you know what to do from here, have fun.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('17', 'fb946085b4', '', '::Moira comes in. She\'s dressed in a pair of slightly flaired jeans, a black close fitting ribbed polo. A gold crucifix can be seen hanging dangling from her neck. Her hair is pulled back in a barrett and hangs loosely mid-back. She looks around, as if looking for someone specific::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('18', '7425626950', '', '::Saskia looks up from the hand she was just given. She tosses in a couple chips as she watches Moira look around.:: Dah. ::said in her general direction:: ::She puts her elbows on the table and leans forward a little the man across from her hides his cards better and she winks at him.:: Who are you lookin\' for? ::There is a thick accent in her voice, Eastern European probably.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('19', '5968022958', '', '::she sees Saskia:: Eve\'nin. ::she smiles and heads over to the table:: Eve\'nin all ::she smiles at the players. She has a fairly strong irish accent::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('20', '4d09badde2', '', '::Gives the man two cards and waits for him to deal to her.:: Evening back. ::nods a little:: What you need? Want to play a hand? A drink? ::motions to the bar:: ::She puts the cigarette out and looks up.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('21', '10abf3fab7', '', 'I wouldn\'t want to disturb anything by join\'n in.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('22', '4dd332f769', '', '::She forcefully puts her cards on the table and folds.:: Dah. No, sit. ::motions to a chair:: He kicking my ass anyway. Maybe you balance da cards. Help me out. ::The guy chuckles to himself and stands up. He excuses himself from the rest of the game, collects his winnings and heads out.:: ::Saskia shrugs and leans back in her chair. She rests her right foot on the seat of the chair next to her and collects the cards. The knee of her jeans has a huge hole in it.:: So? ::She lights another cigarette.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('23', 'b353e6319e', '', '::she chuckles:: So? I came in for a drink ::she grins:: I\'m Irish. We like our [i:b353e6319e]drink[/i:b353e6319e]. Anything ye would recommend this evening?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('24', '75ffbe7981', '', 'Multicolord flashes can be seen now through the front windows of the bar as many of the patrons make there way to the door to go get a better look at the fireworks display only to return after the finally for more drink. They are followed by others who just happen to be on the street and the holliday crowd begins to grow.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('25', '30dc473491', '', '::Knocks on the table top a couple time.:: Dah. Irish like Guiness mostly. Good Vodka though. Import. ::She gets up and walks behind the bar shooing away the girl there.:: Annabelle go clean up the mess that family left in the corner. ::She gets a couple of Vodka mixed drinks and walks back to the table. She hands one to Moira.:: Good, dah? ::She takes a sip and sits.:: So I know you, you seem familiar. You live here long, come to da bar before? Name starts with M right? Maya? Nien...umm... ::she trails off::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('26', 'd31618203c', '', '::she laughs:: I keep forgetting that your bad with names. Moira. ::she finds it all amusing:: I used to drink alot of whisky when I was in Ireland. And then I lost my love for it. Though I do still have a small drink every once and a while. ::she sits::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('27', '28830a6855', 'Meeting With the Sanctum', 'The office is a large room with an oak desk in the center of the far wall that takes up about half of the wall. On either side of the desk are lamps, as well as in the other corners. They put out a soft white light that illuminates everything enough to be comfortable for anyone to be in. Along the walls are leather chairs enough to seat about 12 if nescessary. Prince Crane sits behinde his desk doing what appears to be paperwork as you enter. The prince is an \"official\" lookingh man who wares a blue suit and tie, his hair is cut short and he is clean shaven. When you enter he stops his paperwork and motions for the ghoul escorting you to bring chairs to the front of the desk for you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('30', 'b258b98a6c', '', 'Whiskey. Next time Annabelle make you a better drink. I know Vodka. So, what bring you to my bar. Besides a drink. Anything exciting happening?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('32', '0924d6cc76', 'Prayers', '::A tall lean woman dressed in a long black skirt and a long sleeve black turtle neck walks into the church from the back entrance. She has a delicate silver and garnet cross at her neck and a similar one holds her brown hair back from her eyes. In her right hand is an ornately decorated bible, from her left hangs a rosary that matches the two she is wearing. She walks to the front of the congregation hall and kneels very slowly infront of the crucifix. She places the bible squarely at her knees and after crossing herself she bows her head to begin praying. She stays here for a long time, almost an hour, completely silent. After that time she crosses herself again and rises as slowly as she knelt. As she is walking towards the exit of the church a low hum can be heard and she pulls out her cell phone to read a text message. She nods to herself and leaves.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3546', 'a908c38d8d', '', 'My use of vulgarity? ::a chuckle rumbles through the room:: Vulgarity my dear Sir is something very unknown to you and this day and age. True vulgarities disappeared before you were a twinkle in the stars. And since you speak of civility perhaps lessons are needed. The Seneschal will be able to school you in how to act like a civilized Invictus and how one should appear to the less civilized masses, The Keeper will be able to instruct you on how to act with civility in an Elysium Court and The Harpy, I am sure, will be glad to give a lesson on status and how a person of lesser status interacts with a person of higher status. ::he leans back in his chair and watches Abruzzesi with dark brown eyes::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('34', 'a8b63b4beb', 'Saskia\'s Haven', 'Her haven is located on the outskirts of the Rack of Morristown. The area is fairly wooded. You can\'t see the haven from the road. The haven is a log home. The property, about 4 acres, is gated with a security system and camera system that scans the property. There is a master bedroom, two bathrooms and one extra bedroom besides the kitchen and living areas. All rooms are fitted with blackout shades that slide into and out of the walls. They secure with a locking mechanism. The entire place is very plainly decorated, no art on the walls and nothing fancy where furniture is concerned only the necessities, couch, chairs, appliance a beat up coffee table. A fireplace is in the living room. In the basement there is a standard water heater and furnace set up. There is also set of weights and a punching bag that has old shaped breaks in the leather. :smt004 There is a cot in the back corner that is fairly hidden by the furnace.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('284', 'f313ea8c44', 'Druscilla\'s Ghoul', '::May change a little when I read more.:: Druscilla, despite the standard ideas that Sanctum hold, has a ghoul. The fact that she has one is not something she shares with any of the other Damned of the domain. Her ghoul has been with her for about 15 years now. It is a gentleman she met through the church and during a time of crisis in his life, his wife had died, his teenage daughter was pregnant and hooked on heroin, and he had lost his job, she came to him as a faithful advisor. He is adept in many things but mostly banking and finance areas. He maintains the majority of her funds for her although she also has a significant amount of money in accounts he is unaware of. Druscilla finds him to be useful and as such she keeps him around. She has slowly over the years taught him about the real world of darkness but she doesn\'t not hold him very high to any standards. In her eyes he is human and nothing more, just one that is useful, kind of like a cow you keep for milk instead of slaughter. The ghoul\'s name is Nathan Swanson and he fully believes that God placed him on the earth to service Druscilla\'s divine path. He has seen her use her Theban Sorcery quite a few times and has even been the unfortunate guinea pig for her when she was learning new rituals. He takes most of it in stride though as it is his work here and when he is particularly good she blesses him with an extra taste of her vitae. He has, over the years, developed not only his initial dot in celerity but a second and his first dot in Auspex. Druscilla put him through an intense training with the auspex that took several years to complete and included following him when he was unaware to be sure that he could control the power and did not use them to show off. As he believes her to be his divine purpose he is always careful about using the powers. When he was first learning though it was a difficult task for him and many nights, when she witnessed misuse, Nathan would return to Druscilla finding her extremely unhappy but ready, and with a sick smile on her face, all too happy to punish him repeatedly and extensively for his misconduct. She is actually a sick and twisted creature and several of his punishments included several small crosses sharpened to points and instense bondage. One of her favorite pasttimes with him when he really angers her is to let him sit without blood for nearly the full thirty days and then tie him, kneeling, to the foot of her bed and cutting small cuts in her wrists then spreading the vitae on his face where he can not reach it. He actually finds a sick pleaseure in that though and finds that it is when she leaves him untied, with a slit wrist held an inch or two from his face standing for hours and not letting him drink that he is more tortured as his addiction pushes him to drink, but he knows if he gives in it will be longer again until he tastes her. Sometimes the man gives in and takes her wrist. At which point she lets him take his fill, more than he normally does and then sends him away with a list of things to do not letting him come back until she calls him. Most of his activities are day activities for her but Druscilla will often allow him to sit with her quietly when she is actually in her haven. He will often run, getting her books and items she requests only to return to her bed and sit at the foot waiting for another command. She tells him nothing of her business with the Sanctum and prefers to let him see her as simply a Damned who knows the path she must take with God. What he doesn\'t know is also that Druscilla enjoys having him in her room as she enjoys having his steady and slow, as her vitae lowers the rate, beat of his heart sounding around her. To her it is a continual reminder of why God placed her here and why Longinus has instructed the Damned in the manners he had.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('35', '8d54da15dd', '', '::she smiles:: Friendly faces bring me here. And for a good drink. But I don\'t think anything exciting is going on. Rather slow goings of late. How about you? Business been good?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('36', 'cb1df66ac3', '', '::She fiddles with the poker chips, stacking and restacking them.:: Nagh, nothing. Business good. Fireworks over, people come back in. I hate fireworks... too much explosion.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('37', 'c7a2560a73', '', ':she laughs:: Did you ever like them?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('38', '306098ca53', '', '::She gets a grim look on her face.:: No, bad memories. You?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('39', '09e2c3b551', '', 'Not too bad, but as a I got older the less I want to be around them. ::she smiles slightly:: I think your friend is lost. ::she looks towards the bathrooms::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('46', 'c7ea35b888', 'PCs and NPCs', 'I think it might be a good idea to put a little page up were people could post a little bit about their PC or NPC. If people have been in this domain a long time, other\'s would know something about them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('47', '3614bfd9e1', '', 'Yes. Mrs. Lang will be arriving soon and I thought you would like to be present for the discussion.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('48', '40ab32cb39', '', 'if you guys want just to keep others who wouldn\'t know from knowing post it in the NPC IC or OOC boards.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('49', 'a546dbdcb4', '', '[quote:a546dbdcb4=\"The Judge\"]Yes. Mrs. Lang will be arriving soon and I thought you would like to be present for the discussion.[/quote:a546dbdcb4] He smiles again: \"We getting what we want, you think?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('44', 'ad8f9320d5', 'For here or to go', 'He walks into the coffee shop. He orders a carmel latté and moves to a table where he sits watching people in the room. He over hears a cople at the table next to him tell a joke and smiles. Then goes back to watching the room.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('42', '9759137e87', '', '::Gets a confused look.:: My friend? Da guy? No, he left before. Hmmm... vat new? ::She quirks an eyebrow a little and smiles, then kicks both feet up on the chair next to her leaning back more.:: Thinking I might have a baby soon. Lot\'s of good looking men around here. Italains, dark hair dark eyes. I like that. Want to be a mommy before I\'m too old. You want children someday?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('45', 'fe231751bd', '', 'Philip walks in. He smiles at the Prince and almost pats the ghoul on the head for doing a good job before he shews him away. He bows and sits. He\'s got the same \"official\" but some how it\'s different. He isn\'t shaven his tie is a little wild and his pin strip suit looks brand new, but the bright blue shirt on under it makes it look like he\'s been out to a party. \"You called for me sir?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('50', '3795d0641e', '', 'No ::she sighs:: My religion will not allow it. But even if it did I don\'t think I would want one.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('51', '85f13c5187', '', 'i hope so, at least we can sit at the table with an offering, Mrs. Lang is strickt in her observance of her faith. With hopes she will see it as a fair trade.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('52', 'be759762a6', '', '[quote:be759762a6=\"The Judge\"]if you guys want just to keep others who wouldn\'t know from knowing post it in the NPC IC or OOC boards.[/quote:be759762a6] Cool, I just thought you could make a kindred only room that people could give like a paragraph discription of what their NPC is like.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('53', '4e858dbbb2', '', 'That would be cool after a while once everyone gets to know eackh other but right now the NPC\'s are the only ones who would know. But after all is said and done we could move it public if you no one minded.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('54', '042efe9a78', '', '[quote:042efe9a78=\"The Judge\"]i hope so, at least we can sit at the table with an offering, Mrs. Lang is strickt in her observance of her faith. With hopes she will see it as a fair trade.[/quote:042efe9a78] I never got it. With them. The whole no new kindred thing. I mean if they stuck to that their fath they would slowly fad away and only those willing to do what they must would be left. ::Pause::To each their own I guess.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('56', 'a2ac214609', '', ':: smirks :: I would agree with you there but somehow they do and in the end your right, to each their own.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('57', '7280094684', '', '[quote:7280094684=\"Lawrence Crane\"]:: smirks :: I would agree with you there but somehow they do and in the end your right, to each their own.[/quote:7280094684] You have any info on any of the plebs. Anyone you\'ve been keeping a close eye on?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('58', 'de5e4ecc72', '', 'Yes in fact I do. :: he hands you a file loder with tabs that have names on them. PM comming :: What do you think?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('59', '040c361658', '', 'He looks though the files. He stops at two or three and then pauses. \"You kidding? This girl, why her. I mean, most of the others but hell, all she dose is run a coffee shop.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('60', '2875a2f0ed', '', ':: Smiles :: yes and who stops at coffee shops all the time, businessmen and women. If we absorb their off hours meeting places we could garner valuable influencial information at times. Besides she\'s the most human of them all, she may keep the others in line some.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('61', '056238e924', '', 'Philip looks upset. \"And what if the Nos want her, or the Gangrals?\" He slaps the file closed. \"If it\'s the businessmen and women you want... I\'ll take her myself. At lest we know she\'ll be keeping her mind on business that way, Poor kid.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('62', '4d9f9095bf', '', ':: He chuckles :: I don\'t think you have much to worry about Nos or Gangrel taking her, she\'s not their type. But if you like you may have that one.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('63', 'bed488e345', '', 'He closes the peeks at the file. \"Well wouldn\'t be my first choice, but if she\'s got to be made, then I should do it.\" ::Pause:: \"You eat tonight?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('64', '0cfb2ba521', '', 'Yes, I ate when I rose but I could go for something else afterwards.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('65', '3e57aafa49', '', 'Smiles:: \"Good. I stopped at the movies tonight. Got a bit in the dark. But you have to do it so quick you know? What do you have a tast for?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('66', 'aaf87fefcc', '', 'colledge maybe?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('67', '23e6fa2506', '', '[quote:23e6fa2506=\"Lawrence Crane\"]colledge maybe?[/quote:23e6fa2506] \"The colledge bar scene? Maybe get a little buz out of it?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('68', 'af20880d30', '', 'i havn\'t had a drink in a while so why not?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('69', 'f8397a242f', '', '[quote:f8397a242f=\"Lawrence Crane\"]i havn\'t had a drink in a while so why not?[/quote:f8397a242f] \"Cool. I could use a nice girl drinking shots. I had a hippy the other night I tell you I think a really saw a pick elephant.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('70', 'de287ca405', '', 'I had a simmilar experiance in the sixtys durring that whole thing. but it wasn\'t pink elephants.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('71', '9292b4152d', '', 'He walks in. He\'s all in black with sunglasses on. He moves to the bar. His voice has a hint of Maine or Boston to it. \"Yat, Ya have something daark on tap?\" To the bartender.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('72', 'd3255a632e', '', '::The girl (not Saskia) smiles at him and gets him a glass of Guiness.:: No problem sir. Wanna start a tab?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('73', 'e961e5ab93', '', '[quote:e961e5ab93=\"Anonymous\"]No ::she sighs:: My religion will not allow it. But even if it did I don\'t think I would want one.[/quote:e961e5ab93] To bad. Children are fun. Watched plenty of my friends have them and they think it good.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('74', 'a397e9de76', '', '::The door opens and a tall lean woman dressed in a long black skirt and a long sleeve black turtle neck enters. She has a delicate silver and garnet cross at her neck and a similar one holds her brown hair back from her eyes. In her right hand is an ornately decorated bible, from her left hangs a rosary that matches the two she is wearing.:: ::She gets to the front and bows slightly to the two men. When she rises she has a very slight smile on her lips. It\'s not something that is often seen.:: Pink Elephants eh gentlemen? I wonder if they taste like bubble gum. ::She sits in the chair, crosses her legs, and lies her bible on her lap her face has returned to it stoic look.:: What did you wish to see me about sir?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('75', '1dd7b8ac14', '', ':: he rises and nods to Mrs. lang as she bows. Mrs. Lang as you know we are planning to sire in a few more members to this domain and your covanant has within it\'s ranks one whome we would like to be one of the potential sires I wish to request of the Sanctum to allow this individual to particicpate.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('76', 'd4c590bb52', '', '::She raises an eyebrow.:: Really? Might I inquire as to whom you would wish I not only give permission to transgress so fiercely against our faith, ::Her voice is growing slightly more fired.:: but also try myself to convince that everything we believe is to be shot aside when asked? ::One of her fingers is slowly tracing the ornate wood cross on the front of the bible.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('77', '2e7b2384b5', '', 'Ms. Lang that is why I called you here tonight, to ask if it would be possible. I know how the Sanctum feels in regards to the embrace and would not ask if I were not prpared to offer you something in return. With that in mind I am offering a seat on the council of Primogen to the one who will be participating in this.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('78', 'f4cb13694e', '', '::Her finger stops the tracing.:: A position? That\'s what you offer... My Prince, forgive me in my forewardness, but I don\'t feel that that alone compensates for such a dier sin. According to our faith and the Testaments as Longinus himself saw fit to give us. It is a mockery of what we believe by simply allowing those around us to partake in this event knowingly. Being a Carthian run domain, as you choose to rule, we would not even be guarenteed that this childe would become part of our covenant. Therefore gaining a position, but possibly loosing many as our numbers unbalance with the others in the domain.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('79', '5d27597742', '', '[quote:5d27597742=\"Druscilla Lang\"]::The door opens and a tall lean woman dressed in a long black skirt and a long sleeve black turtle neck enters. She has a delicate silver and garnet cross at her neck and a similar one holds her brown hair back from her eyes. In her right hand is an ornately decorated bible, from her left hangs a rosary that matches the two she is wearing.:: ::She gets to the front and bows slightly to the two men. When she rises she has a very slight smile on her lips. It\'s not something that is often seen.:: Pink Elephants eh gentlemen? I wonder if they taste like bubble gum. ::She sits in the chair, crosses her legs, and lies her bible on her lap her face has returned to it stoic look.:: What did you wish to see me about sir?[/quote:5d27597742] Philip rises nods and sits back in his chair, legs crossed.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('80', 'a1d2c8e7dc', '', ':; he sits in thought for a moment :: If you are concerned about unbalancing your position in the domain as well as in your covanant I would remind you that this appointment would be the second member of the Sanctum that would hold position in my court, the Sherriff of the domain would have been the first. Politicly this will place the desires of the Sanctum to a greater part of the whole of the domain and as you know the way I govern things a voice is an important tool in getting your point across.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('81', 'eb2b3690d1', '', '::She looks to Philip:: Your thoughts Seneschal?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('82', 'f6ef1f2b70', '', '[quote:f6ef1f2b70=\"Druscilla Lang\"]::Her finger stops the tracing.:: A position? That\'s what you offer... My Prince, forgive me in my forewardness, but I don\'t feel that that alone compensates for such a dier sin. According to our faith and the Testaments as Longinus himself saw fit to give us. It is a mockery of what we believe by simply allowing those around us to partake in this event knowingly. Being a Carthian run domain, as you choose to rule, we would not even be guarenteed that this childe would become part of our covenant. Therefore gaining a position, but possibly loosing many as our numbers unbalance with the others in the domain.[/quote:f6ef1f2b70] \"You\'re right about two things, you don\'t know that he or she would join you covenant. We do not force any belife on anyone. The secent is that we do rule this domain. As for it being a sin, surely you Testament gives some side for servivle. This wouldn\'t be the first time one of your followers sired. You have your reasons. We are putting together something improtant. And surely you can find someone here who would make a better kindred then they do a human.\" He pulls a folder out of the pile he has and hands her six folders with names and info in them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('84', '6ebbb66e81', '', '[quote:6ebbb66e81=\"Saskia Tolan\"]::The girl (not Saskia) smiles at him and gets him a glass of Guiness.:: No problem sir. Wanna start a tab?[/quote:6ebbb66e81] \"Naa, just da one. Gotta watch myself ya know.\" He hands her a twenty.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('85', '8bff9792e7', '', '::She thumbs through the folders stopping briefly on one or two before placing them under her bible.:: Very nice recon. Yes, there are those in our faith who have sired before, though it comes with a hefty price. So since, you noted that the Sheriff is already part of the Lancea Sanctum and you are not asking me directly am I to assume that it is Ms. Kelly then? Why her in particular. She is devout and I\'m not sure that if I even allowed it to happen she would do so.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('86', '12df90c371', '', '::She hands him her change and smiles.:: ::Saskia:: Dah, Jacob. Come... sit. ::it sounds somewhat like an order but not completely:: ::She starts to deal cards.:: We talking \'bout children. ::When he sits she leans over and taps his arm.:: You wanna help me make baby? ::She laughs and winks as a cigarette hangs from one side of her mouth and she finishes dealing.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('87', 'd60064468c', '', 'Because we have asked members of each clan to participate in this endeavor and she wouold be the only elligeble member of clan Nosfeatu that resides within my borders at the moment. As for her being unwilling that is why I called you to meet before I broached the subject with her. As her covanant leader I asked you first knowing that she would make no descision before consulting you. If you agree to allow it I would have you bring her my request so you can better answer her questions as she may have them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('88', '7587cea3d4', '', 'So...and I\'m only trying to get the full picture here. You wish for me to agree to the embrace of multiple kine. You then wish for me to approve that one of my own flock, the only Nosferatu in this domain be allowed to sire. You then wish for me to discuss the matter with her... You then wish for me to back your decision to her, answer her questions and untimately, hopefully you\'re thinking, convince her to sin against something she has believed in and still does for over half a century. Yes, I know, time is not relevant entirely to us, but we are speaking of one\'s beliefs here and to that it is. In exchange for this you are going to grant, the sinner, a position on your court to make up for the request. ::She straightens herself a little, as if that were possible as she has perfect posture.:: My Prince, what are you planning on compensating me with for this?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('89', 'a825c3548f', 'Druscilla Lang', 'Druscilla is the Bishop and head of the Lancea Sanctum in the Morris County area. She is extremely devout in her beliefs. She herself has never sired a child. While she will not give out her own age people have been able to guess that she has been around for at least a century if not more. She is Mekhet. Her personality is one that is very calm and stoic. Not many, actually almost noone has ever seen her smile and if you do it almost looks out of place on her lean frame. She dresses only in black ofset by a varied selection of silver crucifixes and carries a very old ornate bible constantly. Unless in public then if the situation calls she will forgo carrying it but that rarely happens. She has resided in Morris county for over 30 years, having been here before Prince Crane took control. She is rarely seen in public but all who know her and even those who don\'t are welcome to join her for midnight mass in the underground chapel. She has an open door policy on worship for everyone she meets.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('90', '6992053f78', '', ':: he raises an eybrow :: First, I am not asking that you agree to the embrace of multipl kine but informing you of it\'s happenning. I do this because I will be requeting of the heads of all of the covanants in the area to make themselves available to interveiw these new kindred for possible entry into their respective covannants. As for Ms. Kelly, it is in both of your intrests to accept the offer of position. On her part it will grant her status in the domain and a voice to be heard. On your part it will give the Lancea Sanctum a say in what her descisions are and how she presents herself. You say it is twice removed but I see it as indirectly allowing you controle of one seat on the primogen council. That would make the positions held by the Sanctum equal with those of the Carthians, I beleive this to be a fair trade.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('91', 'c150761dc0', '', '::She sighs slightly.:: Then I\'m afraid my Prince that we have reached a stalemate as I do not feel this to be sufficient. Yes, Moira will have a position and yes that would indirectly involve me, but only indirectly and it severly crosses our beliefs. Perhaps there is something more... not something to be given now, but later if I need it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('92', '52a4941dff', '', '[quote:52a4941dff=\"Druscilla Lang\"]::She sighs slightly.:: Then I\'m afraid my Prince that we have reached a stalemate as I do not feel this to be sufficient. Yes, Moira will have a position and yes that would indirectly involve me, but only indirectly and it severly crosses our beliefs. Perhaps there is something more... not something to be given now, but later if I need it.[/quote:52a4941dff] Philip\'s face goes tight. \"Perhaps you should be thinking about what you get out of this instead of what you want now. If you don\'t agree, then I\'m forced to go outside of this domain to look for a Nosfeatu of our cov. to come in and do the job for us. Chances are he or she will stick around and you wont have the only Nos in town anymore. What\'s more you have first crack at leading the youngling your way. Two Nos\'s being better then one and all. You start talking about boons and deals here miss and your books and laws don\'t mean a load of crap. We\'re doing this for all of us. If deals are to be made now you can be sure I\'ll be looking for then to be made over every little mishap from this day forth.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('93', '564007ab11', 'Philip Duke - Seneschal = Daeva', '“Naaaa, that can’t be right. If he’s that tough why isn’t he Prince?” “Don’t let him hear you talk like that. Last time someone even thought to ask if he’d take over the guy just vanished, never seen again and then… hey man where’d you go? Philip Duke is Seneschal of the Domain. Loyal to the prince he has a kind heart and a calm personality until pushed. A Daeva and a member of the Carthian Movement he’s been around almost 40 years maybe more and has brought one of his own children in to face the court of breaking the Masquerade.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('94', 'cc3b5db167', '', '[quote:cc3b5db167=\"Saskia Tolan\"]::She hands him her change and smiles.:: ::Saskia:: Dah, Jacob. Come... sit. ::it sounds somewhat like an order but not completely:: ::She starts to deal cards.:: We talking \'bout children. ::When he sits she leans over and taps his arm.:: You wanna help me make baby? ::She laughs and winks as a cigarette hangs from one side of her mouth and she finishes dealing.::[/quote:cc3b5db167] He takes a sip of the drink \"wish it were that easy love, I really do.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('95', 'bc9b1b1271', '', '::She gets a half cracked smile for a second.:: My books and laws are crap are they? ::Her grip tightens slightly on the bible in her lap.:: Crap? ::the same fire in her voice, from before is growing again:: I\'m glad you\'ve laid forth your true thoughts on what I believe. That should go over well. To know that you respect anothers beliefs so long as it doesn\'t conflict with your ideas of mass embrace. [i:bc9b1b1271]Something[/i:bc9b1b1271] which according to my beliefs I should do everything in my existence to stop. I don\'t think asking for compensation for such is beyond anything at all. I have known and heard that Prince Crane was considering such a maneuver for sometime. I expected to be called here and asked this very question for the reasons it was asked. I will do as the Prince requests, against my better judgement, but must let you know Seneschal, I don\'t appreciate idle threats to something that as you well know is custom in our kind. Perhaps one day you will be placed in the same position, that of ignoring what you truely believe and live by and then understand why accepting it is not the simplest thing to do and something which should not be taken lightly. You may have your Nosferatu if she chooses the same path I have.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('96', 'd097f245a5', '', '::She waves her hand.:: Is easy. In, out, out in. What so difficult? ::she looks at her two cards and antes.:: Anyway, Texas Hold \'em gang, ante up. Come come, don\'t be shy. I go easy on you. ::She motions to Moira to go first.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('97', '071b4d7278', '', 'The crowd around the poker table begins to thin slowly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('98', 'ab1f45cbd5', '', 'Please, I did not call this meeting to begin to levy insults, we do respect the beleifs and choices of others here and that is why I asked you first. You still have the right to refuse what was offerd to you and not take part in this. But as Sceneshal Duke had mentiond if you refuse we will go outside our ranks to find someone suitable for the task, I simply wished to make the offer to you first because you are a member of this domain and have been so since before I ruled it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('99', '60fc31348c', '', '[quote:60fc31348c=\"Lawrence Crane\"]Please, I did not call this meeting to begin to levy insults, we do respect the beleifs and choices of others here and that is why I asked you first. You still have the right to refuse what was offerd to you and not take part in this. But as Sceneshal Duke had mentiond if you refuse we will go outside our ranks to find someone suitable for the task, I simply wished to make the offer to you first because you are a member of this domain and have been so since before I ruled it.[/quote:60fc31348c] Not paying much attention to what she said Pilip turns to the Prince. \"Sorry sir, Just seemed to me we were getting the subject. And I\'m sorry Bishop. I have beliefes to it was wornge of my to doubt yours. It was you however I my coment was directed to not your book not your laws. You make arangements to live as we do I\'m sure. I\'m sorry.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('100', 'ff0b72c03e', '', '[quote:ff0b72c03e=\"Saskia Tolan\"]::She waves her hand.:: Is easy. In, out, out in. What so difficult? ::she looks at her two cards and antes.:: Anyway, Texas Hold \'em gang, ante up. Come come, don\'t be shy. I go easy on you. ::She motions to Moira to go first.::[/quote:ff0b72c03e] Jacob moves to the table.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('101', '1378d6ed89', '', '::she looks at her cards and throws in two chips, then looks to Saskia::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4195', '75b3378d9f', '', 'yeah, that is fairly disturbing....'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('103', '11356f378c', '', '[quote:11356f378c=\"Philip\"] It was you however I my coment was directed to not your book not your laws. You make arangements to live as we do I\'m sure. I\'m sorry.\"[/quote:11356f378c] Clarify this please. We\'re not sure how you are directing the comment.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('296', 'fa330ba23b', '', 'Though at times I would argue for instant kills. Especially in a Kraus game. I don\'t think it is completly needed in this game. I agree with kenya on the instant kill will make power gamers. I also think it would distract from working together, which to me will work on seperating the players from each other. My two cents for the time being.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('297', '8a72143132', '', '[quote:8a72143132=\"Carla Wilson\"]::she smiles and shakes his hand:: Nice meeting you too. Have a good one.[/quote:8a72143132] Yeah, later. *he walks out quickly*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('298', '6c15fb88c5', 'Test', 'I want to see my signature.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('105', '918bd5506d', '', 'Good. ::She waits for Jacob to ante. When he does she lies down the first three cards.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('106', '71e212f3ae', 'Saskia Tolan', 'Saskia has been in the domain comparitively shorter than anyone else. She showed up around a year and a half to two years ago. An associate of Prince Crane. She is Czechoslovakian and a Gangrel, which make for an entertaining mix as anyone whose seen the Gangrel flaw kick in will note. What is funnier than a frustrated Czech Gangrel trying to bitch you out in English? :mrgreen: Aside from that not much is know about her besides she owns Ostrava in Morristown and another bar she rarely talks about in NY. Oh, and she loves poker.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('107', '13331ef890', 'Bishop Lang\'s Chambers', '::Early Wednesday evening Druscilla enters her private chambers and begins to pour over her books reading intently. Occasionally she glances at the clock or her watch and then returns to the items in front of her.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('108', 'e34bac7c2a', '', 'OOC: What Drake was trying to say was something along the lines of... Don\'t tell us that the Sanctum means something to you and then try to bargin with it. ((but nicer, game on))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('109', '76703479ec', '', 'cool with me'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('110', '971d7a9e08', '', '[quote:971d7a9e08=\"Philip\"][quote:971d7a9e08=\"Lawrence Crane\"]Please, I did not call this meeting to begin to levy insults, we do respect the beleifs and choices of others here and that is why I asked you first. You still have the right to refuse what was offerd to you and not take part in this. But as Sceneshal Duke had mentiond if you refuse we will go outside our ranks to find someone suitable for the task, I simply wished to make the offer to you first because you are a member of this domain and have been so since before I ruled it.[/quote:971d7a9e08] Not paying much attention to what she said Pilip turns to the Prince. \"Sorry sir, Just seemed to me we were getting the subject. And I\'m sorry Bishop. I have beliefes to it was wornge of my to doubt yours. It was you however I my coment was directed to not your book not your laws. You make arangements to live as we do I\'m sure. I\'m sorry.\"[/quote:971d7a9e08] ::She looks at him and her face changes to one of being appalled.:: Seneschal, it is those things that we hold truest to ourselves which make the best items to barter with, be it skills, talents, powers, influences, or beliefs. If I did not at least consider compensation for what I am being asked to do then I myself would be casting my beliefs to the dirt we walk on. ::She moves to the edge of her chair like she is ready to stand.:: How dare you presume that because I hold them true to my existence I should not barter them when they are laid on the table to be crushed. That [b:971d7a9e08]I [/b:971d7a9e08] should simply cower and give up myself, my faith and the faith of another for free? Moira Kelly will not be the only one that looses a piece of herself on the night she embraces, if she chooses to do so. I have already made my decision and am willing to aid Prince Crane as I understand that sometimes in order to do what Our Lord wishes even we his chosen, the Damned must sometimes work against his laws, regardless of the trials it will put on what is left of our souls. Yet you continue to tell me that it is not worthy of compensation. ::their is clear disgust in her voice:: ::She turns to the Prince her voice and demenour stoic again.:: Sir, is there anything else? Do you have a particular person in mind for Ms. Kelly or is she allowed to choose from those here in these files? I wish to help you and this domain and do not want to cross lines by taking any claimed by another.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('111', '252f1219e4', 'Prince Lawrence Crane', 'Prince Crane is a calm and even temperd whose beleif in the fundamentals of his covanant governs his existance. He is willing to hear anyones voice so long as it is carried through the chain of command properly. He has ruled this domain for the last 20 years and his entire court has been with him for no less than ten years. Even though he is calm he has a great respect for the laws of the society and those who trespass against those laws are punnished fairly, but his punnishments always fit the crime. he takes great pride in this domain and respects all of its members and their individual beleifs. It is for this that he beleives his domain works so well.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('116', '063f8efd50', '', 'Ms. Kelly will be allowed to choose from the individuals in the files that were given to you in the same manner that all the others will. Once they observe the potential children they will divide them up and exchange favors and such, the way it should be.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('117', 'd8e5b908f6', '', 'OOC: Drake let me know who is in the files in case you removed any, \'cause I know you are sneaky :smt004'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('118', 'fe5329ae26', '', 'OOC: Unless Philip has something else to say. ::She stands very slowly holding the files to her chest with the bible pressed against her.:: Very well Gentlemen. ::she bows slightly:: Prince Crane I apologize for my forewardness before, sometimes the passions of my faith take control, especially when they are being tried. Unless either of you has anything else to discuss may I be excused? ::She waits calmly.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('119', '0d3a006826', '', '::at 2 am on the nose there is knock on the door::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('120', 'c2c403bac1', '', ':: He looks to Philip ( if you don\'t have anything to add go with the rest of this if you do we play from there. ) Thank you Bishop Lang for your time and I do appreciate what you are doing for the domain. :: he rises when she does and waits to sit untill she leaves. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('122', 'c3d0f6a3a6', '', '::She nods to the both.:: Goodnight, and I hope to see you both at Mass sometime. My doors are always open to you. ::She turns and leaves, the shadows seem drawn to her form as she moves. She pauses only for a second as she waits for the ghoul to open the door for her then exits.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3545', '20cb00ba22', '', 'Excellency, I daresay your use of vulgarity offends the senses. It is not appropriate for civilized Kindred of bearing to speak as such. :: pauses for a moment :: For your question of my hypothetical Prince-ship, if I were faced with a similar situation as the situation I presented, I would have reacted similarly to the way the Prince of Morris Town reacted. I would not want to prove any of the things he said right, and make a martyr of him, nor would I wish that he leave unharmed, therefore to dismiss someone that has dealt me a blow visible by all and appearing week. So I would set him upon my enemies, his own kind and see if they destroy each other.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('124', '0541215d5e', '', '::Druscilla gets up and opens the door herself.:: Please Moira, come in and have a seat. ::She sits back at her desk and closes the book she was reading marking the page with a thin glass cross attached to a long red string.:: I have something that Prince Crane wishes me to discuss with you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('125', 'ef8953058f', 'Registration', 'Hey guys when you register could you please send me a PM saying who is playing the character so that I can set up your permissions as fast as possible. Thanks The Judge'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('126', 'd94ca2df29', '', '::she enters and sits down, a curious look on her face, but remains silent waiting for the bishop to continue. her hands folded in her lap::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3544', '79ca228b3d', '', 'He\'s a diablerist sirs. Somewhere in his recent past, he\'s diablerized. That\'s all we know.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('128', '66ac74a3a2', '', '::She sighs a little and then relaxes against the back of her chair. She looks at the ceiling as she continues.:: Moira, you and I have known each other for quite a long time. We\'ve had our differences, nothing critical. You\'ve excelled at your studies and Sorcery, more so than myself although I\'ve often wished I had more time to focus. You\'ve upheld the Sanctum\'s ways and been a role model for many of the lay members we have. Of course you know all this as I\'ve made you Legate for the domain, and I delay what I have to say with praise. Not good on my part. ::She looks at Moira and there is almost a mark of sadness in her eyes.:: The other night Prince Crane called me to his chambers and confronted me with something that I had an idea was coming, but still it shocked me none the less. ::She straightens back up from her laid back position her fingers fiddle with a loose string on the chair arm. This is all odd behaviour for her, she has relaxed around Moira before, but never with so much fussing and obvious concern.:: Moira, the Princes wishes for you to sire a [i:66ac74a3a2]childe[/i:66ac74a3a2] for him. ::Her voice, while low, is a mix of anger, disgust, and sadness, but it is not directed a Moira.:: ::She waits for Moira\'s response.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('129', '7a5367ef00', '', '::at the mention of her sireing, she stops moving completly, and slowly this look of shock combined with a dozen other emotions pass over her face:: I\'m sorry Bishop Lang. But you wish for me to sire? ::she looks slightly uncomfortable::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('130', '03b7063725', '', 'Dru, Moira, in here Dru. ::She closes her eyes for a brief moment and shakes her head.:: No Moira, what I wish is for you to choose what you decide to do. I will not deny that the idea of the Prince\'s soon to come mass embrace he is planning sickens me fully. It is an utter afront to everything we believe. ::there is a low growl to her voice and her eyes look as though they could cut through someone:: His plan to grow his domain does not include bringing others in from elsewhere, except for that annoying Gangrel he shipped here, which will cause him to owe boons, but request that his own members perform acts that try and mock their own beliefs. He wishes for you to sire for him as you are the most prominant, if not the only Nosferatu in this domain and he wishes to keep the clans growing so as to have everyone\'s skills. I am not happy with his decision at all, but he is Prince so it is not my place to argue his orders to others, merely contest those requested of us. Which I did fully, to the point of ruffling the Seneschal\'s feathers a little. ::she smirks::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('131', '8501f97fbf', '', '::she studies the cards and waits for the next round to officially begin::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('132', '9c4f259386', '', '::she looks down:: If you wish it and the Prince wishes it. Then perhaps this is the path God wishes me to journey on? ::she says unsure of herself:: What will the ramification be for me from our covenant? ::she looks up::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('133', '7d652d8e5e', '', '::She leans forward on her desk.:: Moira, I do not wish for you to sire. I do not wish anyone to do so. I understand though the temptation to do so. You are being asked to do something that not many Sanctum are ever requested to do. I have never sired, have I wanted to yes, occasionally, the idea of doing so would be interesting. Seeing others experience an aspect of our life that we are not allowed makes me wonder. I have chosen not to though. I understand that God has placed me here to lead those of our beliefs and for me a childe would not be acceptable. God placed us in this domain and you, being the only Nosferatu here, are a part of his plan. There are other Mekhet, most likely either Ramier or Jacob will sire for that line. The Seneschal will most likely do for Daeva and either the Prince himself or the harpy for Ventrue. ::She slides her hand to her bible and lets it rest onto of the decorative wood cross.:: You know the ramifications. You will be punished like others who have chosen to sire. It will be public as we hide nothing from the congregation as we can hide nothing from God\'s eyes. Your position here will not be in jeopardy though as it is for your Prince and the advancement of your covenant that I will not punish you in that way.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('134', 'db065e96ae', '', '::Saskia hums to herself the song obviously from her homeland. As she does Annabelle walks up and whispers in her ear. She nods her head, throws in her chips and waits for the others. After they do she turns over the next card and grimaces.:: Nyet, ::she looks at her watch:: I fold. Cards sucking tonight, I have a meeting and close time coming. ::she hands the cards to Moira:: You deal. Annabelle, make sure [i:db065e96ae]everyone[/i:db065e96ae] leaves for bar closing in 1 hour. NJ law bites my ass. ::She scans the entire bar and nods her head approvingly.:: I go now. ::She walks out the front door.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('136', '1235a50906', 'Court has been called', ':: The court room of prince Crane is simple, a large round oak table that seats twenty sits in the center of an otherwise empty room. One chair at the table is elevated a few inches above the rest this is the Prince\'s seat. Soft lights line the walls of the room as to cast an even light across the whole room. There are three passageways that lead to the room, two may be used by the general public and one leads to the Prince\'s private chambers. To the right of the prince sits his Seneschal then the sheriff and hound. To his left sits the Herald then the Master of Elysium and Harpy, and so on. The rest may find whatever seating pleases them. :: :: OOC :: All are automatically considered at Elysium unless they otherwise specify that they are not present.:: :: IC :: I have called you all here tonight to inform you all that the plans to increase the size of our domain have finally reached the time of their completion. Unless anyone here has any objection I would like you all to begin the process of prospecting which of the potential children you would wish to embrace. If you have any questions that you would wish me to address personnally then now is the time to ask, after this meeting I would have any further inquiries addressed to Sceneshal Duke as he will be handling the night to night business associated with this endeavour. Are there any questions?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('137', '52e65f206d', '', '[quote:52e65f206d=\"Druscilla Lang\"]OOC: Drake let me know who is in the files in case you removed any, \'cause I know you are sneaky :smt004[/quote:52e65f206d] Took out the coffee shop girl.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('138', '9bbcdb0629', '', 'Philip stand to one side of the Prince about 4 feet away. He could pass for a chuck of stone he stands so still.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('139', 'd4ed49c4c2', '', 'Jacob looks at his cards then the ones on the table. he puts in the min. bet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('140', 'deca44a6a2', '', '::Druscilla enters the Elysium she nods to the Prince and Seneschal pausing for a moment. She takes one of the seats that is not reserved for officers. She places her bible on the table and folds her hands in her lap waiting. Her face is completely void of emotion.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('141', '6f088b22c8', '', 'Rameir walks in, gives a small respectfull bow, then takes a seat. He is dressed in black pants and suitjacket with a grey shirt and a pair of shades.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('142', '99aacda231', '', '::Saskia walks in, well more clunks in thanks to her boots. Her hair is in a ponytail. She\'s wearing a pair of blue jeans, one knee ripped a little and a grey tank top. She has on a pair of black suspenders that cross to an X between her breasts and a pair of sunglasses hanging out of her back pocket. She bows to both of the lead men and sits down. There is a loud crack as she sits on her sunglasses and she grumbles a little to herself as she pulls them out from under her and sets them on the table. She looks at the men with an I\'m sorry look, crosses her ankles infront of her and sits quietly waiting for court to begin.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('143', '5cd7cfeb10', '', 'Tuesday Night at the \'Ready is game night. There are groups of people playing a wide variety of games from chess, to monopoly, to risk and scrabble. It seems like almost every table has some kind of game on it. A woman with long dark hair and a black apron aproaches. \"Can I get you something?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('144', 'f802ceacd5', '', '::she nods:: Then it is God\'s will. ::she says quietly:: And I will do my duty to God, Covenant and Domain. ::she says with a bit more certainty:: Dru? ::her mood changes this time confusion crosses her face:: If I sire, that does not guarentee that we will have a new covenant member. Many times people change after the embrace, I know I did in some ways, and the one I choose may turn out in the end to not fit our covenant. What if that happens?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('145', '9246aa7381', '', '::not far behind Druscilla walks Moira. She walks at a moderate, yet tentative speed. She is dressed in black slacks and a black shirt. Around her neck is a small gold crucifix and from the belt loop on her slacks hangs a rosery. She walks in quietly offers a bow to the Prince, Seneschal and other domain officers and sits down a chair away from Druscilla. He facial features offer no hint to her emotional state, but if a person were to look into her eyes they would see a storm raging inside. When she is situated in her seat and places her hands on the table and interlocks her fingers. She waits patiently with the rest::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('146', '1149826b89', '', '::Druscilla stands up and walks to the end of her room. She stops before a medium sized crucifix on the wall and stares at the dejected form of Christ there. She crosses herself and turns back to Moira.:: No Moira, there is no gaurentee. As this is a Carthian domain there is even less of a chance as our standard methods of rising and \"inspiring\" faith in the child will be harder with the constant influx of heratic babble from the others. The Prince told me he expects all the covenants to interview the childer and that way we will get a better idea who belongs where. You will have \"first crack\" at your childe, as the Seneschal put it. ::She walks closer slowly. Her arms crossed.:: I will do what I can to aid you in hopefully leading your childe on the right path to God. You will have to work to keep your childe with us that I do not doubt. ::She returns to her desk and hands Moira a folder.:: This file contains information on those who the Prince and the Seneschal feel would make good Kindred. There are a couple in there that may interest you. Moira, understand I am not happy with the position I have put you in and it disgusts me that our faith is being tried like this. The Prince did say you have the right to say no. That is still an option.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('147', 'e4febfd16a', '', 'Dru. By doing this we could gain favours that will come in handy down the line. If by doing this helps our family, then I will do it and take whatever punishments I must. But if we don\'t see any truly positive gain for our Covenant then why? Despite being loyal members of this domain it is asking us to be what we are not and do what is not acceptable by our beliefs. ::she closes her eyes for a second, obviously in thought, then opens her eyes and begins to flip through the folder:: ((pictures with descriptions or something else?))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('148', '57bdda54f9', '', 'OOC:: Pictures and description, bios. Everyone but coffee shop Jessi. Drake snagged her. LOL IC: ::She sighs again.:: I know. I pushed for something other than the position in the domain, but the Seneschal jumped in to protect Prince Crane and told me that I was overstepping by demanding a boon from him. He actually had the audacity to tell me if I was bartering for boons with my faith...::her arms are still crossed and she is squeezing her hands on her upper arm.:: If I was bartering with my faith then my faith and words are truely nothing to me. ::she turns and walks to her desk:: Arrogant I tell you. I left Prince Crane with a distinct idea that what he was asking was more grave than what he feels. In the future I would not hesitate to bring it up to him again. The position is the best we can get now. Seneschal Duke is very protective of Crane.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('149', 'ffbca45c00', '', '[quote:ffbca45c00=\"Druscilla Lang\"]OOC:: Pictures and description, bios. Everyone but coffee shop Jessi. Drake snagged her. LOL [/quote:ffbca45c00] Hehe, that was rather quick [quote:ffbca45c00=\"Druscilla Lang\"] IC: ::She sighs again.:: I know. I pushed for something other than the position in the domain, but the Seneschal jumped in to protect Prince Crane and told me that I was overstepping by demanding a boon from him. He actually had the audacity to tell me if I was bartering for boons with my faith...::her arms are still crossed and she is squeezing her hands on her upper arm.:: If I was bartering with my faith then my faith and words are truely nothing to me. ::she turns and walks to her desk:: Arrogant I tell you. I left Prince Crane with a distinct idea that what he was asking was more grave than what he feels. In the future I would not hesitate to bring it up to him again. The position is the best we can get now. Seneschal Duke is very protective of Crane.[/quote:ffbca45c00] ::she looks at her rather incredulously:: This sounds rather shady. ::she furls her brow at a loss for words at the audacity of the seneschal:: I\'m glad they all take their existance that lightly ::she says coldly:: and do not see the levety of the situation. But I shall do my duty because you have requested it of me. ::she begins to flip through the folder looking at the bios in there:: Did you look through this. ::she motions to the folder with her eyes::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('150', '03ffb55c38', '', 'Yes, it does sound shady. They obviously see it as trying to prevent us from bitching in the future that we weren\'t allowed the opportunity to participate. Smart on their part as it does just that, but they will have to deal with things when I need something and rehash what they\'ve put us through. Let\'s just hope that God and Longinus can forgive us both for what we\'re doing. ::she pauses then continues.:: Yes I\'ve glanced at it. I figured you might take a liking to the PI or the cop. Anything interesting to you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('151', 'deb5541193', '', '::once Saskia leaves she leans over to Jacob and asks quietly:: How good at this game are you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('152', '26d3585299', '', 'a man walks in wearing jeans and a t-shirt. the shirt has splotches of paint on it. there is a long scar down his face from his temple to past the collar of his shirt. he gets a coffee and stands next to some people playing chess.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('153', '7618b733be', '', '::she laughs, looking at them:: Cream of the crop. All the prospects sound shady too. I don\'t know how well we will do for our covenant, but in regards to my clan, yes the Cop and the PI do strike me as likely candidates. ::she chuckles:: Dru...::she says becoming serious:: We shall pray to God and Longinus. And our faith shall get us through. We may be damned, but that is one of the many tests we must endure. This is merely another one on our path. ::she says with a quiet conviction::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('154', '3f7eabaa4e', '', 'Yes, Moira, we shall pray and take our punishments as we are given them. It seems as though God wishes for a few more damned to walk the earth these nights as the Kine are less concerned with his laws as of late. ::She waits a moment then continues.:: Is there anything else you wish to discuss tonight?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('155', '49f0c10a98', '', 'Not unless you do. I feel the need to spend some time in a church. ::she forces a smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('156', '8662dd0fc3', '', 'No childe, I\'m fine with the discussion we\'ve had thus far. It is important we stay united and work to better ourselves spiritually. The chapel is always open to you and my door is always here if you seek confession. Go out and hunt. Embody the predator that God has made us and then thank him for doing so. I have other business to attend to before sunrise. ::She moves to the door and opens it for Moira.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('157', '71a1750374', '', 'Thank ye Dru. I shall. ::she nods, bows slightly and exits::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('158', '92abdab731', 'Silent Conversations', '::Moira walks slowly, her eyes not exactly focused on anything, but it is clear that her feet know where to take her. She enters the chapel and walks to the alter. She crosses herself infront of the crucifix and kneels down and closes her eyes and she positions her hands infront of her, palms together in prayer. Her lips move, but no sound emerges. She stays there for 10 minutes or so, rises, crosses herself and leaves the chapel::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('159', 'a18d355539', '', '::After the Prince speaks Saskia raises her hand slightly.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('160', 'adc8bffd03', '', ':: He motions for her to speak ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('161', 'f88bdafe86', '', '::When she speaks it is respectful despite her language issues.:: So, when you wanting we should turn these people? Right away or a couple months down road?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('162', '369c5ffd18', '', 'As the sires of theese individuals I leave it to you to descide the right time to introduce them to our society in full, seeing as you will be spending the most time with them you will be best suited to make that judgement.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('163', '6c7e623372', '', '::She nods and sits back in her chair.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('170', '55b55230bb', '', 'By all means go ahead. And it goes as well as can be expected, you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('171', '37829acbad', '', '::She leans forward resting her elbows on her knees.:: First you want I kill this guy right? No, talking or make nice just kill him. Second, I thinking about taking one of candidates to help me. Gun guy. Figure he can help with ghouls. They annoying and he keep them off back. Third, 6 ghouls, that mean lots of bodies to clean up.... you able to help cover this with police?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('165', 'a1a74d6ee1', '', ':: He motions to a ghoul and he moves around the table placing file folders in front of all in attendance. The folders contain the information about the embrace candidates ( I will update them as the sheets are given to me. ) Mags- Private eye, divorced hates the ex, poor, works paranormal and missing persons cases Joel- cop, dirty, will take bribes and such Jeff- carpenter Gerry- getaway driver, gunmen Goon- freelance reporter, has a few \"friends\" ( Samuel Graves ) ( I have one more but the player hasn\'t gotten to me and the rest of theese guys don\'t have names yet. )'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('167', '3cba91540a', '', '::when the folder is placed infront of her she positions it so that it is neatly infront of her, but does nothing more with it until instructed::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('168', '76ff875b98', 'Meeting with Prince', '::Knocks on the door. Once it is opened by the ghoul she walks in, bows and sits in a chair across from him.:: How\'s goes it Prince Crane? Don\'t have much to say just a couple things to clear up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('169', '15d6384861', '', 'Theese are the embrace candidates we have picked you all may look through the files and see who it is you may desire to sire and if you are not sireing you will at least know who may soon be joining this domain.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('172', 'edf80e991c', '', '::Druscilla positions her bible on top of the file and continues to watch the Prince closely as he speaks.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('173', '3473ea5bd6', '', 'Yes he needs to be eliminated, He is trafficing information and arms to and from those who attempt to opress our movement to freedom, and he is going to be entering our boarders with the intention of not making his presence known. On the night I have planned for all of the candidates to be in one place he will have been in this domain for a week, I have already provided you with his wherabouts and his security mesures. If you think it appropriate to include him then do so just make sure if it doesn\'t settle well with him that no breaches are possible.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('174', 'bfecf74d83', '', '::She smiles a smile that seems exclusive to all Gangrel he\'s ever met. One that says, I get to hit shit yeah!:: Nyet, no breaches. What about bodies. You help take care of that? You want I should burn building down when done too?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('175', '25778cad51', '', '::she glances about the room, but not obviously. watching the reactions of the people looking through the folder::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('176', 'b08d9c991a', '', 'The bodies will be of ghouls, I don\'t know how old they are so i am uncertain of what they will look like after they are killed, if you can take any of them alive have them brought to me and I will see about reconditioning them to serve the domain and at the best maybee they will know things about their masters opperations that may prove usefull to us. But do not jeperdise the goal just to keep one of them alive, do what you must and if you get the oppertunity save them if you can.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('177', 'bb856c4a2a', '', 'Dah. I have stun gernades. Will be fun to use them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('178', '474eb4e353', '', 'If you think it nescessary I shall send the hound with you just in case.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('179', 'd0a9b9ba46', '', 'Dah. Good to have the extra hands. Sanctum though, hmmm... I can work with him. Least he won\'t turn my gun man... \'course he might eat him... Fine, hound can come, but he doesn\'t get to snack on my man.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('180', '09a6abbe44', '', ':: OOC the hound is dracul and unless the player is not it\'s also a woman, the Dracul are firm supporters of the way things are done in this domain. :: I will notify the hound to accompany you when you go, wil there be anything else?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('550', 'a2c30f9c8b', 'just staying in town', 'at least twice a week , its better that driving home and back again.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('551', 'fb9a589c0a', '', 'No, I let them have him. ::she says slowly:: I was not ready to make my choice, but my observations of him throughout the night I was crossing him off the potential list. ::she shrugs:: Also, I did not want to be part in the Seneschal\'s rush job of embracing. It was fairly messy. And I almost attacketed the whelp when he came back because I had no forwarning of his return. ::she says lips tight, obvious that the memory upsets her::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('183', 'a2e3727e8e', '', '::OOC oopsgot it confused with the Sheriff.:: Gonna do it on the night of the 6th so I ready. Does driver man know he\'s supposed to meet MJ at my bar?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('184', '906a877e6e', '', '*A young man enters with a tired look in his eyes, but after surveying the room and seeing all the games going on he seems slightly revitalized. He immediatly approaches the chess board where Sebastian is and begins to watch the game* \"Such a fantastic game isn\'t it? I love watching it.\" he says to no one in particular'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('185', '74f76fcf1d', '', ':: OOC No prb. :: :: IC :: Not unless you have contacted him before now, the streets are your territory not mine, I figured you woould better speak their language than me.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('186', 'bc61b91291', '', 'Dah. I put word out for him. ::She stands up.:: No more questions here. You need something?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('187', 'eab98aaa84', '', ':: He stands :: No nothing else here, you may get started whenever you wish.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('188', '8a7e6458d6', '', 'Yep. *said over the edge of his cup* Like the boards myself. The really unique ones. *looks at the man* You wanna play?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('189', '8d594462c1', '', '*looks up from the chess board* \"Oh hi.\" *he says in a bit of a shock* \"Play a game of chess? Sure i\'d love to! Lets just find ourselves a free board.\" *after a quick survey of the room he spots a free board and points to it* \"Theres one.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('190', '67d268b274', '', '*he nods and walks to the table, he accidently bumbs into a guy at a table (Philip) some coffee drips onto the table* Ooops, sorry man. *wipes it up with his hand then finishes walking to the table* Black or white?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('191', '779f918496', '', '::She bows a little.:: Ok, I will. ::she leaves::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('192', '9247d28f2a', '', '*chuckles silently at the accident* \"Hmmm, i\'ll go with black.\" *Begins to set up his peices* \"Ah, its been awhile since i last played.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('194', '79972ab413', '', '*sets up his pieces* me too... years... played a lot doing a stint in the hospital. white for me....i go first *moves a piece*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('195', '6c35f7e3c5', '', 'What did you do at the hospital? *Makes his move* Your turn.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('196', '8bda452ff6', '', '*he scofs* laid on my ass mostly. *points to the huge scar on his face* been told I made a couple passes at the nurses to when they had the morphine drip a little high. *chuckles and moves*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('197', '2302b14758', '', '*laughs* \"I hope for your sake they were at least cute nurses.\" *Considers what move to make next* \"That scar is a beauty, must have hit on an ill tempered nurse.\" *chuckles at his own joke then makes his move*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('199', '0d8ea2f638', '', '::a tallish woman in her early thirties woman walks in. She is dressed in a black skirt that comes to her knees, a blue blouse and matching 1940\'s style pumps.Her hair is pulled up in a tight bun and she has a bag slung over her shoulder. She hangs back and looks at the menu, contimplating her beverage. Her eyes move rapidly over the board reading everything. She seems to decide on something and walks to the line and waits to be helped. When she gets to the counter she orders a large carmel latte with soy milk and a egg salad sandwich. She pays for her food and waits for her meal to be collected and handed to her. When she gets everything she turns and looks about the room. She sees people playing chess and sees an empty chair in the back by two guys who seem to have just started their game. She smirks at something and heads for the vacant chair::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('202', '684988adb5', '', '*Looks up from the game at the approaching women* \"Hey there, hows it going? We just started, but if you wanna get in on the next game that\'d be cool.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3543', '4fc65be220', '', '::She nods:: I\'ll be back. ::She gets out of the truck and walks into the edge of the woods. After about 5 minutes she comes back out a smile on her face.:: Go back to Elysium now. ::She starts driving back. Picks up her cell phone and calls Annabelle the bartender from Ostrava. After talking for a moment or two she hangs up and they\'re bac k at the building he was being held in.:: Come on. ::She gets out and heads back into the building.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('204', 'e8c9619170', '', 'one was cute. she had a girlfriend though. *smirks* got it camping, attacked by a huge dog. *looks up* he\'ll win. i\'m not any good. *moves his night straight four places*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('205', '60e9d2afca', '', '[quote:60e9d2afca=\"Moira Kelly\"]::once Saskia leaves she leans over to Jacob and asks quietly:: How good at this game are you?[/quote:60e9d2afca] Jacob shrugs: \"I don\'t know. What\'s it called?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('206', '7a7a22becf', '', '[quote:7a7a22becf=\"Robyn Winters\"]Tuesday Night at the \'Ready is game night. There are groups of people playing a wide variety of games from chess, to monopoly, to risk and scrabble. It seems like almost every table has some kind of game on it. A woman with long dark hair and a black apron aproaches. \"Can I get you something?\"[/quote:7a7a22becf] He smiles up:: \"No, no thank you. I have a dirnk. Always like this on a week night in here?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('208', '8b361789e6', '', 'Texes hold\'em poker. ::she smiles:: Do ye know go fish? ::she chuckles::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('209', 'd560663f2f', '', '[quote:d560663f2f=\"Sebastian Wood\"]one was cute. she had a girlfriend though. *smirks* got it camping, attacked by a huge dog. *looks up* he\'ll win. i\'m not any good. *moves his night straight four places*[/quote:d560663f2f] \"Must\'ve been a dog the size of a fuckin bear.\" *Makes his move and leans back in his chair*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('210', 'b2a6ee1e54', '', '::she laughs at the guys:: I can\'t say that I am any good either Did you guys just start? ::she asks as she sits down:: You wouldn\'t mind me watching would you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3528', 'be5f046df6', '', '::She leans back in the seat a little.:: Yes.. we work on getting you a place. I can pull some things.. see about better place... maybe add on reserve haven for me in basement or something. ::She turns down a back road.:: Your friend Tony... you don\'t understand world you come into. In this world we only worry about us. That it... He probably going to embrace you but... well he loose that chance now. We have ways, even childer and sires, there is bond of blood there, but sometime it not hold strong. We don\'t have friends... allies, those we don\'t want to kill every time we see them... but never true friends. Now that you mine... Tony might not be to open with you. We belong to different.... political ideals I guess you say. Be ready for him to start causing problems with your old contacts. You have benefit of being around in daylight, so that good for you.... Oh yeah, I need to make sure you know... never... never... tell a human that you know we exist. We live under something called Masquerade... we hunt from shadows, stalk, work humans to fit our needs, but if you tell human we exist, you break number one law... I take you down myself for that. ::She pulls over on the side of a deserted road.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('212', '6491aea776', '', '*rubs the scar* don\'t remember much I fell asleep in the hammock with a steak on my plate *shrugs* too much to drink next thing I know my girl was screaming and there were sirens around, she said a huge dog got me *waves to chair for woman to sit*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('213', 'a9dac1a7eb', 'So You Want to Visit the Drew Library?', 'Hours: [url]http://depts.drew.edu/lib/libhours.html[/url] Building Layout: [url]http://depts.drew.edu/lib/building.html[/url] The Campus: [i:a9dac1a7eb]http://www.drew.edu/campus/tour/[/i:a9dac1a7eb] The Library: [i:a9dac1a7eb]http://www.drew.edu/campus/tour/quick/building.php?name=rose[/i:a9dac1a7eb] And the really kickass grad building [url]http://www.drew.edu/campus/tour/quick/building.php?name=swbowne[/url] ((it has seen more than one White Wolf table top game in its time :smt040 ))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('214', '24f217d7bb', '', '\"Yeah, we\'ve only been going at it for maybe *checks watch* 10 minutes\" *smiles* \"So go ahead, pull up your chair and enjoy the game.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('215', 'b791fa06e5', '', 'Thanks ::she says and settles in to watch. She takes a sip of the latte::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('216', 'bae4b8f033', 'Haven Description', 'Druscilla lives in a cemetary located on the outskirts of the suburb area. The cemetary is very large and very old. The majority of the graves are not mowed as only a small section of the front can be seen by the public and that is the only part the city pays to have taken care of. About 40 years ago the cemetary was going to be moved and used to expand the growing population of the city until it was discovered that it was a historical site where countless \"pioneers\" in the establishment of Morristown were found to be buried. They are in the front section the city keeps clean. In the very back, where large pine trees are now growing is the care taker\'s house. The building has been deserted for many decades. There are rumors that around the same time it was claimed a histoical site the city was planning on restoring the building but got half-way through the restorations and ran out of money to do so. The building has since been forgotten and sits quietly. Inside the building is Druscilla\'s haven. There of course is only one entrance that can be seen and that is the front door. Through the door is a simple room that has been converted to a living room and sitting area. To the back there is a small kitchen. There is an upstairs portion with functioning plumbing that she uses for storage and closet space mostly. All of the windows are blacked out with heavy velvet curtains that extend past the windows\' edges to keep the sun out. In the basement portion is where Druscilla spends her days. The basement has been redone in a very Catholic sense. An oak 4-poster bed with the crucifition hand carved into the head boards lines one wall. There is a simple desk and dozes of book shelves covered in some newer and some very ancient texts. Along on wall, between the book shelves there is a door that leads out of the haven and into the cemetary. This is actually a false exit though as there is a third one behind a set of bookshelves. When Dru pushes on one of the carved decorations on the shelf the case swings open and has a secondary exit that leads to a different section of the cemetary. It exits through one of the old tombs. Every year one of the decendants of the pioneers in the cemetary pays a hefty sum of money to keep the electric and the plumbing in the building working and sends a private caretaker to the house to do maintenance. This has been going on for so long that the town no longer considers it curious behavior and anxiously awaits the overpaid bills. Druscilla never approaches the haven unless she is obfscated. She keeps her car parked in a lot that she pays for with cash then walks to the haven unseen. ::more to come::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('217', 'e292faeddf', '', '*moves* so what\'s your name, supose I should know who is kicking my ass.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('218', 'b42f7ab163', '', '[quote:b42f7ab163=\"Moira Kelly\"]Texes hold\'em poker. ::she smiles:: Do ye know go fish? ::she chuckles::[/quote:b42f7ab163] \"Not realy\" Looking at his cards. \"Tell me something, why dose this one king have a sward though his head and the other one doesn\'t?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('219', 'f76832ca96', '', '\"Names Tom.\" *offers his hand for a hand shake* \"Whats yours?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('220', '4873294493', '', '*shakes his hand* Sebastian. *moves and doesn\'t realize that he just opened himself up to lose*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('221', 'dbced4d2e0', '', '::she laughs, watching the game as she picks small pieces off her sandwich::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('222', 'f494d4dc22', '', 'The suicide king? ::she looks at it:: I don\'t know ::she shrugs and smiles:: Saskia left rather abrubtly. ::she remarks mainly to herself::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('223', 'ad2513521a', 'Moira Kelly', 'Moira is native of western ireland and only a few people know why she actually came to america. When asked she says something about oppertunities, but nothing more. She tends not to be shy around other kindred, but it horrible in places where alot of mortals are. She does not look like a monster, but she does give off a creepy feeling and for those that can smell or choose to do so, she smells like a freshly till field. People may mention this to her, but she seems completely oblivious to it. Whether she is or not is hard to tell. But she makes it seem that the person who mentions it to her is a bit out of their minds. She is a devout member of the Lancea Sanctum, and an Irish Catholic. Though Lancea, in social setting she tends to look past each persons covenant and talk to them as individuals and is very mindful about keeping away from topics of religion and politics with most people.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('224', '11cad58176', '', '*laughs* Nice to meet you Sebastian, and nice game. *makes his move* Checkmate. *turns to Carla* Would you like to get in on the next game?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('225', '4a7f4a8a8f', '', '::she makes a face:: I don\'t know you seemed to ace him pretty quickly. ::she looks at Sebastian:: Did you want to have another go?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('226', '09e194f675', 'Feeding', 'Newton is a small town but full of people. Jacob came out as early as he could tonight. The sun had gone down, all the way down at last and he came out of the passment apartment under the Law ferm. He walked down to the end of the street where the cops sit and when in and bout 2 cups of coffee in the coffee shop. On his way out he hands one to the cop leaning up on his car. \"Evening Teddy, hows things bin gowin there?\" \"OK Jake, just keeping en eye on the kids on the corner. Mr. Leaks been complaining they\'ve been scaring away this costmers again.\" Teddy says. Jacob looks to the corner where the kids hang out and now one is there. \"Think you scared them away Teddy, iirite\" Teddy nods. Jacob walks behind the movie theatre where he knows the kids hang out when the cops are on the corner. Sarah, a 16 year old girl with head phones on and a short skirt is smoking a cig. \"Sarah, those things will kill you ya know.\" Sarah smiles up at him. \"You got anything better for me to smoke then?\" \"Not with me, I couldn\'t bring it out right past Teddy.\" \"Oh like the cops would do anything to you. They know those Lawyers who live above you would get you off of any thing they try and pin on you. I swear I think the cops are scard of you Jake.\" She says. Jacob smiles \"No reason to temp them though. Besides maybe I just want to get you down in my place so I can have my way with you.\" She hops of the wall she had been sitting on. \"I\'m game lets go.\" Jacob laughs. \"OK, Ok but not together. Teddy sees me walking down to my place with a sixteen year old girl...\" \"I\'ll be 17 next month.\" She says \"Even so\" He smiles. \"Walk down to the Book store, If Teddy\'s not around go on down to my house If he is hang out for a few minets and then go down the long way around the ally.\" \"Cool.\" She says and walks off. Jacob walked the other way back to his place. He wasen\'t back in his little appartment before there was a nock at the door. Sarah was there all smiles but looking a little more hesitent now that she was looking into this guys basment. I mean yeh evey one know Jake, and the kids all liked him bacause he delt the best drugs real cheap. Lots of kids had huge out with him and no one ever got hert, the guys didn\'t seem afread of him and except that the fact that some of the girls said he would give you a better price on the drugs if you made out with him while you smoked, that was ok. He was ok looking and the girls said he was a good kisser. She walked though the door and sat on the sofa with Jacob. \"Here, it\'s rolled if you what a hit.\" She takes a drag and another and another. The night passes, and a few hours later she realizes 2 things, one she better go home and two Jake was a good kisser, the way he kissed her neck, shed never felt anything like it. She must have passed out though because she didn\'t know it was so late. Jacob helped her to the door, as if he know she was leaving. She felt a little week but ok, to get home she told him. \"Good\" He said, \"come back anythime.\" and he helped her out the door.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('227', 'd4f7d22de4', '', 'nah. i\'m good. nice game to you too Tom.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('228', '6c0e873985', '', 'Bravo dude that was exactly what I wanted.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('229', '925686ea70', 'Jacob - Circle of the Crone - Meket', '“There this guy see, he lives out in the middle of no-where by himself. Newton I think is the name of the Town. He showed up about 12 years ago and when the Prince said he was blazing a trail to Port Jervis, he just started working his way out there. Guess that’s why the Prince lets him stick around, I know the seneschal don’t like em.” “Isn’t he afraid of the werewolves.” “Oh sure but not enough to give up having that whole area to himself.” “Well how dose he get by?” “Oh I think he runs a underground drug ring or something, has a bunch of lawyers in his pocket to keep him out of trouble.” “So what’s his deal?” “I think he’s Meket, and Crown, but I don’t know much more about him. No one dose. Even when he comes up here he keeps to himself most of the time.” \"What\'s his name?\" \"Jacob Val\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('230', '5d6609d8bb', '', '[quote:5d6609d8bb=\"The Judge\"]Bravo dude that was exactly what I wanted.[/quote:5d6609d8bb] Thanks.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('231', '09581369fd', '', '[quote:09581369fd=\"Sebastian Wood\"]*he nods and walks to the table, he accidently bumbs into a guy at a table (Philip) some coffee drips onto the table* Ooops, sorry man. *wipes it up with his hand then finishes walking to the table* Black or white?[/quote:09581369fd] OOC: Sorry I missed this. IC: Philip pushes back from the table. “You apology would be far greater appreciated if you would get something to clean that up a little better.”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('232', 'e17d21587c', '', '[quote:e17d21587c=\"Philip\"][quote:e17d21587c=\"Sebastian Wood\"]*he nods and walks to the table, he accidently bumbs into a guy at a table (Philip) some coffee drips onto the table* Ooops, sorry man. *wipes it up with his hand then finishes walking to the table* Black or white?[/quote:e17d21587c] OOC: Sorry I missed this. IC: Philip pushes back from the table. “You apology would be far greater appreciated if you would get something to clean that up a little better.”[/quote:e17d21587c] *he starts a little at the man\'s response* hey sorry. didn\'t mean to bother. *he grabs a couple napkins from the table next to him and wipes up the stuff* calm down man. *tosses the napkins in a garbage and heads to the chess table*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('233', '2bb7e494cb', '', 'Does anyone else have anything to add?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('234', '6673fb4cde', '', '[quote:6673fb4cde=\"Sebastian Wood\"]nah. i\'m good. nice game to you too Tom.[/quote:6673fb4cde] *Looks at his watch* Oooo that game took a bit longer then i thought it would, i gatta get going. *pushes his chair back quickly and gets up* It was a pleasure meeting you sebastian, i hope to see you next tuesday for a rematch. *He says in a bit of a rush* *he quickly weaves his way through the crowd of people watching games and makes his way to the exit. Once he reaches the exit he checks his watch one more time then leaves*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('235', 'd17e753368', '', '::Drusclla makes a movement with her hand to catch his attention.:: Prince Crane if I may. ((assuming he says yes)) I\'m concerned as to what the sudden increase in kindred, especially young ones, will do to our feeding grounds in the area.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('236', '13b9ec337c', '', '[quote:13b9ec337c=\"Jacob\"][quote:13b9ec337c=\"Robyn Winters\"]Tuesday Night at the \'Ready is game night. There are groups of people playing a wide variety of games from chess, to monopoly, to risk and scrabble. It seems like almost every table has some kind of game on it. A woman with long dark hair and a black apron aproaches. \"Can I get you something?\"[/quote:13b9ec337c] He smiles up:: \"No, no thank you. I have a dirnk. Always like this on a week night in here?\"[/quote:13b9ec337c] \"Usually, though wednesdays are a bit louder, that\'s drum circle night.\" She looks around and smiles. \"We try to appeal to everyone here.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('237', 'fb17b4b2b2', 'There is always something going at the \'Ready', 'Welcome to the Hot \'n Ready Cafe! The Hot n\' Ready coffee shop is located in Morristown, only a short walk away from the movie theaters. Robyn Winters, the owner and manager is there most evenings. The Hot n Ready regulars are an eclectic group of college students, locals, arists, and business people. There is always something going on. Saturday nights at the \'Ready are host to a variety of local bands. The rest of the evenings throughout the week are also filled with specials. Sunday night\'s dessert specials are ledgendary. On Monday night the back section is taken over by an ever growing bookclub meeting. Tuesday night is games night and chess, checkers, scatagories and scrabble, among other games are spread out for all to enjoy. On Wednesday nights a few local musicians hold drum circles for any to join in or just watch. The Thursday night \"gallery\" is a way for local artists and art students to display their work and visit with each other as well as show their peices to potential buyers. Friday night poetry readings are also very popular with the university crowd, especially the prizes for the best poetry that include cash and coffee credit. The Cafe has very long hours. The open at six am and close at two am.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('238', '223b7a3c82', '', '::she grimaces slightly at the mention of feeding grounds and settles in, a slight look of tension on her face as she awaits the prince\'s answer::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('239', 'c7da66e422', 'Re: Jacob - Circle of the Crown - Meket', '[quote:c7da66e422=\"Jacob\"]“There this guy see, he lives out in the middle of no-where by himself. Newton I think is the name of the Town. \"[/quote:c7da66e422] Now you wouldn\'t know anything about Newton now would you Drake? :smt040'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('240', '91ae2c52ec', '', '::she watches Tom leaves:: Well that was odd. ::she chuckles:: Carla, by the way ::she offers her hand to Sebastian::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('242', 'ad568594ed', '', '::shakes her hand loosely:: Sebastian. There are a lot of strange people in this area.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('243', '3d14b34544', 'hey', 'This is your house and no one else accept you and I can see it you can post all your personal stuff to this board.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('244', 'a9f51e1259', 'Re: Jacob - Circle of the Crown - Meket', '[quote:a9f51e1259=\"Moira Kelly\"][quote:a9f51e1259=\"Jacob\"]“There this guy see, he lives out in the middle of no-where by himself. Newton I think is the name of the Town. \"[/quote:a9f51e1259] Now you wouldn\'t know anything about Newton now would you Drake? :smt040[/quote:a9f51e1259] Not a thing.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('245', '7fe8ce4398', '', '[quote:7fe8ce4398=\"Sebastian Wood\"][quote:7fe8ce4398=\"Philip\"][quote:7fe8ce4398=\"Sebastian Wood\"]*he nods and walks to the table, he accidently bumbs into a guy at a table (Philip) some coffee drips onto the table* Ooops, sorry man. *wipes it up with his hand then finishes walking to the table* Black or white?[/quote:7fe8ce4398] OOC: Sorry I missed this. IC: Philip pushes back from the table. “You apology would be far greater appreciated if you would get something to clean that up a little better.”[/quote:7fe8ce4398] *he starts a little at the man\'s response* hey sorry. didn\'t mean to bother. *he grabs a couple napkins from the table next to him and wipes up the stuff* calm down man. *tosses the napkins in a garbage and heads to the chess table*[/quote:7fe8ce4398] He looks at the now clean spot. \"Not at all, the world is just full of enough messes, people need t clean up after them selves.\" ::A little smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('246', '44f3570d13', '', '[quote:44f3570d13=\"Robyn Winters\"][quote:44f3570d13=\"Jacob\"][quote:44f3570d13=\"Robyn Winters\"]Tuesday Night at the \'Ready is game night. There are groups of people playing a wide variety of games from chess, to monopoly, to risk and scrabble. It seems like almost every table has some kind of game on it. A woman with long dark hair and a black apron aproaches. \"Can I get you something?\"[/quote:44f3570d13] He smiles up:: \"No, no thank you. I have a dirnk. Always like this on a week night in here?\"[/quote:44f3570d13] \"Usually, though wednesdays are a bit louder, that\'s drum circle night.\" She looks around and smiles. \"We try to appeal to everyone here.\"[/quote:44f3570d13] ::smile:: \"That\'s good, keep them happy. I\'m Philip Duke.\" ::holds out his hand::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('247', '35188e72e4', '', '[quote:35188e72e4=\"Lawrence Crane\"]Does anyone else have anything to add?[/quote:35188e72e4] From a corner Jacob moves into view. He wasn’t invisible but no one noticed he was even there before. He looks at the folders. “This is it, you just made the choices for us?”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('248', '3da745e720', '', '[quote:3da745e720=\"Philip\"] ::smile:: \"That\'s good, keep them happy. I\'m Philip Duke.\" ::holds out his hand::[/quote:3da745e720] *takes his hand and shakes it firmly* Robyn Winters, Long time manager and recent owner of the dubiously named Hot n Ready Cafe. Please to meet you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3542', 'ed95f8385a', '', 'We miss you too Drake. We\'ll let you know. Take care of yourself and remember to hold your breath when you drive past a cemetary. :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('250', '636ec75475', '', '[quote:636ec75475=\"Sebastian Wood\"]::shakes her hand loosely:: Sebastian. There are a lot of strange people in this area.[/quote:636ec75475] ::she laughs:: You have no idea. I\'m the head librarian at Drew University. I see some ::she pauses:: [i:636ec75475]interesting[/i:636ec75475] people come and go. ::she takes a sip of her latte:: What about you? You been here long?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('251', '1e71504cdd', '', '::an eyebrow raises and she looks at Jacob. A very slight, almost invisible look of amusement on her face::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('252', '89cf3de8c5', '', '::Watches Jacob walk from the corner. When he\'s done asking his question she returns her eyes to the prince.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('270', 'e5e6cda4b9', '', '::Smiles at the girl and looks at her, but it almost looks like she\'s looking through her at the same time.:: No thank you. I can\'t drink coffee...medical stuff I won\'t bore you with. I enjoy the shop enviroment though, so much knowledge and the smell of coffee at least. What\'s your name?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('254', '81c703b606', 'Ghouls and Retainers', 'I appologise for the forgetting to mention this earlier but as I have just gotten the Ghoul book it reminded me to do this. If you the NPC\'s want you may have one Ghoul/Retainer for yourselves that I won\'t hassle you guys about, that means that you can have them and they are not psychotic and won\'t try and kill you in your sleep....................Or will they :twisted: . So far as I can tell from reading the ghoul book thy do NOT instantly turn into nut cases after drinking the blood, that is a proscess that takes decades of abuse to happen, so we can all feel safe in the fact that we don\'t have to fear our servants for years to come, and as I said before it takes a lot of abuse that a crule master would give out in order to drive them insane, unless they were twisted t begin with, but that is another story all together. Thanks The Judge'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('255', '6a0d3bafa5', '', '*he doesn\'t look like a great conversationalist but he answers* eh, but hour or two *gives an off smile* first time in here. one of my models gave me the idea to come. she likes it here, thinks I need to socialize *shrugs uncomfortably*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('260', 'c4f3d8fb9f', '', '[quote:c4f3d8fb9f=\"Jacob\"][quote:c4f3d8fb9f=\"Lawrence Crane\"]Does anyone else have anything to add?[/quote:c4f3d8fb9f] “This is it, you just made the choices for us?”[/quote:c4f3d8fb9f] These are th ones that we have followed for some time now, if you were watching a particular mortal or have another choice in mind inform the Sceneshal of your choice and we will considder adding that individual to the list. The mortals already chosen represent skills and resources nescessary for the task that is planned for them, they by no means encompas the entire scope of what is out there for suitable children.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('259', 'f4e86199e1', '', '[quote:f4e86199e1=\"Druscilla Lang\"] I\'m concerned as to what the sudden increase in kindred, especially young ones, will do to our feeding grounds in the area.[/quote:f4e86199e1] The influx of a few new Kindred in the area may put a strain on the food supply for a time but I will assure you that this will only be temporary. I intend to move them to a more suitable area as soon as their training is complete, and as far as I know there are those of us who have been here for some time and I would assume that they have established a herd of some type. With that in mind we will instruct the young ones that those are off limits to them, this should ease some of the strain felt by the population increase. If there are those of you who have difficulties dealing with this strain feel free to contact the Sceneshal and we will attempt to make arraingements to aid you in dealing with it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('258', '8cb44e24a6', 'Monday July 11th', '::Around 9:30 pm a woman in a pair of blue jeans, and a simple black shirt, with a very delicate silver cross on around her neck walks in. She is carrying a copy of the Divinci Code and makes a bee line for the chairs in the back. Once there she contemplates those available and sits in a chair that is close to the wall and in the corner of the setup. She sits down and looks around squinting a little when on of the lights hits her eyes. There is a slight frown on her face but it passes and she opens the book she brought. It is filled with pink, yellow, and green marks and the margins are full of writing. Across the top there are tabs that have words scrawled across them marking places or referencing biblical scriptures.:: ::When other patrons sit down she looks at them and nods a little then returns to the book patiently waiting. Occasionally, her eyes float to the woman obviously running the shop, following her and studying her movements as she gets the patrons their orders.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('261', '626d0b93a0', 'your house', 'I need you to post a generic description of your home that anyone you would have over for dinner would see, this way anyone who gets in your place will know what it looks like.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('262', '28847d4240', '', 'There are a knot of ten or so people of various ages in the front corner of the shop discussing the book \"Diamond Age\" by Neal Stevenson. Phrases like \"Princess Nell and the Mouse Army\" \"the future of nanotechnology\" and \"what I wouldn\'t give for ractives and matter compilers\" drift from their direction. Robyn is repairing the cappuccino machine. She gives it a thump with her hand for good measure and it begins to belch steam in the normal way again. \"Guys, I am taking a break!\" She grabs a cup of Hazelnut Almond Dream and takes a seat on one of the comfortable chairs in the back of the shop to sip her black coffee.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('263', '58bf981df3', 'A New night and a new drink....(Mon. July 11th)', '::Ostrava opens as usual. The evening crowd is light around dinner time, but starts to pick up after dark. The bar is not packed, but busier than one might expect a bar on a Monday night.:: ::Patrons talk about all sorts of things.:: [i:58bf981df3]\"This place is great...the woman that runs it has poker tables set up. No official betting, but its still fun to pass the time.\"[/i:58bf981df3] [i:58bf981df3]\"I heard she takes care of her customers real well. Makes sure everyone can get home. Even pays for the cabs if she has to.\"[/i:58bf981df3] [i:58bf981df3]\"Hey Steve, you see the Packer game last night?\"[/i:58bf981df3] [i:58bf981df3]\"Fuck you Bill, what are you fucking cheesehead or something. Next thing you\'ll tell me is you hate the Yankees.\"[/i:58bf981df3] ::In the back behind the bar two women walk out from the employees only door. The first is a blonde with curly hair and next is a brunette with long, straight hair in a ponytail. The brunette has a hand on the blondes back who has a slight frown on her face which disappears when she sees the customers. The brunette leans over and whispers something to the blonde woman and she nods her head.:: [i:58bf981df3]Saskia gorgeous, come talk to me in that accent I love.[/i:58bf981df3] ::The brunette\'s head turns and she walks towards a group of men. As she walks away the blonde tends to the customers at the bar.:: Joseph right? ::the accent is heavy:: what you want to night? You come to Ostrave just to give me a hard time? ::she\'s not really smiling at all and some may think she is serious::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('264', 'aaad268fbb', '', '::Watches the woman sit down with her coffee and a look of longing is directed at the cup for an instant. She sighs a little and continues to watch the patrons her gaze falling on the coffee girl often as she is in her line of sight.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('266', '88630ec705', '', '::she laughs gently:: That\'s not what I meant. I was simply curious as to how long you have been in the Morristown area, simply because you seemed surprised by the strange ones around. I wasn\'t trying to pry into your personal life.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('268', '8b035debe0', '', 'After a few minutes, Robyn notices the lady watching her. She straightens in her seat, smooths her black apron and asks, \"I\'m sorry, can I get you something?\" She smiles at the lady and sets her cup on the wide arm of the chair. \"Sometimes we forget about people back here.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('269', '22335e647e', '', 'Oh. Grew up here, guess weird is weird and you never really get over it. *he stands* listen, I gotta go. nice meeting you *holds out his hand*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('271', '02375088ad', '', '\"Robyn Winters, this is my cafe.\" She pauses a moment. \"Still sounds odd saying it and I have owned it for months now.\" She smiles at the lady and hold out her hand. \"Pleased to meet you Ms...\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('272', '6a94881802', '', '::Shakes the girl\'s hand.:: Just call me Dru. Its a lovely cafe you have here. Congratulations on a thriving business. Seems to keep busy late into the night. ((OOC: PM coming))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3540', '4cfd381c43', '', 'Philip nods, and takes off his coat and looks at the dirt and dust on it. He motions to you that he is listening, but now brushing the dirt off his coat a little more then before.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3541', '69544c003d', '', 'I have to get a new cell phone, I busted mine at your bar...had to get rid of the chip. I\'ll grab one in the morning if that\'s ok...and make my calls then.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3539', '47beb297e7', 'Sorry I\'ve been gone', 'Hi guys, Sorry I\'ve been gone, but I had to theatres last week that I had to do a ghost hunt in. I\'m sorry to say I have another house this Saturday, so I won’t be making it down. Let me know if you need my NPCs for anything before game. Miss you all, Drake'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('275', '2a6fdca579', 'Night Of Bad News - Feeding Quest', '::I was in shock over the new just dropped on me by Dru just a little bit ago. I need to feed, I need to immerse myself in something that will take me away from this dreadful news for a time, no matter how short the time may be. I reach into my pocket and pull out my cell phone. I speed dial one of those who have dedicated themselves to my need to feed off the blood of humans, I place the phone to my ear and waits for my lunch to wake up. I hear a drowsy ‘hello’ and begin speaking.:: “It’s me, can I come over? I miss you” ::I love being Irish at times, most Americans find the accent intoxicating and I put on the most sultry voice I possible can in order to convince him that he wants company this evening. I hear a ‘sure baby’ and his voice give away his excitement at the prospect of fun to come:: “Okay, I’ll be there shortly. I’m in town.” ::I can almost hear him grinning and he responds ‘I’ll be waiting for you.’ “Alright. Bye” ::I close my phone and put it back in my pocket. I head for my car and get in. I could walk there but would rather have it there so it is close to me. I put the key in the ignition and the car quietly comes to life. The music from Godspell begins playing. It makes me smile, I can’t help it.:: ::I drive to his place, singing to the music, trying to keep focused on the task to come and not think about Dru’s request. When I get there I park next to his car and get out, locking the doors with the remote. I walk up the front stairs and ring the bell. He opens the door. He is a middle aged man, rather round a social outcast and a smelly freak. And considering what I am, I don’t ask questions. I don’t have to smell him and since he smells pretty fowl the fact that I been told I smell like a freshly plowed earth, doesn’t seem to bother him. And though I emit oogy vibes to most human all I can gather is that he is so starved for attention that he will ignore the oogy vibes as long as possible due to the fact that I will do things with him, when most people, let alone woman, will go anywhere near him. He is in his pajama bottoms and nothing else. Such a wholly, unattractive, greasy man. Well I can’t be choosy. He lets me in and closes the door behind me. ‘God and Longinus please forgive me for what I am about to do.’ I offer in silent prayer before he pounces me in this dogged, desperate need for attention. He starts kissing me with sloppy messy kisses that I find incredibly disgusting, but I play along admirably. I manage to pry him from my lips and lead him to his bedroom. I carefully move through the mess on the floor, consisting of clothes that desperately needed washing, and random trash that I had no wish to find out how long they had been on the floor, but I know if have seen quite a bit of them for the past several times I have visited. We began our ritual of grotesque sex, which I hate with a passion, but it means I get to drink, and despite his nasty exterior his blood is sweet and I have to keep myself from drinking too much. He is quick to finish, which I am glad of, and always falls asleep immediately after. Stereotypical male. But you won’t find me complaining. I have fed and have cleaned up all trace of my need, the wounds on his neck licked away. I get off the bed and pull my pants back on. He never bothers to pull my shirt off, for he is far more interested in other things, which I never say anything about because I don’t want to try to explain the mark on my flesh. It would be bad to give the social outcast something to fuel his imagination more. I silently and quickly slip from his house. I need a shower. I remotely open my car and get in and with the usual ritual of getting the car started I go home. It is in Morris County, but in the sticks of Mendam. The house is old but it serves my purpose. I have made my home in the dark dank basement, which still has a dirt floor. I love it. I sleep on an old mattress, but it doesn’t bother me, curled up in wool blankets, which I don’t need, but still find comforting. I walk to my front door and unlock it. There is some furniture. I actually possess a nice living room set, and the upstairs bedroom, which I call mine when guests come over is brilliant, and all my clothes are spotless and clean. I go into the house and lock the door behind me. I look around checking everything out and go upstairs. I go into the bathroom and start running the water so it has a chance to warm up. I really doesn’t matter what temperature the water is, but I have always loved warm water, and for some reason I can’t let that go. I get out of my clothes, which just emanate ick and toss them into the hamper for later laundering. I grab my towel off the door to my ‘room’ and jump into the shower. I feel myself relax as the water runs over me and I allow myself to feel its warmth. I clear my mind of the horrors of the evening and thank God and Longinus for the meal. I wash him from my body and turn the water off, getting out of the shower reluctantly. I grab the towel and dry off walking into my ‘room’ for clean clothing. I grab a pair of jeans and a blue feminine shaped t-shirt, so I don’t look completely low-class and head back downstairs. I slide my feet into the sandals by the door, run back upstairs because I realized that my cell phone was still upstairs in my other pants, along with my license and money. I grabbed them, put them into my pockets and went back downstairs. My destination, church. I need to pray, I am confused and do not know what to think. I hope that God and Longinus will offer me some insight into what direction they want me to go. I exit my house, lock it and leave.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('276', 'c5c4fba5fa', '', 'She smiles \"Well I try. There are three colleges around here and we are only a short walk from the theaters it just makes sense to be open late. Early in the morning and late in the evening are the busiest times here. I\'m glad I have a great staff or my hours would be very very long!\" She laughs. \"I love it here, so many interesting and diverse people come here and start some very odd friendships.\" She smiles as she looks out around the room. \"It\'s hard and sometimes stressful work, but I wouldn\'t trade jobs with anyone.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3538', 'd0117ebcc2', '', '\"Wait so we become invisible and then if they see us we know they suck at fighting.\" *tom sits there for a few seconds* \"Wait we can become invisible?!\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('278', '723988c0b2', '', 'That\'s nice. It\'s good to have passion about what you live for. A strong staff is helpful too. ::she pauses:: I\'m not keeping you from your work am I?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('280', '18def1cbad', 'Saskia\'s Ghoul', 'Annabelle has been Saskia\'s ghoul for almost two full years now. She came across her in NY when she got to town. Annabelle actually tried to mug Saskia on the street when she got outside the airport. Saskia found this entirely too amusing and because of her need for someone based in the cultural world of America she took Annabelle home with her to the hotel she was at. Over the course of the next few days Saskia slipped her blood into Annabelle\'s food, soups to cover the taste, thickness, and color. Knowing better than to fully addict her right away Saskia fed Annabelle two traits over the first couple nights then waited a month to finish with the third. Annabelle actually took to her role as a servent fairly well as she had no real mortal life beforehand. She had run from home and lived on the streets so she was easy to slip away and not have to worry about connections. The real attraction to her, for Saskia, was the fight that she saw in Annabelle when she attacked her. If she had permission she may have actually turned her but as she didn\'t and realized it might not be the best way to start out in a domain you are invited to she decided to ghoul the girl. They have an odd quirky relationship filled with the standard punishment and reward system vampires often use. The difference though is Saskia does not allow Annabelle to her haven. When Annabelle is due for her monthly fix Saskia goes to her staying the entire evening until just before sunrise. Sometimes they meet at Annabelle\'s place, sometimes in motels, and sometimes they take small \"camping trips\" together. Saskia has only pulled her claws on Annabelle two or three times in the last two years mostly because she knows how long it will take for Annabelle to heal, but also because she doesn\'t want Annabelle developing any interest in learning her own claws. Saskia also knows that when her blood has boiled enough to reach the point of claws she may someday kill the girl. Annabelle has a single dot in Resilience and Saskia is beginning to experiment on teaching her Protean. She only gives her a small lesson when she is exceptionally well behaved. Mostly Saskia\'s main concern is teaching her how to prepare to do it. She has only spoken to her about it twice and no actual power usage has come into play she has mearly discussed it with her. Annabelle, since she hasn\'t been a ghoul long, is nowhere near the stage of actually being fully obsessed with Saskia. While Saskia\'s wants and needs fill all of Annabelle\'s waking hours (she has taken to a nocturnal schedule to fit with her regnant) Saskia allows her to go on dates to remain connected with the mortal world and Annabelle does occasionally.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('281', '7a3308b79d', 'Night of Bad News - Prayer', '::I return back to the chapel, one of the only place that I feel that I truly belong. I walk down the small aisle and allow my fingers to brush over the pews as I go. I stop at the first pew, closets to the alter. Only a person who wishes to pray to the alter need pass me. I do this to try to make everyone comfortable when I am present. I pull the padded box type things out from under the pew, position it and kneel down, my hands automatically go into prayer position and I lower my head and close my eyes in respect. I kneel there for a few minutes, my mind as blank as possible. Then I raise my eyes to the crucifix, nod my head and return to the position that I was in and begin my prayer silently in my mind:: \"God. Longinus. I seek Your guidence and wisdom in this situation. I have been a loyal servant to Your will since the beginning. There was a time when I knew nothing else, and then I understood and my faith in You could not be swayed despite what people threw in my face, despite the world\'s attempt to convince me You do not exist. But I believe. I believe now in this state more than I have ever believed before. For You alone have the ability to make us what we are. And I have faith that there is a path that I must follow in this state, and I know it is not my place to question what I encounter on this path, but I am confused as to what the news Dru gave me this evening means. As You know she asked me to turn another and make them Kindred. I have always been taught that this is against Your teachings and I am having problems reconciling it within myself the ramifications of what this means to me and another individual. There was a list placed before me. They seemed like rather unsavory characters are they to feel the wrath of God and Longinus like all kindred have? Or is this to be their salvation, to be one of the damned.\" ::I feel tears begin to seep from my ears. I am upset with my lack of trust in God and Longinus:: \"Is there some sign? Something that can be delivered to me that will show me the right way to go. This is no light matter and what I am makes it hard to approach people which will make this all very diffacult for me to aid the Domain and my Bishop. Please I beg of You. Something, anything to help me realize what I should do. I am not as great as you, my power to see is limited by my mortal and kindred perception. Please I beg of You, show me the way.\" ::I kneel there for what seems to be a very short time, but when I awaken from my mediation like state I realized that dawn is going to rise in a bit and that I have been kneeling there for a few hours. I rise slowly and place the box back under the pew. I glance around the chapel and see that I am alone, I don\'t know if I was alone the entire time, but if I wasn\'t then I didn\'t notice them. I walk over to the crucifix, cross myself and thank God and Longinus for listening to me. And leave. I need to go home. I need to get ready to sleep. I need to be open for a sign from the divine::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('282', '5f6675b7ae', 'Saskia\'s Haven', '::A work in progress.:: Her haven is located on the outskirts of the rack of Morristown. The area is fairly wooded. You can\'t see the haven from the road. It is titled under one of the alias\' she goes by, The same one that the bar is under and she has several types of identification to solidify she is the owner of both. This was part of her deal with Prince Crane when she came from Europe. The haven is a log home. The property, about 4 acres, is gated with a security system and camera system that scans the property. There is a master bedroom, two bathrooms and one extra bedroom besides the kitchen and living areas. All rooms are fitted with blackout shades that slide into and out of the walls. They secure with a locking mechanism. The entire place is very plainly decorated, no art on the walls and nothing fancy where furniture is concerned only the necessities, couch, chairs, appliance a beat up coffee table. A fireplace is in the living room. Under the bed in the master bedroom is a false floor that lifts and drops down into the basement. There is a basement also. In the basement there is a standard water heater and furnace set up. There is also set of weights and a punching bag that has old shaped breaks in the leather. There is a cot in the back corner that is fairly hidden by the furnace. In the secondary bedroom there is a false floor in the closet. This one leads directly to the earth under the house. Both false floors are lined with materials to make them less noticable when knocked upon. They are also nearly impossible to see as the cuts for them fall perfectly in line with the nature breaks in the wood floor beams. In the basement there is another dirt patch under the stairway. Behind the water heater there is a section of the brick walls when, if 3-4 bricks are pushed in a specific order the passage opens and a tunnel leads to the wood shed out back.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('285', '34edcb9adf', 'Watching 07-11', '::she emerges into the world that she once belonged shortly after nightfall, she hunts on the outskirts of morristown and then travels into morristown proper. She parts her car on the street by the morristown center for the arts and begins walking. Her eyes roam about, watching the people as they maked their way to whatever their destination happens to be. She is dressed in a pair of jeans and a simple black buttondown blouse that could easily pass as something more dressup than jeans. She seems to be searching for someone among the crowd of people roaming here and there in Morristown. She sits herself down on a bench in the center of the town, rather near the pavillion, and watches::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('286', '35d82ba919', '', '::she smiles and shakes his hand:: Nice meeting you too. Have a good one.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('287', '944c19c5c7', '', '::Carla comes into the shop, pair of black slacks and a dressy shirt. Her hair is partially pulled back, just enough to be off her face. She makes a bee line for the counter and waits in line patiently to order. We it is finally her turn she places her order and makes her way to an open comfy chair and sits down, puts her food on the table infornt of her and leans back, visibly relaxing as she does so::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('288', 'c1fe99c104', '', '[quote:c1fe99c104=\"Robyn Winters\"][quote:c1fe99c104=\"Philip\"] ::smile:: \"That\'s good, keep them happy. I\'m Philip Duke.\" ::holds out his hand::[/quote:c1fe99c104] *takes his hand and shakes it firmly* Robyn Winters, Long time manager and recent owner of the dubiously named Hot n Ready Cafe. Please to meet you.[/quote:c1fe99c104] He stands up: \"Just wanted to say I like this spot, even with some of the little things that can go wrong.\" He looks over at the young coffee spiller:: \"Anyway, I\'m sure I\'ll be back, thanks. He drops $50. on the table, takes a big gulp of his drink, wips his mouth with a napkin and heads for the door.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('289', 'dbc7b9d85c', '', '[quote:dbc7b9d85c=\"Lawrence Crane\"][quote:dbc7b9d85c=\"Jacob\"][quote:dbc7b9d85c=\"Lawrence Crane\"]Does anyone else have anything to add?[/quote:dbc7b9d85c] “This is it, you just made the choices for us?”[/quote:dbc7b9d85c] These are th ones that we have followed for some time now, if you were watching a particular mortal or have another choice in mind inform the Sceneshal of your choice and we will considder adding that individual to the list. The mortals already chosen represent skills and resources nescessary for the task that is planned for them, they by no means encompas the entire scope of what is out there for suitable children.[/quote:dbc7b9d85c] \"Infact Jacob, I came across a young man just the other night you might be interested in. If you like I can give you some information later and you can keep an eye on him, tell me if he\'s any worth to us.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('290', '3d74d3090a', '', '[quote:3d74d3090a=\"Philip\"][quote:3d74d3090a=\"Lawrence Crane\"][quote:3d74d3090a=\"Jacob\"][quote:3d74d3090a=\"Lawrence Crane\"]Does anyone else have anything to add?[/quote:3d74d3090a] “This is it, you just made the choices for us?”[/quote:3d74d3090a] These are th ones that we have followed for some time now, if you were watching a particular mortal or have another choice in mind inform the Sceneshal of your choice and we will considder adding that individual to the list. The mortals already chosen represent skills and resources nescessary for the task that is planned for them, they by no means encompas the entire scope of what is out there for suitable children.[/quote:3d74d3090a] \"Infact Jacob, I came across a young man just the other night you might be interested in. If you like I can give you some information later and you can keep an eye on him, tell me if he\'s any worth to us.\"[/quote:3d74d3090a] Jacob sners at the Sceneshal. \"I\'m sure we don\'t have the same tast [i:3d74d3090a]your Grace[/i:3d74d3090a]. But if it\'s [i:3d74d3090a]for the doman[/i:3d74d3090a], I\'ll take a look.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('291', 'efbde28acc', '', '[quote:efbde28acc=\"Druscilla Lang\"]That\'s nice. It\'s good to have passion about what you live for. A strong staff is helpful too. ::she pauses:: I\'m not keeping you from your work am I?[/quote:efbde28acc] \"Not really, I\'m on a break\" She smiles, but glances over her shoulder at the counter anyway. There are several people waiting and the kids behind the counter seem to be handling everything pretty well. \"Though I guess if it is your place you are never off duty.\" she sighs \"I\'d best make sure I\'m not needed. It was very nice meeting you. I hope to see you in here again sometime.\" She picks up her cup and finishes the last bit of coffee.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('292', '6d2eff4b7c', '', 'I\'m sure I\'ll see you again. I really enjoy this shop you have. ::She nods at Robyn and as the girl leaves she returns to her book. Her eyes widen slightly and without looking she grabs a pencil from her bag and starts scrawling some notes in the margin.:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('293', 'f776790a6b', '', '::Saskia watches the exchange a small glint in her eye.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('294', '2368cf4619', 'Interesting question', 'One of the player asked me an interesting question, he wanted to know if it were possible to perform an instant kill. Example:: A chracter weilding a sword calls a shot to an opponents head/neck area and succeeds doing say 3 lethal to the area, the receiver of the strike has 10 health levels and while according to the game mechanics you have not gone through enough of the persons health to have killed them you still have basically done enough damage to them to penetrate the skull and destroy the brain. Now I know that the rules to staking are simmillar to this in that one must do a certain ammount of damage in order to penetrate muscle, bone and finally the heart in order to torper a vampire, so could we draw a parrallel to the staking rule and say that enough damage to a vital area is enough to kill a human and possibly a vampire unless they use blood immediately to heal at least part of the wound caused to them, ie: cutting off the head with a sword or putting a 12 gauge shotgun at the base of his skull and pulling the trigger. I would like you as the NPC\'S to respond to this and give me your thoughts as to weather or not you would like to see something like this put into play as I won\'t impliment it unless it\'s a universal system that we can agree on. I perssonally think it woul be bennificial to keeping the fighting down if people were worried about getting done in so fast, however disciplines like resilliance would have an affect on this like since you have extra health levels you could take more damage to those areas to represent how tough an individual with this power is. Anyway it\'s an idea in debate and I would like all of your input on the subject before anything is done with it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('295', 'af4ccaa37b', '', 'I don\'t like the idea of instand kills as they create power characters that will be stomping on everyone around them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('299', '472bb6ce20', '', '::carla notes the woman scribbling frantically in her book and cringes slightly::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('300', '3a7e73098d', '', '::As if she can feel the woman watching her Druscilla looks up and sees the cringe. She lifts and eyebrow then returns back to her book.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3537', '184cba5a90', '', 'OOC: Okay cool. Go with this then. ::Druscilla walks in and motions to Charles to sit in the seat infront of the desk. She stays standing next to him but slightly forward.:: Prince Crane, Seneschal Duke... There is something else you should know about Mr. Abruzzesi. Charles discovered on late Saturday night that... well. Mr. Abruzzesi, has the veins of the sin of Amaranth'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('302', '332aa050c3', '', 'Walks over to bar orders a gin & tonic then procedes to sit at the poker table to play a few games of poker'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('304', 'd10ad7c1f3', '', '::The brunette walks to the table.:: Boys, can I get in here? ::The is a thick European accent.:: ::She shoos away the guy who was dealing and sits in his place.:: I deal you all play. ::She starts dealing out the cards and looks at the guy who just started playing.:: You no look familiar. New here?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('305', 'b6b06054ee', '', 'A man in dark attire with a slight build walks in and stops at the door. After taking a short look around, he removes his shades and finds a seat at a small table.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('306', 'a3401403e0', '', '::The woman watches the guy enter. When he sits down she looks at the bar. The bartender is talking to a man at the end.:: Annabelle ::the woman calls to her and the blonde looks over:: Take care of the customers when they come in. ::She looks back at the guy at the table then returns to the card game.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('307', '13847c864e', '', 'The man gives a small courtesy nod'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('308', '467a87f3f4', '', '::Throws a slight wink at the guy at the table and redeals the next hand. The bartender walks over to the table and waits on the guy sitting there.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('309', 'b952fa29a5', '', 'Long Island iced-tea, and I\'ll take at the table over there. The man moves with a light and graceful stride over to the card table and takes a seat. \"Good evening. Beautifull night tonight, is it not?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('311', '00567fab24', '', 'Dah. Always nice at night. You causing trouble tonight or waiting for something better to find you? ::Smiles.:: I put you in next hand. ::The blonde brings him his drink.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('312', 'f3f93748d0', '', '\"I find trouble is best when avoided. It not only hinders the serenity of the world around you but also the path to ones own....\" Pauses for a short moment \"...Enlightenment.\" Waits patiently to be delt in.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('313', '7507f11cd3', '', '::A woman in jeans and a black shirt carrying a thick book walks by the bar window. She glances in for a moment then continues past.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('314', 'f8d39c5eff', '', '[quote:f8d39c5eff=\"Ramier\"]\"I find trouble is best when avoided. It not only hinders the serenity of the world around you but also the path to ones own....\" Pauses for a short moment \"...Enlightenment.\" Waits patiently to be delt in.[/quote:f8d39c5eff] Yes, true. ::She pulls a cigarette from her pocket and turns away from the table for a moment to light it. When she turns around again the smoke slowly lifts to the air.:: ::She lays the river card on the table.:: But, enlightenment is best when.... [i:f8d39c5eff]how say [/i:f8d39c5eff] ::to herself ::continues:: freedom is present. ::Slaps her hand on the table a little:: Why I like America...freedom reigns. ::chuckles to herself::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('315', 'f508440bb4', '', 'orders another gin & tonic after finishing off the first rather quickly'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('316', '0bf0ec2de9', '', '\"And Freedom is best when used wisely.\" \"Though I will agree that without Freedom, Enlightenment might be hindered.\" \"It is for reasons like this that I might be considered a...Patriot?, of Our country.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('317', '94793098f4', '', '[quote:94793098f4=\"Samuel Graves\"]orders another gin & tonic after finishing off the first rather quickly[/quote:94793098f4] ::Looks at the guy at the table drinking.:: You? You no answer me. You new here? You need me call you cab later let me know.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('318', 'fc7552c85f', '', '[quote:fc7552c85f=\"Ramier\"]\"And Freedom is best when used wisely.\" \"Though I will agree that without Freedom, Enlightenment might be hindered.\" \"It is for reasons like this that I might be considered a...Patriot?, of Our country.\"[/quote:fc7552c85f] ::Looks at him oddly.:: A bird? ::realization crosses her face.:: Nyet...loyal... not a parrot. ::chuckles:: ::puts her cigarette down in the ashtray between them, collects the cards and redeals everyone at the table.:: Loyalty good.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('319', 'e9008ca108', '', 'Forgive me its been a long day at the office thank for the offer of a cab!! Please deal me in the next hand !!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('320', 'b2c6da02c5', '', '[quote:b2c6da02c5=\"Samuel Graves\"]Forgive me its been a long day at the office thank for the offer of a cab!! Please deal me in the next hand !![/quote:b2c6da02c5] ::She deals.:: So what office you work at? Boss piss you off?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('321', 'e3ecdfbc0c', '', 'No I\'m kinda of my own boss I freelance for the local papers even been known to get a few articles in the Newe York Times from time to time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('323', '833af6c5ac', '', 'See you and I... ::she pauses and leans on an elbow towards Samuel:: we not so different... Both work for ourselves.... That\'s good. Only in America. ::waits for everyone to ante and start betting:: So, you write anything good lately?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('324', '617cf4b741', '', 'No its been kinda of slow latley thats why I came here besides I need a break anyway. (Antes up and bets 5.) So where are you from can\'t place your accent?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('325', '8d2bca8f43', '', 'Jacob walks in. He seems to set his eyes on a few people as if he knows them but who arn\'t who he is looking for. He walks over to a table in the cornor and sits.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('326', '4b9951fd89', '', 'Prague, Czechoslovakia.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('327', 'dd0676ef35', '', '::After a few more minutes of writing Druscilla gets up and goes to the counter.:: Robyn dear, could I get a green tea from you please? ::She waits and pulls some money out of her pocket.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('328', '3eba41160e', 'Club it! 07/12/05', 'He walks in dressed all in black. Except that is for his hat which looks like her ordered it out of the Columbian Drug lord catalog. It is a wide brim soft white straw hat that stands out when you look at his black on black tie and suit. He walks up to the bar. \"Bloody Mary \" He smiles.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('329', '8d5cef6d43', '', 'For no reason Jacob gives a little chuckle.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('330', '4ed385febe', '', '::Here\'s the chuckle and turns around. She nods in his direction and hands the money to whoever takes it.:: Could I get my tea at the table I was at please when its ready? ::She collects her copy of the Davinci Code and then walks towards Jacob.:: Evening. What brings you out? ::She stays standing infront of him.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('331', 'c399181f91', '', 'Wow thats cool, never been there before. (Finishes drinks stands up after the hand is over) Thanks for the game but I must be on my way, have to follow up a lead on a story. (Stands up, adjust the hat and trench) If you all will excuse me. (Drops Ten in chips for the dealer) See you all later I\'ll probally return Tomorrow. (Turns to leave the table reaches into a pocket pulls out a cell phone makes a call and proceeds to exit the bar with a purpose) :smt006'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('332', '627f7f7da8', '', '::Nods:: Nice to meet you. ::Turns back to Ramier.:: So, friend. When you free I want to talk to you for minute okay?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('333', '3d64eb55c1', '', 'Looks to Saskia: \"Only in America.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('334', '063707ba14', '', '\"I\'m free now. What would you like to talk about?\" Then says under his \"Breath\": \"Or is this something you would like to discuss in Private?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('335', '4aa74cc489', '', 'Looks around the room and casually switches his seat with the one Samuel had just occupied.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('336', 'e4b08ddf2f', '', 'Yes come. We go for walk. Don\'t bore the customers with our talk. ::she motions for one of the extra workers to deal and gets up to head outside:: Come. Only take a minute. ::She leads him outside.:: ((OOC: PM Coming))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('337', '0bda501dd4', '', 'Hey all, Just wanted to mention that if you want to go someplace but a scene there is already done or there are no posts in the forum feel free to start your own. (Just date it so everyone knows where we are at on what day.) Just open the forum you want to post in and go to town. This means everywhere that you can see is open for you to post in. Once you post others will join in the party!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('338', 'ab2acd2df6', '', '[quote:ab2acd2df6=\"Lawrence Crane\"][quote:ab2acd2df6=\"Druscilla Lang\"] I\'m concerned as to what the sudden increase in kindred, especially young ones, will do to our feeding grounds in the area.[/quote:ab2acd2df6] The influx of a few new Kindred in the area may put a strain on the food supply for a time but I will assure you that this will only be temporary. I intend to move them to a more suitable area as soon as their training is complete, and as far as I know there are those of us who have been here for some time and I would assume that they have established a herd of some type. With that in mind we will instruct the young ones that those are off limits to them, this should ease some of the strain felt by the population increase. If there are those of you who have difficulties dealing with this strain feel free to contact the Sceneshal and we will attempt to make arraingements to aid you in dealing with it.[/quote:ab2acd2df6] ::Nods her head.:: Thank you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('339', 'e0fbbe66f5', 'role call', 'Druscilla Here! LOL :smt004'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('340', 'e2c421b762', 'July 13th', '::Druscilla walks to the front of the church and kneels before the alter. She stares up at it and sits for nearly 20 minutes just looking at the statue. When she is done she crosses herself and rises. Before walking away she whispers to herself and leaves.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('341', '5ebb0d03b0', '', '::Across the way the shadows look as if they are moving slightly. After a few moments Druscilla walks into the light and across the street. She doesn\'t stop to talk just looks at Moira then continues on her way.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('342', '2a9d990f03', '', '[quote:2a9d990f03=\"Druscilla Lang\"]::Here\'s the chuckle and turns around. She nods in his direction and hands the money to whoever takes it.:: Could I get my tea at the table I was at please when its ready? ::She collects her copy of the Davinci Code and then walks towards Jacob.:: Evening. What brings you out? ::She stays standing infront of him.::[/quote:2a9d990f03] One eyebrow raises. His smile is gone but there is still a kind look to his face. \"Just looking around, looking at all the prospects. I don\'t get into town much you know.\" With the toe of his foot he pushes the chair across from his out. \"You are of course welcome to join me.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('344', 'e122ba5d66', '', '::She hesitates a moment then sits down crossing her legs and leaving the book on her lap.:: Looking for new employees eh? I\'m not hiring anyone at all. So how many employees are you looking for Jacob? ((ooc pm coming))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('345', '07ea51f3a8', 'Description of bar continued...', 'Pictures of Prague.... Inside Ostrava there are several pictures of Prague hanging on the walls. This picture is behind the bar... http://www.molon.de/galleries/Czech/Prague/Night/img.php?pic=3 This picture/view (from the white part up) is etched into the glass window at the front of the bar. There is some shading and such done with darkened shades of glass... http://www.molon.de/galleries/Czech/Prague/Night/img.php?pic=2 You can see the street from inside the bar but actually looking into the bar from the street takes someone with very good eyesight as the bar is fairly dark inside and the glass is tinted slightly. This picture hangs in the women\'s bathroom... http://www.molon.de/galleries/Czech/Prague/Oldsquare/img.php?pic=5 This picture hangs in the men\'s bathroom.... http://www.muellerworld.com/pcd1998/spires-24.html'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('346', 'c02a60b1e5', '', 'After a night of Ripping fun, Philip walks out, a young lady on his arm.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('347', '20b0cdf5a4', '', '[quote:20b0cdf5a4=\"Druscilla Lang\"]::She hesitates a moment then sits down crossing her legs and leaving the book on her lap.:: Looking for new employees eh? I\'m not hiring anyone at all. So how many employees are you looking for Jacob? ((ooc pm coming))[/quote:20b0cdf5a4] Even with his eyes still scaning the room you can tell he is talking to you. \"Don\'t really have any idea. I\'m hoping I won\'t need more then one. In fact I\'d rather not have that. These damn car.. people who want me to expand. Like I need to train someone and be responsible for them. I think you know who, should be responsble for anyone we bring in here. After all it takes the village to raise a child, right. But if it keeps every one off my back so I can keep things up in my town, fine.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('348', 'ed4f332419', '', '::An eyebrow slides up.:: See Jacob...::the words are soft and delicate sounding:: Even those of us that are competitors in the industry can occasionally agree. Expansion...not always best when done quickly. ::pauses:: Anyways, any special skills your looking for?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('349', 'e032dc121b', '', '::she watches Dru pass and nods he head slightly in simple respect, but as soon as she passes her eyes return to watching the individuals on the streets::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('350', '919dd08eef', 'Silent Conversations pt 2 same night', ':she walks back into the chapel wearing different clothes then she was during her visit a few hours earlier. She moves down the aisle to the first pew on the right and slides in about halfway down, she slides the kneeling block out from under the pew and kneels down her hands coming to heart level with palms together. She lowers her head and closes her eyes. She spends several hours there, and two hours before sunrise she rises, approches the alter crosses herself and leaves::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('351', '9d7dbde9c4', '', '[quote:9d7dbde9c4=\"Druscilla Lang\"]::As if she can feel the woman watching her Druscilla looks up and sees the cringe. She lifts and eyebrow then returns back to her book.::[/quote:9d7dbde9c4] ::for a moment she looks like a deer caught in the headlights. she smiles slightly embaressed and takes a sip of her drink::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('352', '926034bac6', '', '::her eyes follow the woman as she walks over to the man. The room is loud, more than likely they can\'t be heard ((would you agree)), but she watches their body language::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('354', 'b5d6d50c53', '', '[quote:b5d6d50c53=\"Druscilla Lang\"]::An eyebrow slides up.:: See Jacob...::the words are soft and delicate sounding:: Even those of us that are competitors in the industry can occasionally agree. Expansion...not always best when done quickly. ::pauses:: Anyways, any special skills your looking for?[/quote:b5d6d50c53] He shakes his head. \"This isn\'t anything I want so I\'m not getting my hopes up. If the kid can keep his head down and his mouth shot until I tell him he can open it.\" ::Pause:: \"or her, then that will be a start. The problem with bringing in new people into a town like this is they think they have rights, and these... guys running the show, they let them think that! Damn I miss the old days when guys like Philip had to kiss my...\" ::his fist hits the table top.:: \" nevermind.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('355', 'fbf7761d21', '', '*walks in slowly his feet dragging, there is dirt on his shirt and a paintbrush sticking out of the pocket. He gets a coffee and goes to a corner to sulk running his hand through his short messy hair*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('356', '7eefa50e3a', '', '[quote:7eefa50e3a=\"Jacob\"] He shakes his head. \"This isn\'t anything I want so I\'m not getting my hopes up. If the kid can keep his head down and his mouth shot until I tell him he can open it.\" ::Pause:: \"or her, then that will be a start. The problem with bringing in new people into a town like this is they think they have rights, and these... guys running the show, they let them think that! Damn I miss the old days when guys like Philip had to kiss my...\" ::his fist hits the table top.:: \" nevermind.\"[/quote:7eefa50e3a] Jacob, calm yourself. ::her eyes glance the room:: Bosses change its a part of life. Companies restructure all the time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('357', 'fcbe228b5e', '', 'As though someone has carried in a bad smell, Jacob lifts is eyes and his nose. He looks over at the young man walking in and pulls out a pad. He looks at it then at the man again. He puts the pad away and goes back to the conversation.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('358', '4fd4b62485', '', '[quote:4fd4b62485=\"Jacob\"]As though someone has carried in a bad smell, Jacob lifts is eyes and his nose. He looks over at the young man walking in and pulls out a pad. He looks at it then at the man again. He puts the pad away and goes back to the conversation.[/quote:4fd4b62485] ::She follows his line of sight and makes a scoffing sound quietly.:: ::under her breath only audible to Jacob:: No respect.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('359', '21d3761f22', '', '::a picture is worth a thousand words and something live is worth so much more. She finds the reactions of the two hard to follow, and as they look over to Sebastian she looks as well, but not as obviously. She smiles slightly. And returns her watching to the two at the table. Ideling eating and drinking as she does so::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('360', '044640f332', '', '::Holds the tea that was delivered before in her hands and looks around the room. She notices the woman again and openly watches her observe them.:: ::To Jacob:: So aside from hunting for new employees anything else exciting in your plans tonight? ::She slowly turns her head back to him but her eyes follow after the head hanging on the woman at the table for an extra moment.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('361', '0ffecaec9c', '', '::she seems to have zoned out around this time. It is unclear whether or not she actually sees Dru look back at her.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('362', 'a1bfb342e7', '', 'Is there any thing that requires my assistance?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('363', '6147614232', '', 'No I was just playing. Sorry. Should have put an OOC up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('364', 'a3389294f3', '', '::Nods back to Druscilla.:: Your welcome Bishop Lang. I will offer one last time if anyone else has anything to ask or say. Please speak now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('366', 'ebefc1d280', '', '[quote:ebefc1d280=\"Lawrence Crane\"]::Nods back to Druscilla.:: Your welcome Bishop Lang. I will offer one last time if anyone else has anything to ask or say. Please speak now.[/quote:ebefc1d280] Philip steps forward not to speak but more to take the questions for the Prince.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('367', '40d56b1fc8', '', '[quote:40d56b1fc8=\"Druscilla Lang\"]No I was just playing. Sorry. Should have put an OOC up.[/quote:40d56b1fc8] OOC: \"See that\'s how its done.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('368', '5f4987d0d0', '', '[quote:5f4987d0d0=\"Druscilla Lang\"][quote:5f4987d0d0=\"Jacob\"]As though someone has carried in a bad smell, Jacob lifts is eyes and his nose. He looks over at the young man walking in and pulls out a pad. He looks at it then at the man again. He puts the pad away and goes back to the conversation.[/quote:5f4987d0d0] ::She follows his line of sight and makes a scoffing sound quietly.:: ::under her breath only audible to Jacob:: No respect.[/quote:5f4987d0d0] With a questioning look on his face. \"hum? who?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('369', 'b0a26c3f87', '', '[quote:b0a26c3f87=\"Druscilla Lang\"]::Holds the tea that was delivered before in her hands and looks around the room. She notices the woman again and openly watches her observe them.:: ::To Jacob:: So aside from hunting for new employees anything else exciting in your plans tonight? ::She slowly turns her head back to him but her eyes follow after the head hanging on the woman at the table for an extra moment.::[/quote:b0a26c3f87] \"None, why are you planing a party.\" The look on his face is perfectly Serious but you can tell from his voice he’s just having fun with you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('370', '9919cf3368', '', '[quote:9919cf3368=\"Jacob\"][quote:9919cf3368=\"Druscilla Lang\"][quote:9919cf3368=\"Jacob\"]As though someone has carried in a bad smell, Jacob lifts is eyes and his nose. He looks over at the young man walking in and pulls out a pad. He looks at it then at the man again. He puts the pad away and goes back to the conversation.[/quote:9919cf3368] ::She follows his line of sight and makes a scoffing sound quietly.:: ::under her breath only audible to Jacob:: No respect.[/quote:9919cf3368] With a questioning look on his face. \"hum? who?\"[/quote:9919cf3368] Nevermind. Not important.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('371', 'e2d0485f3b', '', '[quote:e2d0485f3b=\"Jacob\"][quote:e2d0485f3b=\"Druscilla Lang\"]::Holds the tea that was delivered before in her hands and looks around the room. She notices the woman again and openly watches her observe them.:: ::To Jacob:: So aside from hunting for new employees anything else exciting in your plans tonight? ::She slowly turns her head back to him but her eyes follow after the head hanging on the woman at the table for an extra moment.::[/quote:e2d0485f3b] \"None, why are you planing a party.\" The look on his face is perfectly Serious but you can tell from his voice he’s just having fun with you.[/quote:e2d0485f3b] Oh yes. A grand old ball with champaign trees and a buffet fit for a Princess. No Jacob, no plans just making idle chit chat is all. Seeing what you\'re up to.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('372', '03bcf48a15', '', 'OOC: Ass... :smt011 j/k'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('373', 'b6315ff201', '', '::she snaps to and shakes her head with a laugh, glances at the table which she had been watching for a while, looks at Sebastian and then at her food and drink. She looks slightly lost as she stares at her [i:b6315ff201]meal[/i:b6315ff201] and then, as if a light went off in her head, she smiled and picked up the drink. She took a tentative sip, smiled again and took a much larger sip::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('374', '25b323feae', '', ':smt018 Now children, Play nice :smt008'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('375', 'aaff1e8194', 'In Search Of Guidance', '::a call comes through on Dru\'s phone:: ((assuming she answers or goes to voicemail)) Dru I need to talk. When can we meet?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('376', '7387344db0', '', 'I\'ll be in my chambers around midnight. Stop by then.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('377', '234fa2b744', 'Players', 'New update Mags- Mark riley, private eye Goon- Samuel Graves, reporter Joel- David Coleman, cop Jeff- Carpenter Jessey- Robyn Winters, coffee shop owner Gerry- Nicholas Raptoni, getaway driver Ray- Spoke to him yesterday and he will give me his concept by the weekend but has no internet access'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('378', '33d76d0063', '', 'What about Tom?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('379', 'adf86fc9ad', '', '::Moira stops by punctually at midnight and knocks on the door to Dru’s chambers::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('380', 'd3f432b5eb', '', '::Dru answers and let Moira in. She takes her seat behind her desk. There is a notebook filled with lots of writing on it.:: Evening Moira. What did you need?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('381', '995084e7e8', '', '::she sits, she is dressed nicely, but looks tired.:: I am worried. ::she looks down:: When I went to pray I found myself questioning everything, and I felt as if I did not trust my faith. ::her accent thickens slightly as a flood of emotions wash over her. She looks up at Dru::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('382', '073d64e183', '', '::She nods slowly.:: Why do you feel that way? What specifically do you feel you don\'t trust?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('383', '6cdb0b56e7', '', '::she thinks:: Because I kept questioning what I was being asked to do. I should have the faith to not question that. But the whole principal goes against everything that I have know and believed in for the last 62 years. If our beliefs teach against making more kindred then why has my path been turned towards that? ::she shakes her head, her accent getting even thicker:: Is this to test my faith? Is this to force me to reexamine all that I have known? All that I believe'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('384', '2f9a42eef8', '', 'Moire it is fine to question the path you are given. Through questioning a choice or path your beliefs become more solidified. Siring, while we are all taught and believe that it should be avoided at all costs is not an entirely can\'t do situation. Take Longinus for instance. He himself sired The Monachus (ooc can\'t remember exact name at work) he gave the priest a choice, be embraced or be killed. The Monachus saw the choice of death as a type of suicide and instead understood that God had sent Longinus to him to put him on another path. That is why we, when the circumstance allows it, give our potential childer the choice to be embraced or killed. We don\'t hold the choice of death against them because it is the path that they choose from what God has given them. I have know others of our covenant who have killed their potential childe, but not until the kine was granted a last request. Some choose to have family protected. Before I came to this domain I saw a kindred nearly sacrifce his life to uphold the word he had granted the one who requested death. His belief was that God had put that kine to the Damned for a reason, to choose death and request the family be protected. In his eyes though kine, God in his foresight and wisdom wanted that family protected. Do you not think that other Damned of other covenants do not occasionally question their beliefs? The Dracul, with their perverse version of God\'s damnation, practice arts that change what god has given them. In their path to this choice they loose themselves to the beast and need others, who do not practice their coils, to keep them from falling farther from God. That would certainly be perplexing to me if I believed in their ways. In my beliefs and from what I\'ve seen, they fall because God is unhappy with their choice. At the same time I\'ve seen a Dracul or two come to the true path of God and join the Lancea Sanctum. ::she waits letting Moira take in the information.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('385', 'eaab9a85d4', '', 'I didn\'t put Tom there because he was not part of the original group that had beed observed.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('386', 'd1d39715e9', '', '[quote:d1d39715e9=\"The Judge\"]I didn\'t put Tom there because he was not part of the original group that had beed observed.[/quote:d1d39715e9] But don\'t worry. Tom is beeding observed. Sorry had to do it. :razz:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('387', '2b9d0dd257', '', 'Ladies and Gentlemen I have business to attend to, I shall leave the rest of this meeting to Sceneshal Duke. Good evening to you all. :: He stands and nods to all those gatherd and departs. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('388', '1251fc3271', '', '::When the Prince rises Druscilla does also and does not sit until he is gone.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('389', '6073beecd6', '', '::she rises as well, and her finger tips brush the folder infront of her as she does so. Her eyes follow the Prince as he leaves, and then switch to the Seneschal and watches him, waiting for him to do something::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('390', 'bda619b01f', '', '::stands up and bows slightly grabs her broken sunglasses before she sits back down::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('391', 'dcf13c9d9a', '', '::stares at Drake:: Oh really?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('392', '7d136b08bb', '', '::she nods, not taking all the much time to take in the information:: Dru ::she stops searching for the words:: I must choose carefully, the one who I will sire. From the information given there does not seem to be any potential candidates for our covenant, though I hope that is not the case. But since I have not been able to find any of them, I am not able to make a valid judgment. ::she pauses:: I am nosferatu. I may not be deformed like the rest of my covenant, but I do not doubt that as if I were to let my beast take me over I would begin to show the tell tale signs of my clan. But I do not have the ability to interact with people as other clans do. My clan was not meant to mingle with the mortal world, how am I to get to know a potential child if I am shunned by most mortal society? ::her voice is full of frusteration:: I may decide on someone, but I will be the last one able to choose, because of who I am. And if I am to sire the potential child must fit a specific and rigid criteria. This I know ::she says with conviction:: Does this make any sense?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('393', '5697fb1f2f', '', 'It makes absolute sense. Which specific candidates are you looking for? Perhaps I could put some feelers out and give you better idea of where to find them and when. Kine are creatures of habit and routine. Even the most random ones have patterns. You have the gift of obfuscate correct? That at least covers a large portion of your taint so it helps in that regard. Try manipulating them. If you are intersted in the reporter contact him and make up a false story for him. Meet with him someplace dark as to help relieve his frail mind. The PI investigates mystical things. Meet him someplace kine typically find spooky with some information on some random dead case. Again false, but you can talk to him about things then. A cemetary or abandoned building would certainly add to the drama and take the focus off you. Moira ::she leans forward:: your childe should fit specific criteria, it is what makes them blessed to become like us. You are better than the randomness that the Prince and Seneschal throw around.... here pick one and sire. Please, that thought leads us to much bigger problems. In regards to our covenant you never know. Someone who investigates the paranormal all his life being given the answers he seeks may make him more devout than you thought possible. A struggling reporter may find that the embrace brings him an eternity to perfect what he does, so researching and logging things may bring him closer to God. The dirty cop may see the error of his ways and use his skills to aid us. Or, they may not. They may rebel and run. Others may rebel from those that embrace them and come to us. Its hard to tell what the embrace will do.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('394', 'b3c7cba0f5', '', 'I have spent much of my kindred life practicing Theban Socery, perhaps this was not as wise as I once saw because I have neglected full study to my other disciplines ((you know that they are kinda sad )) I am able to hide the taint of out our kind but not the eerie feeling my clan gives off. I just come off as really creepy for no apparent reason ::she actually chuckles at this comment:: The police officer and private investigator have caught my eye, at least in their write-ups have. They strike me as good candidates for my clan, but I cannot judge how they will be when they are turned. I find myself conflicted. My instinct says I should choose from the perspective of a nosferatu, and not as a Leget in the Lancea Sanctum. ::she shakes her head:: The feeling screams from inside me. And I don’t know why I continue to fight it. Dru what do you advise?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('395', '015bdedb0b', '', 'When the Prince is out of the room, Philip looks out at the room. \"So questions, COMENTS?\" :smt093'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('396', '027cf0cee8', '', '[quote:027cf0cee8=\"Moira Kelly\"]::stares at Drake:: Oh really?[/quote:027cf0cee8] Yes really. So there. :smt016'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('397', 'ee51d27653', '', 'Moira, you are as much a Nosferatu as you are a part of the Lancea Sanctum. Of course your blood will scream to you. You can\'t deny what you are. Either of those choices, if they follow our ways, will make great members of the Sanctum. The private eye, you train him in our ways he may make an excellent Legate someday or even spend his time studying our Sorcery hence discovering a new ritual. Everyone has potential in the path of God. My advise to you though is choose the child you think will make an outstanding member of the Damned, more precisely of your clan. Since we reside in a Carthian domain we can not lead our childer as we normally would so you must make the choice based upon what you do have the ability to control your blood and your legacy. You will simply have to advise and persuade the childe to see the right way. If that means flaunting a bit of your sorcery to him to let him see what powers the true path gives then do so. He can\'t learn until he has a teacher and showing him is hardly teaching. Nor can he learn without faith in what we believe. Does this help you at all? I truely want to help you through this trial. As such, if you would like me to bear witness to not only the childe\'s confession and choice to be embraced, but also the embrace itself ::the tone drops a little:: although our ways are not typically ones that share the experience of the embrace itself, ::her voice raises a little again:: I will do so as your Bishop and spiritual guide. I would not let any member of my flock experience this event on their own if they did not wish. The embrace takes a heavy toll on the soul.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('398', '6aed885d96', '', '[quote:6aed885d96=\"Ramier\"]:smt018 Now children, Play nice :smt008[/quote:6aed885d96] I\'m not the one being childish, she is. :smt016'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('399', 'b9b4397d24', '', '::she says nothing, but stares at him. Not the pierce your soul gaze, but the \'i\'m watching you\' gaze\'::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('400', '8cef21a793', '', 'I have no further concerns at the moment Seneschal Duke. ::she nods her head to him::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('401', 'dbb54ed0ad', '', 'Oh yeah, pointing fingers to say who started it is real mature. :smt064'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('402', '4cc500523a', '', 'Brat! :smt062'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('403', 'b4f77fee3d', '', '::she nods and smiles a little:: Dru, thank you. I shall pursue the police office and private eye, unless another catches my attention in their actions. I believe I will embrace on my own. But I will not know until the time comes. I think I just needed to talk to you about this. It has turned my world upside down. ::she seems amazed at something::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('404', '6af515a229', '', '::She smiles back.:: No problem Moira. It is a good thing that it is effecting so. If it wasn\'t I would be concerned. The fact that it is means your convictions to your Covenant and your faith are stronger than you thought. When you decide who you are going to embrace and when let me know so that we can set up the proper confessional for their decision. For the embrace itself feel free to use one of the empty rooms in the rectory so that you are able to keep your childe contained should he frenzy or anything. One other thing though... May I ask why you sound so surprised about your own reaction to this? OOC: For sport what\'s her comp.?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('405', 'a3bc662e26', '', '*the guy in the corner is staring at the ceiling obviously in thought. he grabs his junk and scratches for a minute. when he realizes what he\'s doing he looks around quickly and blushes a little. he gets up tosses the cup in the garbage looks around again and quickly makes his way to the door.*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('406', '824728406b', '', '((Comp = 3)) ::she shakes her head:: I was born into a devote Irish Catholic family. My life has been deditcated to God since I was a child. And though my clan is Nosferatu, the constant throughout my change has been my faith. Where as the Nosferatu part defiantly was not. I do not follow blindly like many I have met, Kindred and mortal alike. But of which reaction do you speak? I think I have had multiple reactions in just the time we have been talking. ::she smiles::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('407', 'a9560df9b6', '', '::she watches him and chuckles as he leaves, knowing how he feels::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('408', '8655964a54', '', 'Just the last. You seemed surpised that your \"world is turned upside down,\" as you put it. Better put though I guess I\'m interested in knowing whether your own embrace tried your faith at all when it happened? OOC: 07-14 15:55:09 Dru rolls 8 dice to Aura 4 successes 5,2,3,9,10, 7,3,10,4,8'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('409', '1a0b1a9959', '', 'The Seneschal sits, well if there is nothing else. There are copies of the Prospects for everyone. I\'m sure I don\'t have to be careful with them. We don’t want a sheet full of the names of people who will go missing in the next few months to fall in the wrong hands now do we. I have all ready told the Prince I believe Ms. Robyn Winters would be my most ideal candidate for me. If any of you believe you have a better claim to her then I do, I expect to hear from you on the issue. If anyone takes one of these prospects before it has been approved, I will be quite put out!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('411', '79593bae11', '', '[quote:79593bae11=\"Druscilla Lang\"][quote:79593bae11=\"Jacob\"][quote:79593bae11=\"Druscilla Lang\"]::Holds the tea that was delivered before in her hands and looks around the room. She notices the woman again and openly watches her observe them.:: ::To Jacob:: So aside from hunting for new employees anything else exciting in your plans tonight? ::She slowly turns her head back to him but her eyes follow after the head hanging on the woman at the table for an extra moment.::[/quote:79593bae11] \"None, why are you planing a party.\" The look on his face is perfectly Serious but you can tell from his voice he’s just having fun with you.[/quote:79593bae11] Oh yes. A grand old ball with champaign trees and a buffet fit for a Princess. No Jacob, no plans just making idle chit chat is all. Seeing what you\'re up to.[/quote:79593bae11] Jacob smiles:: \"Hold that thought please\" He stands: [b:79593bae11]\"Sebastian?\"[/b:79593bae11]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('412', '238b9968e1', '', '[quote:238b9968e1=\"Druscilla Lang\"]Oh yeah, pointing fingers to say who started it is real mature. :smt064[/quote:238b9968e1] Oh yeah, well I\'m rubber and your glue. :smt005'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('413', '1d36fe05af', '', '::she sits back down at this comment. Her facial features do not change but her eyes storm slightly (a slight change in color only, nothing moves) as the seneschal finishes speaking::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('414', '057ea707f4', '', '::Carla tilts her head at the mention of Sebastian\'s name. Her eyes float from Jacob to Sebastian, far more interested in Sebastian\'s recations than the man who called to him::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('415', 'e2158c3d93', '', '[quote:e2158c3d93=\"Philip\"]The Seneschal sits, well if there is nothing else. There are copies of the Prospects for everyone. I\'m sure I don\'t have to be careful with them. We don’t want a sheet full of the names of people who will go missing in the next few months to fall in the wrong hands now do we. I have all ready told the Prince I believe Ms. Robyn Winters would be my most ideal candidate for me. If any of you believe you have a better claim to her then I do, I expect to hear from you on the issue. If anyone takes one of these prospects before it has been approved, I will be quite put out![/quote:e2158c3d93] Jacob who never stands in the Cornor. \"What the hell dose that mean, Approved? We have to ok people you want us to turn?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('416', '829d731953', '', 'He walks toword Sebastian and sticks his hand out.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('417', '0823578c72', '', '((I will enter results when I get hom)) I am amazed at how much better I feel after talking to. Like some clarity of mind. I can\'t explain it. I know I was being torn between my clan and covenant. And then I realized something. ::she tilts her head:: That I cannot change my clan. And the person I will sire cannot change their clan, but they [i:0823578c72]can[/i:0823578c72] choose their covenant and aren\'t necessarily stuck with the first one they choose, unlike their clan which they cannot change once turned. ::she thinks for a moment:: As for my embrace. Yes, it tested my faith greatly. I spent hours praying seeking an answer to the change. I accept it now, but still wonder if it is a curse or a strange blessing. We are condemned to a life with no sun, but at the same time if we live well we may have an etermity to learn and explore. And in my case I can explore my faith more. Be tested more. I find that incredible. ::she grins::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('418', '1fd7297414', '', '::at this she actually turns to look at Jacob, a slight smile crosses her lips when she is facing completly away from the seneschal so that her smile would not be seen by him::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('419', '51e3bdb314', '', '[quote:51e3bdb314=\"Jacob\"][quote:51e3bdb314=\"Philip\"]The Seneschal sits, well if there is nothing else. There are copies of the Prospects for everyone. I\'m sure I don\'t have to be careful with them. We don’t want a sheet full of the names of people who will go missing in the next few months to fall in the wrong hands now do we. I have all ready told the Prince I believe Ms. Robyn Winters would be my most ideal candidate for me. If any of you believe you have a better claim to her then I do, I expect to hear from you on the issue. If anyone takes one of these prospects before it has been approved, I will be quite put out![/quote:51e3bdb314] Jacob who never stands in the Cornor. \"What the hell dose that mean, Approved? We have to ok people you want us to turn?\"[/quote:51e3bdb314] Philip smiles. \"Leave it to you Jacob to prove my point. There are quite a few of us here and only a hand full of prospects. I\'m sure more then one of you may lean to the same one. By Approved I mean to say that you will confirm that you are interested in one or the other and may turn them. We do not want someone to spend the next two or three months following someone only to have someone else take them in one night and, for give my wording, have bad blood in our happy little domain. If you want someone let me know. That way if someone else comes to me to say they want them, I can tell them you have first crack. Any other questons?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('420', 'c19a7e92b5', '', '::she seems slightly confused by the action, but continues to watch. She does at one point look around the room to see if this is drawing more attention than just hers::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('421', 'a11b1ffb65', '', '::she turns her head and stands:: I do Seneschal. ::she bows to him slightly::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('422', '31f966260c', '', '[quote:31f966260c=\"Moira Kelly\"]::she turns her head and stands:: I do Seneschal. ::she bows to him slightly::[/quote:31f966260c] \"Yes Ms. Kelly.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('423', '3a8f009dca', '', 'It has been mentioned that these individuals have been observed? Perhaps it might be easier for the potential sires to be briefed on those locations where they have been observed at. This domain is rather big, and if we are being forced to hunt down individuals with not beginning place this could take far longer then anyone really wishes it to go. ::very irish::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('424', 'ede124357b', '', '::Druscilla watches Jacob and odd look on her face.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('425', '709c18b17d', '', '[quote:709c18b17d=\"Moira Kelly\"]It has been mentioned that these individuals have been observed? Perhaps it might be easier for the potential sires to be briefed on those locations where they have been observed at. This domain is rather big, and if we are being forced to hunt down individuals with not beginning place this could take far longer then anyone really wishes it to go. ::very irish::[/quote:709c18b17d] Very quickly:: \"Addresses and local hang outs are in the folders any one else?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('426', 'dc81643688', '', '::Druscilla nods and smiles.:: Good, on both accounts. That you are finding your way on the path to God and that you find enjoyment in it. Our eternal lives are about balance, humanity, beast, faith, everything must be balanced. This understanding will make your new choice as a Sire more interesting for you. Is there anything else you need Moira?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('427', 'fe6f366b56', '', '[quote:fe6f366b56=\"Jacob\"]He walks toword Sebastian and sticks his hand out.[/quote:fe6f366b56] His hand still out: \"It Sebastian right, I\'m not just making fool of myself am I. We met a party about a year ago I think... Damn I can\'t remember that girls name who brought me there... sorry what was I saying, oh yeah it\'s Sebastian right?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('428', 'ead1daf4e0', '', '[quote:ead1daf4e0=\"Philip\"]The Seneschal sits, well if there is nothing else. There are copies of the Prospects for everyone. I\'m sure I don\'t have to be careful with them. We don’t want a sheet full of the names of people who will go missing in the next few months to fall in the wrong hands now do we. I have all ready told the Prince I believe Ms. Robyn Winters would be my most ideal candidate for me. If any of you believe you have a better claim to her then I do, I expect to hear from you on the issue. If anyone takes one of these prospects before it has been approved, I will be quite put out![/quote:ead1daf4e0] ::Saskia nods.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('429', 'f856c94820', '', '*shakes the guy slowly but has an odd look on his face* Um.... I don\'t know you. I don\'t forget a face... *points to his* Face as screwed as this makes you notice others. *handshake gets firmer* Who knows though I like to drink. Lot\'s of parties I don\'t remember.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('430', 'e7b1627497', '', '[quote:e7b1627497=\"Sebastian Wood\"]*shakes the guy slowly but has an odd look on his face* Um.... I don\'t know you. I don\'t forget a face... *points to his* Face as screwed as this makes you notice others. *handshake gets firmer* Who knows though I like to drink. Lot\'s of parties I don\'t remember.[/quote:e7b1627497] \"Well you may not remember my face but I doubt you could for get the girls I was with, well not just her face ay, but anyway I thought it was you. I only got to meet you for a moment last time. I was, well like I said with someone. Damn I wish I could remember he name this sucks she said she know you and that\'s why I remember your name but I can\'t remember hers. Anyway I just thought that was you, and it is.\" ::Smile:: \"Anyway I\'m coming into town alot now a daz, and saw this spot. You come here alot?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('431', '6313c1e798', '', 'Yeah, when I need to find inspiration. Playing on having a show here hopefully. If Robyn will let me.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('432', 'b3aaceacfc', '', '[quote:b3aaceacfc=\"Sebastian Wood\"]Yeah, when I need to find inspiration. Playing on having a show here hopefully. If Robyn will let me.[/quote:b3aaceacfc] \"Your an artist or a musision? I remember something about that. But hey ::pointing back at the table he was at: \"As you can tell I\'m with someone again. Are you in the book? I\'ll give you a call? When I\'m in town next time. I set up art shows too so who knows.\" ::Waits for the answer::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('433', 'e2e88d586e', '', 'Yeah, last names Wood. I gotta get going anyways. *leans over and whispers* Who\'s that woman you\'re with? Your girl?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('434', '01005a1959', '', '[quote:01005a1959=\"Sebastian Wood\"]Yeah, last names Wood. I gotta get going anyways. *leans over and whispers* Who\'s that woman you\'re with? Your girl?[/quote:01005a1959] Leans back: \"I wish...\" ::looks over at her then back to wood:: \"friend of the family, but you never know.\" ::Smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('435', '5e1e379b3b', '', '::About 30 minutes before closing Annabelle walks around and does final call. When closing time is hit she quickly but politely escorts everyone out the door then closes down the bar.:: OOC: Start a new scene if you want.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('436', 'cd33aeb820', '', '*looks at her again* She\'s different, unique you know? I\'d love to...*pause and scratch of the head quick glance at Druscilla again.* I\'d love to paint her sometime. *smiles a little almost embarassed* Would you let her know for me. Tell her if she\'s interested to call me.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('437', '023e7639e7', '', '::Druscilla sits patiently waiting for Jacob to return. As the men continue to look at her and talk she gets a slightly more perplexed look on her face.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('438', '8ffc5177c4', '', '[quote:8ffc5177c4=\"Philip\"][quote:8ffc5177c4=\"Moira Kelly\"]It has been mentioned that these individuals have been observed? Perhaps it might be easier for the potential sires to be briefed on those locations where they have been observed at. This domain is rather big, and if we are being forced to hunt down individuals with not beginning place this could take far longer then anyone really wishes it to go. ::very irish::[/quote:8ffc5177c4] Very quickly:: \"Addresses and local hang outs are in the folders any one else?\"[/quote:8ffc5177c4] ((OOC: Would like to point out, she wouldn’t have mentioned that if they had been in there… Since there was nothing concerning that in the write up The Judge gave us of what was in the folder it is assumed that such information was not in there to begin with))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('439', '0adb09006a', '', 'No. ::she shakes her head slightly:: I think I will be okay for right now. Thank you for listen’n to me. ::she smiles:: I should let ye get back to ye’r work.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('440', 'b25e678616', '', 'correct, only a few of them had addresses, one is no longer in the pile of folders, the others are Samuel Graves, David Coleman, Marc Riley\'s office and the bar he hangs in. The others do not.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('441', '4c03f5a1e4', '', '((So I wasn’t missing something when Moira asked that? I need to know in order to respond to Philip correctly. The folders do not officially address the question she asked???))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('442', '10ad2ce4fc', '', '::she watches the conversation in a rapt facination. She shakes her head a few times in disbelief:: Weird ::she mumbles under her breath::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('443', 'a241032355', '', 'the three I mentioned in the above post are the only ones with addresses that are \"on file\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('444', '1b890e33df', '', 'Your welcome and have a nice evening.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('445', '2b80db08d3', '', '[quote:2b80db08d3=\"Sebastian Wood\"]*looks at her again* She\'s different, unique you know? I\'d love to...*pause and scratch of the head quick glance at Druscilla again.* I\'d love to paint her sometime. *smiles a little almost embarassed* Would you let her know for me. Tell her if she\'s interested to call me.[/quote:2b80db08d3] Jacob hands him a card. Jacob White Party coordianitor. \"Give me a call. I do art shows and Raves, I\'d love to work with you.\" Shakes hands and heads back to his table.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('446', 'a1153fe8e7', '', 'Excuse me another moment seneschal. Three have home addresses listed and one has a ‘hangout’ place listed. I was inquiring about more in depth information. Most people do not spend their every waking hour at home, and if these ones did they would not strike me as good potentials. There must have been more areas of observation, in which we might better observe. ::he voice emotionless and level:: ((OOC: When are the PCs supposed to be joining us?))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('447', '0fd6155d90', '', '*Takes the card* Thanks, I will. *glances at the woman again and leaves*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('448', '28b1d982d9', '', '::When Jacob gets back to the table.:: What was that about?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('449', '4ba23d3eaa', '', '[quote:4ba23d3eaa=\"Moira Kelly\"]Excuse me another moment seneschal. Three have home addresses listed and one has a ‘hangout’ place listed. I was inquiring about more in depth information. Most people do not spend their every waking hour at home, and if these ones did they would not strike me as good potentials. There must have been more areas of observation, in which we might better observe. ::he voice emotionless and level:: ((OOC: When are the PCs supposed to be joining us?))[/quote:4ba23d3eaa] OOC: Jim I\'m going on the fact that you had all these people followed, so can we just say that we know there hang outs. Let\'s not get hung up on that detail. Jacob went out for on Recon and came back with the info he needed on a guy in one nght. If you\'ve had this done for months we should have that info. Do We?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('450', 'ec423f9441', '', '[quote:ec423f9441=\"Druscilla Lang\"]::When Jacob gets back to the table.:: What was that about?[/quote:ec423f9441] \"That young man pissed a local big wig off. The 2nd biggest in the area you might say. If he can do that, I\'d like to get to know him better.\" ::Smile:: \"So about that party, I know we don\'t get along that offten Druscilla, but I\'m getting hungry. Care to join me?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('451', 'dbdf07ea54', '', 'You\'re right we do have the info on them, as soona s the rest of the players register I can add that information to the list but assume we have it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('452', '77deb505f1', '', '[quote:77deb505f1=\"Moira Kelly\"]Excuse me another moment seneschal. Three have home addresses listed and one has a ‘hangout’ place listed. I was inquiring about more in depth information. Most people do not spend their every waking hour at home, and if these ones did they would not strike me as good potentials. There must have been more areas of observation, in which we might better observe. ::he voice emotionless and level:: ((OOC: When are the PCs supposed to be joining us?))[/quote:77deb505f1] \"Any info not in the folders will be provided upon your request. If that is all.\" He stands and sets a note pad on the table. \"Info mation on local hang outs for each of them should be in there. Jacob if I might have a moment of you time. We need to TALK.\" They leave. OOC: I\'m out all weekend guys so unless there is something big I\'m lets say I leave.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('453', '13df1896fc', '', '::She raises a single eyebrow.:: Well, the big wigs are sensitive. I grabbed a bite earlier, but if you\'d like I\'ll join you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('454', 'c8f1fe059d', '', '::Druscilla stands and after Phillip leaves she heads to the door.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('455', '5ec4e9aa27', '', '::she stands as Philip leaves. She looks as though she has a bitter, nasty taste in her mouth. She doesn\'t wait around once Philip leaves, she picks up the new folder she just received and heads for the door. As slight scowl on her face::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('456', 'd0e1864731', '', '::she finds the whole situation incredibly amusing and can\'t help but chuckle quietly to herself::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('457', '108ce98cc0', '', '[quote:108ce98cc0=\"Philip\"] OOC: Jim I\'m going on the fact that you had all these people followed, so can we just say that we know there hang outs. Let\'s not get hung up on that detail. Jacob went out for on Recon and came back with the info he needed on a guy in one nght. If you\'ve had this done for months we should have that info. Do We?[/quote:108ce98cc0] ((OOC Sorry guys, just playing the char))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('458', 'e228d45438', '', 'Never appologise for playing the character the way it is supposed to be played.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('459', '80d61c98e6', '', '[quote:80d61c98e6=\"Druscilla Lang\"]::She raises a single eyebrow.:: Well, the big wigs are sensitive. I grabbed a bite earlier, but if you\'d like I\'ll join you.[/quote:80d61c98e6] I was thinking of a new place I saw on my way into town. If you\'d like to join me to check it out. ::Smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('460', 'ca9ddf8533', '', 'Ramier calmly rises to his feet and looks about the table as he picks up the folders. \"Ladies.....Gentlemen, Good evening to you all\" Then calmly and gracefully walks out the room.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('461', '5623f1d735', '', ':smt093 CHILDREN!!! Do I have to send the both of you to the Corner? This is a place for mature and responsible adults. Honestly....You should be ashamed of yourselves. :smt018'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('462', 'fdff75285c', '', '[quote=\"Moira Kelly\"]Though at times I would argue for instant kills. Especially in a Kraus game. I\'m not intending to be rude, so please don\'t take this as such, but could we please keep the apparrent insults of other people\'s games to a minimal. Or at least not mention certain details. ie: names. I\'m not trying to sound all high and mighty (Me of all people) but outside of the lack of \"Proffessionalism\", it may (or may not) alienate certain people. Again I don\'t mean to sound offensive but I figured I\'d just thow in my two cents. (Or one cent as I am definately a broke bastard :???: )'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('463', '59cdafd3bb', '', 'So be it, no insta deaths. thanks for the input guys.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('464', 'a068243599', '', 'HE STARTED IT! :smt110'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('465', '0f1a995a38', '', 'Sure, why not. I don\'t get out often. Show me this new place. Things go up so quickly when you don[t pay attention.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('466', 'bd10593438', '', '[quote=\"Ramier\"][quote:bd10593438=\"Moira Kelly\"]Though at times I would argue for instant kills. Especially in a Kraus game. I\'m not intending to be rude, so please don\'t take this as such, but could we please keep the apparrent insults of other people\'s games to a minimal. Or at least not mention certain details. ie: names. I\'m not trying to sound all high and mighty (Me of all people) but outside of the lack of \"Proffessionalism\", it may (or may not) alienate certain people. Again I don\'t mean to sound offensive but I figured I\'d just thow in my two cents. (Or one cent as I am definately a broke bastard :???: )[/quote:bd10593438] No offense man, but it wasn\'t an insult. It was merely the way he runs his games. I have a shite load of fun in Steve\'s games. Each storyteller does things differently and for each storytellers things work differently. I think that those of us who can read this board have all played in a Steve game once or twice, and ::smiles:: once or twice it would have been real nice to have the ability to do instant kills. :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('467', '9939fac5c1', '', '::she takes a few larger steps and catches up to Druscilla, and give her a sidways glance::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('468', '5f43e16466', '', 'And ye as well. ::she bows respectfully and departs::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('469', '1a40c5f671', '', '::she regards the two odd ones a moment longer then leans back in the big comfy chair and closes her eyes, her fingers playing with the cardboard cup holder that came with the latte::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('470', '7adda4f1a2', '', '::Looks back and responds quietly.:: Would you like to discuss something Moira?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('471', 'dd173813a7', '', '::she shakes her head:: I don\'t know. ::she sounds confused and perturbed at the same time::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('472', '1654a34149', '', 'Well child, you know where to find me if you do. Goodnight. ::She nods and walks off disapearing as she heads into a shadow.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('473', 'afeba3fe61', '', '::she nods and heads off around the corner and shoves her hands into the pockets of her slacks, a frown on her face::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3535', 'c9d9626897', '', '\"What exactly is do yoou wish to gain from joining the Order Dracul then?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3536', '713c93a3bc', '', 'We have the abillity to ....... in a way become invisible, some of them can see us and when we encounter those we can be fairly certain that they ar not one of the more combat capable clans. But to answer the question properly the answer is survailance and as always proper preparation.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('475', '902104e83f', 'Thursday July 21', '::The bar opens as usual and it is clear the weekend is coming as there are a hefty number of college students at the back tables playing poker. Annabelle is behind the bar filling orders and another employee is running around clear empty bottles from the tables. Saskia is not out in the bar anywhere but there is a bouncer at the door checking IDs for the kids trying to sneak in.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('476', 'ea62b8a683', '', '::She stands up.:: Come Jacob, lets get going its getting crowded in here and we are hampering Robyn\'s business for paying customers. ::She collects her things and deposits the nearly full cup into the garbage.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('478', 'd774250e02', '', '[quote:d774250e02=\"Druscilla Lang\"]::She stands up.:: Come Jacob, lets get going its getting crowded in here and we are hampering Robyn\'s business for paying customers. ::She collects her things and deposits the nearly full cup into the garbage.::[/quote:d774250e02] He leaves his cup at the table and leaves with her.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('479', '884692d1b6', 'all things start somewhere', 'a new patrone has been showing up for the rave scene for the last few weeks . he dresses moderatly concidering the crowd he\'s chosen. and mostly just sits in the same corner watching with interest at the obvious good time the regulars of the club are haveing . always seen with a light smile, his short conversations with the regulars is starting to make him blend in as more and more of them get to know him. its not long before his the only thing odd about him is his dress code witch goes from moderat ( jeens and a shirt ), to reagular club clothes to almost beach wear. whatever it is it nevr quite mingles with the ravers.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('480', '14de01fc82', 'Cup of Joe.', 'Philip walks in. He has a smile on his face and a book under his arm. He orders a small skim carmel latte\' and pays. \"Is Ms. Winters in tonight?\" He asks the person taking his money.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('481', '81fb193f8e', 'Not that anyone would care.', 'Jacob sits at the bar with a young lady showing her a card trick. He picks up a card places a 25 cent peice under it sets the card down, waves his hand over the card and lifts it again. The coin is gone. Everyone around laughs and two or three guys yell I know how he did it, only to try themselves and fail. The young girl asks if he\'ll tell her how he did it and he tells her \"maybe some time when were alone.\" Jacob has no dark sun glasses and when the young lady goes to try and take them off, Jacob grabs her hand. He smiles. \"Sorry babe, Just don\'t like all the lights in here is all.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('482', '705020a3ce', '', '((OOC: Who posted this? It says guest.)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('483', '75462c4228', 'Ah, Home', 'David crawls up the stairs to the apartment he calls home. A small pile of mail is pushed aside as he opens the door. He quickly sets a suitcase down, closes door, and goes into the bedroom. Soon the only sounds in the apartment are snores.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('484', '0cdd0c0bf2', '', 'excellant, now I need you to post a discription of the appartment that anyone would see as they walk through the door so that if you ever have anyone to your home they will get a discription as they enter.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('485', 'd2417cfb98', 'The "guest" in Pulse', 'just so you all know the guest that posted in Pulse was Jeffs character, since he is trying to be gay and not want anyone to know it\'s him I thought I would be a bigger pain in the ass and let you all know since you all should know it\'s him on sight. Besides if he wants to stay hidden from the rest of the PC\'s thats cool but there\'s no reason that he should hide from the rest of you. Ok I guess that\'s all the mischeif for me for today so I\'ll catch you guys later.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('486', 'e67cc106c3', 'Tyhe players', 'If any of you have taken any interset in any of the players let me know and since most of them are being pains in the asses I\'ll give you whatever info you would need from having followed them or whatever it is you would do with them. so just send me a message or put a post in here and I\'ll get you what you need.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('487', '80b4d2b406', 'Description', 'The building David lives in is a small two story apartment building. It\'s exterior is brick and looks well maintained. The bell by the door shows that David lives on the second floor. Inside there is one door downstairs and a staircase going up. At the top of the stairs is a landing with a single door that leads to David\'s apartment. It is a sturdy wooden door with a dead-bolt lock. Once inside, there is a large living room. It is sparsely decorated, containing only basic furniture and a couple of pictures. Along the wall by the stairs is a thin kitchen. It has several stains on the stove and counter, which are littered with dishes. Opposite from the kitchen are two rooms. One contains an office with a computer and papers all about. The other is the bedroom. It again is sparsely decorated, containing only a dresser and a bed. There is a pile of laundry in one corner. After the two rooms is a small bathroom, which obviously has not been cleaned lately.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('488', '9eb629e700', '', 'Later Tuesday night, a tall, large man stops in. He wears the uniform of the local police. He lazily walks to a small table sits down, shifting the table while doing so. Once a waitress comes over, he orders a large black coffee. He sips his coffee slowly and watches other locals play the various games lying about.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('489', '6b51ae8b5a', '', 'After enjoying a few cups of coffee, the large policeman leaves.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('490', '8f17112148', 'Ramier', 'Ramier is usually very quiet yet not entirely \"antisocial\". Though he normally stays to himself, he is known to socialize occaissionally. When noticed, Ramier is very polite and carries a certain grace to his movements and posture. During Ellysiums or at Court, Ramier usually dresses in Black slacks and a suit jacket with a dark Grey shirt. When noticed in public, he tends to wear tan slacks and a black T-shirt.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('491', '7c478799b5', '', '[quote:7c478799b5=\"davidcoleman\"]After enjoying a few cups of coffee, the large policeman leaves.[/quote:7c478799b5] As he walks out, Philip tips his hat to him. \"evening officer\" ::Smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('492', 'f1cbb4d7c2', '', '::The bar closes with little trouble. The only major event was a guy who got himself kicked out for smacking Annabelle\'s ass everytime she walked by.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('493', '68423599c4', '', 'While walking out, the officer nods to the gentleman that greeted him. He ducks to avoid the top of the door and exits. Next Thursday, the police officer returns to the \"Ready\". This time he is in civilian clothing. He sits at the same table and relaxes. Soon he is sipping coffee and watching the night unfold.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('494', 'ea6c9591db', 'Friday July 29, 2005', '9 PM ::The night crowd is just starting to come into the bar. Saskia is behind the bar getting drinks. After about an hour Annabelle comes out from the back. She looks tired, worn out and off colored.:: ::Saskia:: Dah, two Millers. I heard you da first time. ::When Annabelle walks out Saskia pauses and glances behind her. She tosses the Millers on the bar.:: On da house. ::She doesn\'t even look at the two men at the bar as she turns to face Annabelle. She walks to the girl, her posture straight, and takes her by the elbow. They talk for a moment, the girl keeps shaking her head. Finally Saskia\'s voice raises enough to be heard over the slight crowd her accent is thicker than normal making her words hard to understand and chopped sounding.:: You...home...neow. ::She turns Annabelle to the back door and leads her that way. They both dissapear into the back room and only Saskia reappears a moment later.:: ::When she gets back out she tends to another customer but it is obvious that she is a little irritated still.:: ::Customer:: What\'s with the girl. ::Saskia rolls her eyes.:: She sick, want to work still, I say nyet she fight me. I no have health department pissed I let sick girl work and I no have her get worse. [/u]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('495', '24abd99992', '(( ooc)) ................ night after night', 'i would like to give the character a personality without the distractions of a players face. no offense to anyone i just like the feel of it better this way........ night after night the patron returns to the club its as if his old life doesn\'t exist for him while he\'s there, he never brings it up and when it is he quickly exits the conversation with if your looking to be that bored than why would you be here lol (obviously a fake and quick laugh). his time there is slow mainifesting itself in drugs relaxations and a new host of friends that now meet him there to start there nightly hangouts. the only thing that seems to change from night to night is the amount of bruising that is starting to ocompany him there . he seems verry lighthearted about them however and when aske his reply is always \"just meeting new people and trying to have some fun. any way whats been goin on with you?\"........'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('496', 'b2ab550778', 'what"s this, a place to sit back and relaxe in?', 'a place to just sit back and relax in ? just what i need before all the energy and loudness. ........ let me see i\'d like a table in the back please...........'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('497', '1730fc0793', '', '::One of the guys clearing beer bottles looks at him like he\'s crazy for a second.:: Dude, if the tables empty take it. ::In the back a woman with jeans and a t-shirt on, her hair loose, is playing a hand of Blackjack with another patron. She watches the guy sit down then returns back to her game.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('498', '3694866548', 'Annabelle', 'The night before Saskia sent Annabelle home this is what happened.... Saskia woke for the night and looked at the clock on the wall of her haven. [i:3694866548]10 after 9... good plenty of time left.[/i:3694866548] She went upstairs and took a shower relaxing in the hot water. When she was done she put on a pair of blue jeans, a plane black t shirt, and her boots. She left her haven, setting the alarm and locking the doors, and drove down the road. Along the way she pulled into one of Morristown\'s many parks and got out of the car. She walked to the back of the park, to the woods, and wandered into them. She was thankful that mosquitoes weren\'t attracted to vampires and then chuckled to herself at the thought of ghouled mosquitoes. She got into the woods a ways and began to call to the animals there. She then sat quietly and waited for her prey to approach her. Eventually, a deer walked up and she fed from it quickly, not killing it. When she was done she got back in her car and headed to Annabelle\'s. When she arrived at Annabelle\'s apartment she didn\'t even have to knock on the door. It flew open and the girl met her with a huge grin. They talked for a while, watching TV and discussing Ostrava. At one point Annabelle got up to get herself a drink and when she got back she sat on the floor directly infront of Saskia. Saskia sat behind the girl playing with her hair almost petting her and thought about the life that the girl had stumbled into. Being the servent/pet of a creature that noone, not even the Sanctum with all their pole worshipping BS could really explain. It was odd to her the relationship they had developed, almost as if Annabelle really was her pet, like anyone one of the animals Saskia could call to her when she needed them. Only this animal was slightly more intelligent and capable of a few extra things. With only a small amount of movement Saskia pulled her wrist to her mouth and sliced the flesh there. She stared at it for a moment and noticed that Annabelle had gone completely still and her heart was beating slightly faster. Without ceasing the caressing of Annabelle\'s hair Saskia moved her wrist around to the girl\'s face. She took the offered limb and began to feed, but not before she softly kissed the open palm it was attached to. For the next few moments both women sat very still enjoying themselves. Annabelle had learned how to feed slowly, not like when she first became Saskia\'s ghoul and would take her share quickly with no thought, no she had learned to draw it out and make the experience better for both of them. Well, hopefully both of them, Saskia never talked to her much about what she felt when Annabelle drank from her. Annabelle figured she liked it though otherwise why would Saskia let her do it? After quite some time Annabelle realized that she had been feeding for what seemed a lot longer than usual. She wasn\'t about to let go but when she slide sideways to look at Saskia she noticed that Saskia was completely relaxed and her eyes were closed. She reached a hand up and softly touched the other woman\'s face. Saskia\'s eyes snapped open, but seemed cloudy in a way. When she finally focused and looked at the blonde she got an almost surprised look on her but it disappeared quickly. Saskia reached back to Annabelle\'s head and slowly entwined her fingers in the hair and began to pull the girl off her. \"Enough now...too much.\" A sad look crossed Annabelle\'s face but she complied. She then got up to refill her glass of water and when she came back returned to the seat on the floor. She didn\'t drink any of the water though and occasionally licked her lips searching for any small lingering taste of blood. Saskia noticed that when the girl had returned to her seat she had pulled all of her hair up into a bun on her head, which in turn exposed her neck in a delicious way. Saskia chuckled to herself and placed her hand on the girl\'s throat feeling her pulse flutter under the vampire\'s fingertips. After quite some time, almost to much for Annabelle and she was beginning to worry she had upset Saskia somehow, the vampire started to move behind her. Annabelle caught her breath and waited a soft sigh escaped her when she finally felt the tips of fangs pierce her flesh. She leaned back into Saskia and when the vampire slide her arm around Annabelle\'s waist and began to pull her up to the couch a single tear slide down the girl\'s cheek. She was never happier except in this moment, not even when she drank from Saskia was she as happy as when Saskia fed from her. Saskia was returning the favor from before feeding slowly, almost by drips instead of actual swallows, but Annabelle didn\'t care. Well, she didn\'t care until she realized, through the pleasure, that something wasn\'t right and she was feeling very dizzy. She pulled at Saskia\'s arm, but the vampire wouldn\'t stop. She then tried to pull herself from the bite, true panick starting to take her, and she actually felt the grip tighten. She didn\'t know what to do, had she truly upset Saskia? She wouldn\'t just kill her like this, here in the apartment. Her mind started racing and her body was fighting the pleasure it was feeling with everything she had. She was starting to feel tired and knew that if she wasn\'t freed soon she would die. She wiggled herself slightly and with what was left of her diminishing strength she elbowed Saskia in the gut and cried her name as loud as she could. The grip on her loosened and the fangs released her so quickly she actually fell forward to the ground. She tried to land on her hands and knees but she was so weak she couldn\'t hold herself up. Her body betrayed her and she fell breathing deeply. After only a few moments she felts Saskia scrambling to pick her up. Somewhere in her mind she noticed how easy it was for the vampire, how she was nothing more than a doll or a cat to the creature. \"Ah fuck.\" Is the last thing she remembered before she fell asleep. Saskia immeadiatly closed the wounds on Annabelle\'s neck and sat on the couch listening to the girl sleep for the rest of the night. When dawn neared Saskia laid the girl in her bed and headed back to her haven. There was no music playing in the car and she sat in silence as she thought about what she had almost done. That and the sweet taste of Annabelle\'s blood and how lately, Saskia thought she just couldn\'t get enough of it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3915', 'a06f380605', '', '::Her lip curls slightly and she lets her arms drop to her sides. Her feet seperate a little and her body seems to bulk slightly as she stands still staring at him. She doesn\'t reach for his hand just holds her eyes on him.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3534', '7f2384ca6a', '', '\"So um...what your saying is that our ummm \"clan\" *he says cautiusly, like stepping on thin ice* is special, that we can tell who\'s a vampire and who\'s not. But that we don\'t know what uh \"clan\" they belong too, right? So how are we supposed to pray on their weaknesses if we don\'t know what clan they belong too?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('500', '3fdea23778', '', 'A man in a black suit and a white hat walks in. He walks up to the bar and orders a drink. “Send it over to the table please.” He smiles and walks over to the table of poker players. He pulls out a white hanky and wipes clean a seat. He sits and there is a moments pause he starts to tap a gold pinky ring with a large diamond on the edge of the table. He smiles. “This seat wasn’t taken was it?”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('501', '206a174a8f', 'Re: (( ooc)) ................ night after night', '[quote:206a174a8f=\"Anonymous\"]i would like to give the character a personality without the distractions of a players face. no offense to anyone i just like the feel of it better this way........ night after night the patron returns to the club its as if his old life doesn\'t exist for him while he\'s there, he never brings it up and when it is he quickly exits the conversation with if your looking to be that bored than why would you be here lol (obviously a fake and quick laugh). his time there is slow mainifesting itself in drugs relaxations and a new host of friends that now meet him there to start there nightly hangouts. the only thing that seems to change from night to night is the amount of bruising that is starting to ocompany him there . he seems verry lighthearted about them however and when aske his reply is always \"just meeting new people and trying to have some fun. any way whats been goin on with you?\"........[/quote:206a174a8f] OOC: Thats fine, but if someone sees you even for e-gaming that should know what the character looks like. It’s only fair. I’ve played PCs with different skin color or hair color even age. It’s always best if you play someone you look like but if you want to be something else, it is a game after all. But you need to give us something. Some one may have a vamp that only eats blondes.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3916', 'a118f5e78f', '', 'right-o'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3917', '4a51f43d49', '', '::she finally turns and continues onto Ostrava\'s. when she arrives she stands infront of the building and looks at it. then she smiles and walks up to the bouncer::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3530', '183041b447', '', '::She puts the truck in park and turns it off.:: I going to feed. You can watch if you want or sit here and wait. When done, we head back to Elysium house. Stay there for next couple nights. Till we get you place. You have cell phone? You need to call people? Keep them from worrying.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3531', '0e83bd811f', '', ':: Jeff hasn\'t returned my calls so Kenya you can just speak for him since as his sire you technically speak instead of him anyway. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3532', '85dbf11c0c', '', 'they look like any one ou would see on the street, some can be upper class looking but for the most part they are the ones that look the most practical of all of the vampires, often dresswd casually, the truth is that you were it not for the gifts of our blood the only vampires that you may have been able to just tell were something other than a human are the nosferatu. They tend to give off an unnatural feel or they are heavily deformed.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('506', 'e76d5b020f', '', '::Raises an eyebrow.:: Nyet. ::waits a moment or two:: You want to play?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('507', 'dc2dfe0e1e', '', '[quote:dc2dfe0e1e=\"Saskia Tolan\"]::Raises an eyebrow.:: Nyet. ::waits a moment or two:: You want to play?[/quote:dc2dfe0e1e] He pulls out a silver and gold money clip with what looks to be a few thousand bucks in it. \"Sure, what is the buy in.\" He starts pulling out $100 bills.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('508', '2726271e0f', '', '::She waves her hand.:: Nah, friendly game. No money. Unless you want to give it to me. ::She chuckles and grabs a few of the various stacks of chips on the table.:: Tonight we play for fun. ::She deals Philip into the next hand.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('509', 'c3b60855a0', 'A Gathering...', '::Word passes on the kindred lips that there will be a small service on Wednesday night. All are welcome to attend. It will start at 11 pm and is planned to last around an hour.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('510', 'f3f4a418a2', '', '**a man with a huge scar down the side of his face and his neck walks in. he looks around, orders a beer and looks for an empty seat.**'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('511', 'd464e77038', '', '[quote:d464e77038=\"Saskia Tolan\"]::She waves her hand.:: Nah, friendly game. No money. Unless you want to give it to me. ::She chuckles and grabs a few of the various stacks of chips on the table.:: Tonight we play for fun. ::She deals Philip into the next hand.::[/quote:d464e77038] He pulls out a $100 bill and slides it across the table. With a look of what could be considered humer he says, \"Never let it be said I didn\'t give when asked.\" :cool: He puts the money away and says \"fine, I\'m in, what are we playing.\" He then looks up at the man coming in.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('512', '18784c1014', '', 'Bah, I don\'t nead yur money friend. ::she waves it off:: Blackjack, 21. You know right? ::She deals all the cards out. When Philip looks at the man she follows his gaze.:: You know \'im?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('513', 'ac10df3563', '', '**looks around the room and sees the man staring at him. grins and waves his beer to him**'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('514', '8dc1fe1d8a', 'Walking around at Night.', 'Late at night a man walks up to the libray doors. He looks at the times on the door that the they are open, then walks around back.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('515', '3afa9c8380', '', '[quote:3afa9c8380=\"Saskia Tolan\"]Bah, I don\'t nead yur money friend. ::she waves it off:: Blackjack, 21. You know right? ::She deals all the cards out. When Philip looks at the man she follows his gaze.:: You know \'im?[/quote:3afa9c8380] Philip was watching the young man waving. He dose not look at his card only turns it over to show he had an Ace with a Jack showing. Not looking down at his card: \"Black Jack\" His eyes turn off of the young man and back to Saskia. His smile returns. \"See, we need to take a trip sometime to AC I think.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('516', '190118d8b8', 'Each member of the Domain receives a letter.', 'My Dearest Members: Please take care with this later and see to it that it is dispose of it promptly when finished reading. As I have not yet heard from any member of the surrounding area on our recent discussion of new membership I can only take it that no one has any idea of who they might like to initiate. I ask this of you now, and with great urgency, please begin or speed up your deliberations, and start reporting to me some of your findings and or requests. I will not take kindly to last minute disputes of custody. Mind you, you need not make up your mind fully now, but I would like some idea of your wants and needs so this process goes smoothly. I await you rapid response, His Grace, Philip Duke'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('517', 'e81831b81e', '', '**holds the stare with philip, but after a few moments he shudders and looks away uneasy**'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('518', '5415de7a0e', '', '[quote:5415de7a0e=\"Philip\"] Philip was watching the young man waving. He dose not look at his card only turns it over to show he had an Ace with a Jack showing. Not looking down at his card: \"Black Jack\" His eyes turn off of the young man and back to Saskia. His smile returns. \"See, we need to take a trip sometime to AC I think.\"[/quote:5415de7a0e] Dah. Free money there, now that Trump guy. I taek \'is muney anytime. ::grins and redeals::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('519', '9fb551e0ca', 'Mass on Wednesday August 3rd', '::At around 10 pm Druscilla is in the chapel with two of the covenants Abdecerians. They are setting up for the mass that will start in an hour. Before each Abdecerian sets foot on the alter they first kneel at the stairs and Druscilla stands above them. She makes the sign of the cross and says a quick blessing.:: [i:9fb551e0ca]Longinus we beseach thee to bless this patron of God and give him steady hands as he prepares to do his Lord\'s bidding. May he understand his place among the Damned the Lord has created and carry out our God\'s wishes well.[/i:9fb551e0ca] Amen. ::The Abdecerian stands and thanks the Bishop then begins his chores.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('520', 'a02b523ef7', '', '::Druscilla continues to oversee the setup going on. At a couple points she corrects the helpers and their work. They apologize fiercely and reset things to how she wants them. At around 10:30 a couple of random covenant members enter the chapel and wait in the pews. Druscilla eventually speaks with all of them offering them a quick blessing before the mass begins.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('521', '2d4e00fc82', '', 'Just as the Mass in beginning, Philip walks in and sits quickly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('522', '0bf2df9e76', '', '::Druscilla begins the mass promptly at 11pm. The helpers from before are standing behind her not moving.:: In the name of our Lord who saw fit to curse Longinus as he fullfilled another piece of his destiny I thank you all for coming. I wanted to invite you all here tonight to discuss the importance of our place among the kine around us. The mortals we exist among are fragile creatures. This is evident in world as we watch them die young and suffer from crippling disease and damage. ::She pauses.:: Understand though that while they are weak, and we, as God has deemed, are to walk among them as predators teaching them that the only true path to lead is that which leads to God. We are here by God\'s divine choice and will, each of you chosen by God and created to play a part in his plan on this side of the coin, that of the enforcer and predator. What is truely amazing though is that in us God reaches the kine. We are the punisher but not without consiquence. We fall to the beast, our own punishment, as we commit abhorant acts such as the senseless murder of the mortals. ::She pauses again.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('523', '78c904daef', 'After the Embrace...', 'OOC: Gerry if you feel like interrupting or anything during any point in anything I type go ahead. I\'ll do the same. It\'s just easier to type a little extra and then answer each other that way because otherwise it gets WAY to tedious with all the back and forth. You want to stop and look around in the street go ahead or whatever. Later. IC: ::Saskia continues to walk Nicholas across the street but slowly letting him look around at everything. She stays right next to him the entire time. When they get to the car she opens the trunk and throws in all of the gear that they were carrying. Including the tranq. guns etc. she picked up along the way out. Not to mention an extra SMG or two they didn’t arrive with. :mrgreen: :: ::Accent again:: Come now Nichola, we need to get home fast. You let me drive. ::it sounds like a command and a question wrapped into one. Like he doesn’t have a real choice but she’s still half asking for politeness.:: ::She hands him a pair of sunglasses.:: Just so the lights don’t bother you right away dah? ::she nods:: ::She leads him to the passenger side and puts him in then moves to get in the car.:: We need to get back as quick as we can, trust me. Lot to do tonight. ::She drives off down the street.:: So, what you thinkin\' \'bout? Questions for me? Want to talk? ::She is rushing as she drives but not so much that she would get pulled over. When she hits a light she mutters to herself in Czech and then continues when it turns green.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('524', '8c7235183f', '', '::she arrives promptly at 10:55, and is in her usual pew before the 2300 start time. Her eyes are closed even before Dru begins, but it is evident that she is alert and has her full attention on her::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('525', '8e9bda01f2', 'Sunday Morning 0230', '::Dru\'s phone rings::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('526', '36ec4208a0', '', '::despite it being summer students seem to be around. The lights in the great hall (the graduate center) are on and there seems to be some sort of activity going on. The campus is fairly well lit, but still has this eerie sort of feel to it as the trees, full of leaves, block alot of the artificial light from the paths. As Jacob turns to leave the library after checking its hours a group of people emerge from the great hall. Most of them seem to be in costumes of sorts and some of them are doing odd things with their hands. One of the individuals advances a few measured steps and makes to hit some other person on the head with a rather large walking stick. The people stop and pull out playing cards and another person, comes over to observe::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3529', 'fefa5fbe4a', '', 'I figured, don\'t worry, I\'m good at keeping secrets. Bout Tony and the mutual friends we share, I wouldnt wory too much about it, I\'m third generation. That kinda thing isn\'t taken lightly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('529', 'c9c10613fd', 'Saturday Night', 'I got to Saskia’s place around the same time as everyone else. I felt like a complete outsider. I looked around at all the people talking, smiling and sitting in close proximity to each other and I knew that despite my outward appearance of a “normal” person I give off oogie vibes that make people back away in fear. I sat away from everyone, watching as the poker table began to fill-up with people. I noticed some of them from the dossier we had been given days ago. Johanna was the first there and immediately took to playing with the mortals. I was not far behind and neither was Philip. Saskia was the last one there, even though it is her place. I didn’t know where Jacob was, but he always has struck me as someone who did what he wanted when he wanted. And I believe Dru had some business elsewhere. The two individuals I was most interested in were there. The private eye, who I had found out earlier had also caught the eye of the Ordo, and the cop. Whose size surprised me ((OOC: this wasn’t let on earlier in the dossiers, or if it was I missed it)). And I began to have doubts about making him a Nosferatu. Saskia tried her best to get me to join the fray, but it is hard when everyone leans away from you when you walk by them. I talked to Saskia and Johanna most of the night. Charles, the jack of all trades guy, is a rude SOB who Saskia says has taken to calling me farmer Jane. There is part of me that wants to take him just so his words will come back on him, but that is not God’s way. And I could never do something so mean and hateful. Gregory also mentioned that I should think about changing my perfume, which I don’t wear. I know it has to do with the smell of fresh tilled earth, which I discovered several years ago, but don’t think about it all that much due to the fact that I don’t smell. Oh well. Early on in the evening the private eye began causing mischief, taking pictures of Philip and other on his camera phone. Later Philip approached Johanna and I and asked if either of us wanted to claim him. I was not interested in him at this point and let him go to the ordo. I was not ready to take someone this night. It cannot be a snap decision. I was not warned that he was to return and I almost lost control and attacked him. But somehow, God smiled on me and helped me to retain my control. I went outside for a while and apologized to God for my outburst in Ostrava and remained out there until I had calmed down. I returned back inside and sat in the chair that I had been occupying most of the night. Philip left saying that he had things to take care of. When Jacob arrived I spoke to him a bit, and mentioned that he may want to take the cop into consideration as a potential child. Jacob spoke some wisdom to me and said he would get to know the cop. He approached me later and said that he would be a better nosferatu then I would think. I need to speak to him more on this. I left shortly after Jacob’s arrival but not until Johanna had excused herself from the social gathering leaving her new born child in the hands of Saskia. I need to talk to Dru.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('530', 'b8c89df92c', 'Sunday Morning', 'I return home after my meeting with Dru. I have much to think about, but my mind is a whirlwind of thoughts and emotions; I know I am unable to handle them at the moment, the train of circular thought that my mind it in right now would do me no good. I get home, lock the door back up once inside and make sure nothing is amiss. Once I am satisfied with everything I head downstairs to my bed, closing the basement door fully blocking and light from the day from my resting place and change into my sleeping clothes. I can’t help it I still love pajamas. I crawl into bed and fall asleep the approaching dawn making me tired and I quickly fall into a dream filled sleep.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('533', '4413c6f794', '', '::Answers it.:: Good evening Moira. What can I help you with?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('534', '74e48c8db2', '', '::Saskia arrives and sits in the back pew.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('535', '829a869980', 'My home', 'My apartment is located in Hackettstown and is composed of 3 rooms, my bedroom, the kitchen, and the computer room. The bedrooms walls are white and barren of any sort of decoration. The only window that overlooks the road to the apartment is filthy and can barely be seen threw and in the corners of the room there are cobwebs. The kitchen is extremely small but has all the neccesities, a microwave on top of the counter, and next to the counter are the stove and the refrigarator. Now the main room of the house is the computer room. The color of the walls has been long since forgotten since the walls are absolutly covered in video game posters. The plug outlets are only accesible because the sections of the posters that cover them are cut out. There is an entertainment center in the middle of the wall that has a ps2, xbox and gamecube hooked up to a 19\" TV. On the complete other side of the room is a desk with a computer on it and next to the keyboard is a pillow.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('561', '19c6375f57', 'Age and Torpor', 'Hey all, Thought I would post this from the WW website. It is an interesting thought as to why vampires enter torpor as they get old. Just some food for thought I guess. \"Greylurker\" I\'ve been using the thickening of blood as the explanation in my games as well. The book itself pretty much indicates that but there were a few other factors in my game that built on that In part it came out of something my group wanted to work through, but basically; (and this is just how my group desided on it) The body only holds X amount of blood (I think it\'s 5.4 liters... can\'t rember off hand) Anyway. the vampire body converts blood to Vitea, but the volume of liquid held by their body dosn\'t change. At BP 1 you have a Max Vitea pool of 10. So 10 Vitea = 5.4 liters At higher BP you have say Max Vitea pool of 20 So 20 Vitea = 5.4 liters The Vitea becomes thicker more concentrated as the vampire\'s system becomes more effective at converting blood to Vitea Thick liquids move more slowly, so the higher the BP the more slowly the vampire as a whole becomes. His full or raw power but there is this ... desire to move more slowly. And this is how I\'ve been portraying the Elders. Thick blood like molases, Jet black veins tracing through their skin, and a sense of weiriness. Their perception of things is slower, more tiered, even if no one around them notices any difference. Topor as has been mentioned, thins the blood from disuse, returns them to a more Human perception of the world around them. But that\'s just how I\'ve been doing it in my game.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('539', '54c747812f', '', 'Have you talked to anyone this evening? You may find some of the events interesting. ::her tone is less than enthusiastic::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('540', 'a3a6c82cd2', '', 'Really? Why don\'t you come visit me. Cell phones and all that. You can tell me allll (she drags the words out) about it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('542', '29cb035000', '', '::The night continues uneventfully and the bar closes.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('543', 'c4ff59cbe7', 'Monday night the 8th.', '::The bar opens. Standard Monday crowd, only a few people here and there. Not many stay long. Annabelle is behind the bar.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('544', '629b4b8c4d', '', 'I am leaving Saskia\'s place now, I shall be over in a few minutes. ::she hangs up and is knocking on Dru\'s door a few minutes later::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('545', '645848c097', '', '::Answers the door. No smile on her face, obviously ready for the \"bad\" news. She offers Moira a chair and waits. Her desk is completely cleared off except for her bible sitting in the middle.:: Well, what happened? That foreign woman\'s childe start something with someone?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('547', '156e671850', '', 'Actually, the foreign woman’s child stayed home. ::she sits down:: Though another has joined our ranks. The Private Eye, got himself into trouble by photographing the Seneschal and was turned earlier this evening by the Harpy.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('548', '818adf9c41', '', '::She stands up, maybe almost jumps and begins passing the room.:: This is unbelievable.... ::her voice is growing in anger:: This is great... they start causing problems without even knowing about us and the choice is to simply what? Bring them in faster? Give them a crash course? Please... that Gangrel... her stupidity can at least be blaimed on her blood, but the Seneschal and the Harpy? What, they couldn\'t think of a better way to take care of things. This domain is going straight to hell. So what else happened? Didn\'t you want the PI too though? Did they just take him from you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('555', 'beab6f0e39', '', '[quote:beab6f0e39=\"The Caretaker\"]::despite it being summer students seem to be around. The lights in the great hall (the graduate center) are on and there seems to be some sort of activity going on. The campus is fairly well lit, but still has this eerie sort of feel to it as the trees, full of leaves, block alot of the artificial light from the paths. As Jacob turns to leave the library after checking its hours a group of people emerge from the great hall. Most of them seem to be in costumes of sorts and some of them are doing odd things with their hands. One of the individuals advances a few measured steps and makes to hit some other person on the head with a rather large walking stick. The people stop and pull out playing cards and another person, comes over to observe::[/quote:beab6f0e39] Jacob, sotps and looks at them. With out even thinking the words come out of his mouth. \"What the hell are you doing?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('554', '32fc48a8a2', '', '[quote:32fc48a8a2=\"Saskia Tolan\"]::Saskia arrives and sits in the back pew.::[/quote:32fc48a8a2] A few moments before it ends, Philip gets up and leaves.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('556', '50565bffbb', '', 'Unbelievable. Well, this is interesting... Anything else happen aside from these various sins? Has your interest been sparked in another yet?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('557', '01b126d210', 'August 8, 2005', '[[b:01b126d210]Resturant Cook Attacked[/b:01b126d210] Late Saturday night as he was putting out the garbage Roberto Gonzales was attacked by an unknown assailant. \"He just came up from behind me and I guess he drugged me or something cause I felt all funny for a while, then he just hit me a few times and when I woke up was in the dumpster. Thats when I went back inside and called the police\". Gonzales was taken to the hospital where he was treated for minor bruises and severe anemia and it was determined that he was not using any drugs. The police have begun questioning other business owners and ask that anyone with any information please contact the department so that this individual may be found as soon as possible. [b:01b126d210]Bear Attacks Camper[/b:01b126d210] Early Saturday night as a camper was settling in to go to sleep on the appalacian trail he was attacked by a black bear. The camper, who did not wish to be identified was bittin on the leg and dragged a short distance down the trail before the bear let go and walked away. The park athorities have set traps for the bear and a spokesperson for the park service said that the bear will most likely be killed after it\'s capture, \"If we allow the bears to invade the campsites then it will only cause a problem in the future. We don\'t want to kill the animal but we just can\'t take the risk that it may attack someone else.\" [b:01b126d210]Warehouse Burns to the Ground[/b:01b126d210] A three alarm fire raged through an abandond warehouse on the south side of Morris town last night that took the fire department over 3 hours to get controle of. It is beleived that the fire was started by local youths who used the place as a possible rave club. No one was found at the sceen and the athorities don\'t beleive that anyone was hurt in the blaze however a full investigation is being conducted as to the cause of the fire.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('558', '49134192da', 'Harpy\'s book', 'Hey guys, I think I got everyone in the Harpy\'s book if you are missing it on your forums please let me know. Jim'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('559', '44cf2861e1', 'Vice/Virtue', 'Augest, 6th 2005 Stole chips from Charles at the poker table.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('560', 'c1e7c70e43', 'Toms Life', 'When tom isn\'t working at gamestop (weekdays from 11-7) he engages in competative online gaming, namely Counter Strike: Source, and hacking for fun such as getting into forums and causing trouble, changing around websites, logging into people accounts for blogs and the like. He has never tried to do anything major with his hackings for the fear of getting into trouble, but as he gets better he does get bolder with his hack jobs.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('562', '60ab7088a7', 'Invictus', 'Here is a Poem by William Ernest Henley Invictus Out of the night that covers me, Black as the pit from the pole to pole, I thank whatever gods may be For my unconquerable soul. In the fell clutch of circumstance I have not winced nor cried aloud. Under the bludgeonings of chance My head is bloody, but unbowed. Beyond this place of wrath and tears Looms but the horror of the shade, And yet the menace of the years Finds and shall find me unafraid. It matters not how strait the gate, How charged with punishment the scroll I am the master of my fate: I am the captain of my soul. How cool is this poem? Later all. Kenya'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('563', 'bd93f067cd', '', '::She continues.:: We are God\'s tool in overcoming the sin that plagues all of mankind and Kindred society. What we must understand though is that as we are his tool we are given limitations as to what we may do. Over the course of the next few months many of us will be plagued with decisions and hear rumors which will battle our faith and our place in God\'s plan. I called everyone here to let you understand that as always I am here to support you and to help you find answers to questions you may have. Whether you hear rumors of Kindred death...or rumors of the creation of new Kindred, you do not have to take these events lightly. You, the Damned, those who have sought and found the truth within the Lancea Sanctum are able to understand that another\'s sins do not make those sins your own. Be strong in your beliefs and do not sway from what you know to be the true path of God. For those of you who are not of the Lancea Sanctum but still understand that God\'s ways are just and true please do not take my words and caste them aside. Simply think to yourself the activities you are planning and work within yourself to find the meaning there. If anyone here would like to speak with me for the purposes of confession or simply to have an ear to here your voice and concerns I will be available to all after this mass and as always each night forward. Now, let us pray. ::Druscilla bows her head and begins to pray.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('564', '44b0953138', '', '::they stop mid-action and look at the man oddly:: Live Action Role-Playing. ::says the one who seems to be moderating the action:: Why do you ask. ((OOC Just so you know I am not making this up. There are several LARP groups at Drew that play all year long, most of them start in the graduate builing b/c it is cool))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('565', 'd77e2e7298', '', 'I am on the fence concerning the police officer. He is large and though it seems he tries to sink into the shadows he draws attention to himself despite. I do not know how he would do as part of my clan. ::she shrugs:: I think I shall be his shadow for a while if God and Longinus will allow it. But I am interested in meeting the reporter. Their personalities are turning out to be more of a factor in my choosing than I originally have foreseen. Do you have any words of wisdom for me. ::she looks slightly hopeful::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('566', '47cb064f69', '', '::She stops pacing finally and sits back down.:: Well Moira, Learn from the mistakes of the others. I can only assume that Saskia\'s embrace was probably messy and from what you say so was Johanna\'s. Don\'t rush yourself because the others are, but lay claim to the one you may chose so that your careful consideration, which the others may claim is hesitancy and indecisiveness, will not be taken advantage of. This is the best that I can offer you. That and my offer of aiding you in first the confession and then the embrace if you wish. ::After a moment:: I am anxious to meet these new whelps ::the word is said with disgust:: in court soon and see how well they behave themselves when confronted with creatures more.... experienced than themselves. ::she chuckles::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('567', '8ccc8ed8c7', 'The Beginning of the End', '“I will not tolerate this.” The man sneered. “Foolish liberal fools.” He slams his fist down on the arm of his throne like chair. “Send in someone to investigate I want to know why he did not make it to his meeting. Find out what happened and if someone was involved in keeping him from making his rendezvous. I want this reported to me directly. I will not tolerate laxness in this matter.” The man’s eye burn and people start hurriedly moving about as soon as the order is snapped.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('568', '829d39ad8a', '', 'I think I have adequately scared Johanna’s child. From what Saskia says her child is willful and a loose canon, or that is how I interpreted her description of him. And Johanna’s child was turned in order to deal with him. May God and Longinus have mercy on them for their rash actions.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('569', '4b81793cc2', '', 'My lord I wish to volunteer for the assignment. The man before the prince is is Johnathan Miles of clan Daeva, he is not high in the standing of the Invictus but adheres to their principal unerringly. In the past few years he has made a point of becomming involved in all of the social workings of the covannant as well as in mortal politics, it is also known that he wishes to advance within the ranks of the Invictus and will do whatever he must to do so.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('570', 'a71609f5d8', '', '::Leans her head back and chuckles again as she stares at the ceiling.:: Fucking Gangrel. ::she rarely curses and it is difficult to tell if she is actually ammused or if she is angry again:: Take an unstable human and give him the Gangrel blood making him dumber with permanent weapons. Loose canons, like we need those with the current ruling body. ::she shakes her head and looks foreward:: Yes Moira, mercy on all of them and their souls for the acts they are commmiting. Just a forewarning dear, I plan on not covering what I am at the next court gathering. Childer brought in under such stupid means should be exposed to those around them for what we really are. ::OOC: Moira has probably only felt Druscilla without obfuscate up two or three times the entire time she\'s known her. It\'s not something she takes down often.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('571', '924b1f47b1', '', '::she smiles slightly, which is uncommon for her considering the situation:: Would you like me to join you in this endevour? For the reason you just mentioned I tend to hide that which makes kindred uneasy around me. ::then with a chuckles and a side note to herself:: Mortals are always uneasy around me. ::there is a sort of pride in her voice, it is clear she is not ashamed of being Nosferatu::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('572', 'b97e3d39f8', '', '::vincent stops and eyes him carefully, looking him up and down:: And tell me ::he says sitting back squarly in his chair, a regal look about him:: What do you intend to do? I would like to know how you will go about the task. ::his eyes norrow waiting for the answer::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('573', '8e5d2fe6c7', '', 'I will present myself to their domain as one of the unbound and attempt to reside there long enough to gather the information that you desire, I shall send weekly reports as to my progress and if I am discoverd I shall fight to the end rather than reveal my origens. To this I oath.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('574', '3f298e1eba', '', '::Smiles back:: Yes, that would be nice. No sense in putting off educating our new young flock. don\'t you agree? I\'m sure the Seneschal will have something to say about it but if we are lucky we may get someone in the room to...act out in some manner.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('575', '8388fafddd', '', '[quote:8388fafddd=\"The Caretaker\"]::they stop mid-action and look at the man oddly:: Live Action Role-Playing. ::says the one who seems to be moderating the action:: Why do you ask. ((OOC Just so you know I am not making this up. There are several LARP groups at Drew that play all year long, most of them start in the graduate builing b/c it is cool))[/quote:8388fafddd] Jacob puts up his hands and says: \"Sorry, didn\'t mean to get in the way.\" He smiles.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('576', 'da82e2ac8d', '', '::she smiles a lop-sided smile:: that would be... interesting.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('577', '741f46db27', '', '::the guy chuckles:: You\'re not in the way man. You\'re okay.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('578', '6b85e75886', '', '::he nods slowly in thought:: Very well. Speak to the Seneschal and he shall give you direction on how to make your reports to me. I hold you to your oath. And so you know, that the penelty for breaking your oath to me is death ::he leans foward slightly:: that is, if the other domain doesn\'t kill you first. ::he says slowly, but each word sharp and piercing. He then glances to his harpy (if there is one, if not the seneschal) and he/she writes something in a leather bound book::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('579', 'b7db6c1943', '', ':: He bows :: I shall begin preparations at once, I shall be among the enemy within 2 months time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('580', '6a0d04f689', '', 'Yes, it will. So anything else to report from the night or is that it? It is nearing dawn and I\'m sure you\'d like to head home. Of course, probably wouldn\'t be the first time you spent a day in your room. ::her smile show\'s she is joking and not insulting::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('581', 'f3086dafff', '', '::Vincent gives a slight nod of acknowledgement and waves his hand dismissivly to Jonathan and motion for his Seneschal to approach::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('582', 'a32a4c1aad', '', '::When she has finished leading the prayer she lifts her head and scans the room.:: Thank you all for coming tonight. ::She steps down from the podium and begins to mingle with the congregants there.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('583', '8f4ca94a2c', '', '::she chuckles:: No it wouldn\'t be. I think I will head home, I have much to think about, and much to do study when I wake. I would like to sleep in my home tonight. My room here will see enough of me tomorrow. ::she grins:: As for my report. That is it for this night. I am sure that things will turn interesting from here on out. May God and Longinus be with you Dru.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('584', '6d24ffba88', '', '::Saskia doesn\'t follow in the prayer but simply watches the people in front of her. She nods to Philip when he leaves. When Druscilla steps down she stands up and locks eyes with her for a moment and then turns and leaves.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('585', '0006b7b78e', '', '::She crosses herself.:: And with you Moira. ::When Moira leaves Druscilla opens her bible and begins to read one of the marked passages.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('586', '6795ebec1b', '', '::Watches Saskia leave and a brief questioning expression crosses her face. She shakes her head and turns back to the person she was talking to focusing on the conversation.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('587', 'e9c2c18b46', '', '::Moira remains kneeling, a rosery now in her hands and her lips are moving in silent prayer as her fingers moved from one bead to another::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('588', '3b92530d65', '', 'He backs to the door and leaves.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('589', 'd1e1118184', 'Frenzy tests', 'Since The beginning I have always thought that an individuals humanity should play some part in their abillity to controle the beast within. This is because the way that humanity is outlined in the book it would appear ( at least to me ) that your humanity rating represents a percentile of how much of you is beast / human. With that in mind for this game I will be running all frenzy tests with a modifier based on the humanity rating of the individual characters, I have a chart that will tell me what they are at what level of humanity you posess. Needles to say the higher your humanity ( the more human you are ) the more there is to fight the beast when it seeks to take controle. Likewise the less human you are the the more pull the beast has when it descides to attempt to pull your character closer to itself durring a frenzy test. I\'m going to keep the exact modifiers to myself just to keep it more interesting for all of you who play but to just so you all know that kindred of higher moral standards though they fight the beast more often then those of lower character at least now have some form of reward for adhearring to a higher moral standard then the rest other than more of a chance to loose what they have earned faster.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('590', '9d85bb5ed1', '', 'Cool babe but you should post the chart for when people are running frenzy tests and you aren\'t there to supervise ie: online or in another room during game etc.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('591', '2e0c96be4e', 'In need of a little talk', 'An announcement comes to all of you. All members of the Domain are to come to the Seneschal\'s Office at once for an important meeting. No Exceptions will be allowed. His Grace, Philip Duke'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('592', 'a4b7e581eb', '', '::Druscilla enters the room dressed entirely in solid black and bows to the Seneschal before she takes a seat. Aside from her head, hands and the long slit up the left side of her skirt there is no skin showing. Against all the black with her long dark hair hanging down she looks inhumanly pale. She sits quietly and places her bible in her lap, there is a glass bookmark sticking out from between the pages. The only piece of jewelry she is wearing is a rather large silver cross with a black jewel in the center. She says nothing to those gathered.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('593', '988143892f', '', ':: OOC :: The prince is not in the room.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('594', '515472f601', '', '::he doesn\'t even glance away from his seneschal as Jonathan leaves. He remains in conversation with his right hand man for a little time longer then stands, and without a word to anyone turns and leaves, heading in the direction of his private chamber::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('595', '40ca3bfc7d', '', '::Moira arrives at the time appointed. She is dressed in dress black slacks and a nice ribbed polo. The flash of a gold chain is visable from around her neck and her rosary is wound around her wrist. She bows ceramoniously to Philip and takes a seat towards the back of the chambers::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('596', 'fafb48beee', '', '::Moira walks in and kinda skirts around people. She glances around and nods to Saskia. And approaches the corner where the chair she found to be so comfortable resides. An unfortunate person sits in the chair and glances at Moira as she approaches. His nose wrinkles and his eyes grow a bit larger and he stands quickly and gets out of the area. Moira smiles more to herself then anyone and sits down, kicks the footrest up and watches::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('597', '6afe717309', 'Thurday 08-11', '::Moira walks briskly towards the coffee shop. She is dressed in a pair of jeans and a nice shirt, a golden crucifix hanging from a gold chain around her neck. She finds a bench directly across the street from the cafe and pulls a journal out of her back. She is in direct sight of the cafe enterence and front windows. She glances up every once and a while, but other than that she seems to be engrossed in what she is doing::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('598', '3809c33dfa', '', '(OOC: This is all happening last Sunday. We had to wait until everyone could get on the computer. This will not efect anything you have done since then.... unless you die!) Philip is sitting behind a desk reading a newspaper. As each person enters he raises his eyes to look and give a little blink in return. When everyone of the Domain has entered (OOC: I am going on the idea that everyone has come to an order of the seneschal as I don\'t think you want me hunting you down just yet. If you didn\'t come let me know ASAP) Philip folds up the paper and puts it on top of his desk. He turns in his chair to face the group and putting finger tip to finger tip looks out over the group. \"So, all here? Goooood. Can anyone tell me why I\'ve called you all here tonight?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('599', '50b336e73b', '', 'Philip reaches under his desk and pulls out a small ax. He sets it on his desk. “Harpy, if you would please be so kind to take you place at my desk.” Philip pulls out a small chopping block with blood groves down the side and straps about 3 inches thick. He sets it in a grove on his desk and it locks into place. \"There have been mistakes made in this domain. Mistakes that threaten the masquerade and the safety of each of us. I already know what some of these mistakes are. So I’m giving each of you a chance to come clean with the least amount of punishment. If I have to name the guilty, I will not go so lightly.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('600', 'c4b67eae16', 'In need of a little talk', 'Ramier walks in calmly at the appointed time. He\'s dressed in a black pair of slacks and dress coat with a charcoal grey shirt. He gives a short nod to the Seneschal, then takes his seat.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('601', '7ac73d8faf', '', '::she looks to the Harpy then at the things on the desk. It is hard to read her expression.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('602', '391979eb2a', '', '*Johanna enters (at the appointed time) quietly, save for the soft swishing of the long skirt on her dove gray, tailored Anne Klein suit. Her red hair is pulled into a loose french knot, her nails freshly manicured. The only visible jewelery is complex diamond ring on her right hand. She sits demurrly at the back of the chamber, tucking her purse into her lap* *upon being called on by the seneschal, she moves to the front of the room, takes a seat by the desk, and extracts both a leather bound notebook, and a fountain pen from her bag*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('603', '16af1114b5', '', '[quote:16af1114b5=\"Moira Kelly\"]::she looks to the Harpy then at the things on the desk. It is hard to read her expression.::[/quote:16af1114b5] \"Something wrong Moira?\" He turns his crowd. \"So no one has anything they want to say to me?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('604', '747b3baaba', '', '[quote:747b3baaba=\"Philip\"][quote:747b3baaba=\"Moira Kelly\"]::she looks to the Harpy then at the things on the desk. It is hard to read her expression.::[/quote:747b3baaba] \"Something wrong Moira?\" He turns his crowd. \"So no one has anything they want to say to me?\"[/quote:747b3baaba] Jacob sits to the side of the room just watching.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('605', '8ab10c56eb', '', '[quote:8ab10c56eb=\"Philip\"] \"Something wrong Moira?\" He turns his crowd. \"So no one has anything they want to say to me?\"[/quote:8ab10c56eb] No Seneschal. :;she shakes her head, there is slight confusion in her voice as she responds::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('606', 'c83a651363', 'Saturday 08-07 Soon after the Sun goes down', 'I arise early, the dreams of the day still rush around my head. I pull the clothes I had on the previous evening. I would be back in a bit to take a shower; I must feed before my lessons begin for the evening. I take my phone off of its cradle and scan through my call list, when I get to the one I want I hit send and wait for the call to be answered. A feminine voice answers the phone. “Hey Moira.” The voice answers. “What is going on?” I reply that I would like to come visit and the voice answers happily in return. “Mark is over too, is that okay.” “As always. It is completely fine. I enjoy our special time.” Mark and Alice are incredibly odd people. Gothed out to the max and for some reason find me oddly attractive. They have mentioned the oogy vibe, and at first they found it unnerving, but at the same time attractive, as if I embraced the goth culture completely and thus emanated it with my every being. Alice’s house is full of strange smells, all mixing together so that if there was something as disgusting as a rotting body in the corner of the living room you wouldn’t be able to smell it anyway. I’ll be over in a few I respond. “okay.” And she hangs up the phone. I leave my house, but not before locking up. Alice lives in the outskirts of Morristown, on the opposite side away from Mendham. It is about a 10 min drive without traffic, more if it is a busy Friday or Saturday night. I go over and participate in our almost ritualistic joinings. And I have my pick of food of vintage on these nights. I bid them a farewell shortly after we finish saying that I had a lot to do before I could go to sleep. And they both begrudgingly kissed me goodnight, unhappy at my quick stay. I tell them both I will schedule a night when I will give them more attention. They both smiled and waved as I left. I returned home stripped and jumped into the shower. I always have this dirty feeling when I feed in this manner. It bothers me deep inside, like I am going against the will of God and Longinus. But there is nothing I can do about it. I dress in clean clothes and head to the meeting called by the Seneschal. I arrive on time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('607', 'ef3504771c', '', '[quote:ef3504771c=\"Moira Kelly\"][quote:ef3504771c=\"Philip\"] \"Something wrong Moira?\" He turns his crowd. \"So no one has anything they want to say to me?\"[/quote:ef3504771c] No Seneschal. :;she shakes her head, there is slight confusion in her voice as she responds::[/quote:ef3504771c] \"Moira, how long have you been living in this domain now?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('608', 'a722d926dd', '', '::she pauses slightly:: about 20 years Seneschal. ::and answers her guard now up::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('609', '8453105682', '', '[quote:8453105682=\"Moira Kelly\"]::she pauses slightly:: about 20 years Seneschal. ::and answers her guard now up::[/quote:8453105682] \"20 years, hum, 20. I\'ve only been seneschal for 12. Tell me, in all that time have you ever known me to judge someone unfairly?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('610', '1e05c33271', '', '[quote=\"Philip\"][quote:1e05c33271=\"Moira Kelly\"]\"20 years, hum, 20. I\'ve only been seneschal for 12. Tell me, in all that time have you ever known me to judge someone unfairly?\"[/quote:1e05c33271] Jacob lets out a quick snort of a laugh, then covers it quickly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('611', '7f16f39e9c', '', '::she regards him a moment, the guard dropping and honesty in her voice as she answers.:: Not that I can recall Seneschal. Though it has been a relativly quiet time for our domain. ::she bows her head to him:: Which of course leads back to our leaders, of which you are one. And thus my opinion remains as originally stated.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('612', '63bf4dee16', '', '[quote=\"Jacob\"][quote:63bf4dee16=\"Philip\"][quote:63bf4dee16=\"Moira Kelly\"]\"20 years, hum, 20. I\'ve only been seneschal for 12. Tell me, in all that time have you ever known me to judge someone unfairly?\"[/quote:63bf4dee16] Jacob lets out a quick snort of a laugh, then covers it quickly.[/quote:63bf4dee16] Philip looks at Jacob, the dargers coming from his eyes could cut red meat. He looks back out at the group. \"And still no one will come forword for these acts. Hound! Please take your place up here with us.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('731', 'b0bb379947', '', 'Okay, so Vincent has been talking to the Cardinal? And between the two of them... the Cardinal is allowing one of Vincent’s guys to go in as Sanctum to explore? I may be silly and not have understood correctly. And the Cardinal has been asking about missing persons? Where and how did that little bird make is to Vincent’s ear? (we don’t need to run it, but I just want to make sure I understand)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('732', '48cfc5bb4f', '', 'the where and how is for me to know and anyone else who wants to investigate to have a chance to find out. :smt002 and yes you are correct he corresponded with vincent and offerd up the services of the sanctum in the area. ( ie. Druscilla ) to help him \"expose the carthian fraud for what it was\". Not to mention the favors that that would earn him and the possible place in a new domain if all were to be sucsessful. If you have something you would like to add to this by all means add away, you know I like it when people come up with new and better ways to screw with people. And as I said if you feel more comfortable playing it out i would be more than happy to start the thread.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('733', 'd29d81cc30', '', 'it is up to you....It might be interesting if we ran everything, but it doesn\'t have to go that way.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('734', '01b7f8ac0a', '', 'ok I\'ll start the thread then.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('735', '9f8a4e6982', 'Conversation with the Cardinal', 'Prince Carorol, Thanmk you for making the time to speak with me. I am under the impression that someone you know has gone missing after a recent visit to Morris County. I was also wondering if there was any assistance I could offer the first estate in this matter.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('736', 'a41aee01a8', '', 'Your impression is correct Your Grace. ::Vincent frowns slightly:: His disappeance is more then slightly ::he pauses:: obnoxious. But now that you mention assistance, perhaps there is something you and your Covenant could help with. I believe the Lancea Sanctum has members in Morris County? ::he stops and waits for confirmation::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('737', 'f8bbdf2fb6', '', 'yes we do hold a minor presence within that county. In fact it was the Bishop of that county who originally sparked my recent intrest in missing persons.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('738', '9f2df43761', '', '::he nods, his fingers drumming on the handle of his walking stick:: I have someone who has volunteered to look into the disappearance of one of our domain. It would be easier for him to find out what happened he were allowed a bit more movement within the domain of Morris. Perhaps, ::he smiles:: He could be a member of your covenant for a duration. He need not know any secrets. Just enough to get by in a Carthian domain. ::he raises an eyebrow waiting for an answer that he obviously expects to be in his favour::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('739', 'b1088d3b4d', '', 'of course but the question remains, sshould we inform the Bishop of the area of our plans or should we simply place him as an innitiate so that if he is discovered we don\'t undermine the small position the Sanctum already holds within that domain? And of course if all goes accordingly and we can compile enough information to undermine the cartgian presence there the Sanctum will be rememberd as allies of the first estate in this endeavour?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('740', 'f1ceacd025', '', '::he thinks for a moment:: I do not think it would be wise to tell the Bishop within that domain. Not telling the Bishop would put both of us in a much more agreeable situation should things go wrong. I do not think either of us would like to see the Carthian Rebels run the Lancea Sanctum out of the domain. With even a small presence we have the ability to do great things.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('614', '923d34a834', '', '::Philip gets a phone call.:: OOC: PM coming.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('615', '5c496c3fbc', '', 'I hate it when you\'re right. at humanity 7and 8 you get a plus 1 and at 9 and 10 a plus 2 at 4 and 3 a minus 1 and at 2 and 1 a minus 2'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('616', '2bf362e531', '', '[quote:2bf362e531=\"Saskia Tolan\"]::Philip gets a phone call.:: OOC: PM coming.[/quote:2bf362e531] \"Saskia is on her way\" he pulls out a note from his pocket and reads it. \"Are we all sure that no one has anything they want to tell me before I have to act on my own?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('617', '99e6d3dcdd', '', ':: OOC :: Just so you all are aware of the other members of the domain here is a list of all of the Other officers that are in attendance at this meeting. Sheriff Michael Price - Ventrue Hound Gwen Stacy - Gangrel Herald Patricia Collins - Daeva Master of Elysium Mellissa Stevens - Mekhet There are also various other members of the domain present that I havn\'t had the time to name and such but all told there are probably about 17-20 kindred in the domain in total.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('618', '1c9888964e', '', '[quote:1c9888964e=\"Philip\"] \"Saskia is on her way\" he pulls out a note from his pocket and reads it. \"Are we all sure that no one has anything they want to tell me before I have to act on my own?\"[/quote:1c9888964e] ::Druscilla\'s lips begin to make a smirk but stop before it is complete.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('619', 'a9c1d85671', '', '[quote:a9c1d85671=\"Philip\"] \"And still no one will come forword for these acts. Hound! Please take your place up here with us.\"[/quote:a9c1d85671] ::She stands:: Seneschal if I may? ::she bows slightly ((assuming that he says yes)):: Is what you speak of something that the individual who committed the act would be consciously or completely aware of? ::she says her voice gentle:: If it is not. Then perhaps a direct line of questioning would be in order. ::she bows again:: I am sorry if I have offended in any way Seneschal. ::her voice still gentle. She remains standing until the Seneschal gives her leave to sit::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('622', '8cbf4cd505', '', '::Nothing really happens durin the night. It is a lazy Monday crowd. Once or twice a customer or two walks into the bar and looks around at the people, including the woman in the chair, they shake their heads and then leave. The bar even closes exactly on time as the customers leave earlier than normal.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3527', '295ace762f', '', 'Well, round hereish I guess...We\'ve been renting, lookin\' to buy something moer permamnt, if you know of anywhere? Not too far, we can talk about stuff on the way if ya\'d like. :: He heads to the SUV and climbs in :: I\'d also like to know what exactly ya need from me too, I\'m gonna have to be checking in with my people soon too, to see what Tony\'s been doing.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3525', '87d620e473', '', '*tom sighs deeply* \"So what do gangrels look like then?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3526', '8f49bff357', '', '::the slightly horrified look returns:: Thank you very much but I think I\'d rather not know... ::she is looking at the desktop as though all the answers lay in the fake wood grain:: I do have a car. It would probably make sense for you to use it. I mostly used the bike but I have a little crap car.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3524', '56c3498af9', '', '::She regards him for a moment then nods.:: We see how things go. I pretty straight foreward with everyone... don\'t piss me off... ::She lets him go to the bathroom. When he\'s done she leads him outside through one of the back doors.:: Do you have a place around here anywhere? ::She walks to a beige SUV and motions for him to get in.:: We need to talk about things. Like, your friend.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3523', 'e01c2cbc69', '', ':: He follows her toward the door, he stops just before exiting and turns to her :: You don\'t have to worry about anything like that stuff. At least about me doing anything willingly against you anyway. You really have no idea how much I appreciate the gift you\'ve given me. I\'d just like to make one request before we are in public, if it\'s not too much to ask. I have a tendency to tell people what they want to hear to keep myself out of trouble, and keep everyone on \"my side\" of things, so if any backstabby talk comes your way, please pull me aside and ask me in private, cause chances are I probably said it. But i\'ll always try to come to you right away after, just sometimes it isn\'t prudent. Plus it\'ll be a good way to find out if anyone is schemeing. It might sound like a problem, but it really isn\'t, I\'ve done it for years, and its always kept me on the upside of situations....It\'s what I do, and I do it well. :: He turns back and starts heading toward the way she directed him ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('627', '2d037f0c0e', '', '[quote:2d037f0c0e=\"Moira Kelly\"][quote:2d037f0c0e=\"Philip\"] \"And still no one will come forword for these acts. Hound! Please take your place up here with us.\"[/quote:2d037f0c0e] ::She stands:: Seneschal if I may? ::she bows slightly ((assuming that he says yes)):: Is what you speak of something that the individual who committed the act would be consciously or completely aware of? ::she says her voice gentle:: If it is not. Then perhaps a direct line of questioning would be in order. ::she bows again:: I am sorry if I have offended in any way Seneschal. ::her voice still gentle. She remains standing until the Seneschal gives her leave to sit::[/quote:2d037f0c0e] Philip smiles: \"Moira, Consciously or un consciously, everyone in this room should know when they have done something to put this domain in danger. Each of our lives so in tangled, we must look into ourselves to try and help, even at our own loss.\" He hands an envelop to the Harpy. \"Then if no one will come forward, Harpy if you will read the name of the offender. \"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('628', 'cf8cb76982', '', '[quote:cf8cb76982=\"Philip\"] He hands an envelop to the Harpy. \"Then if no one will come forward, Harpy if you will read the name of the offender. \"[/quote:cf8cb76982] *she takes the envelope and opens it deftly with her left hand. keeping an expression of calm interest, she reads the contents. her eyebrows furrow for a moment as she looks to the seneschal, then back to the paper in her hands. the calm expression returns as she scrawls something in her leather bound notebook, and then looks out at those gathered.* her voice unwavering, she reads aloud \"Seneschal Phillip Duke\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('629', '37bb6849f7', 'Meeting', 'Walks in garcefully bowing slightly to the Prince.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('630', 'cda826deb8', '', '\"You\'ve requested my presence your Magesty?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('631', 'a7b3e05df6', '', ':: Stands and offers a hand shake. :: Yes please sit. :: Motions to a chair. :: I was wondering if you could do me a favor.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('632', '593257dc23', '', '::Accepts the hand then takes a seat.:: ::Stares patiently at the Prince.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('633', '0e401f48e5', '', 'I have been interested for some time in learning to enhance my senses, would you have the time to tutor me in this? :: OOC do you remember what level of boon it was for instruction in a basic discipline? ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('634', '0f29e9b4d5', '', '::There is a knock at the door and when it is opened Saskia enters dressed in jeans and a tank top. She walks infront of the Seneschal and bows to him.:: Seneschal. I apologize for my lateness. ::She then moves to one of the empty seats and sits quietly. Her eyes scan the newspaper and other items on the desk and she gets a questioning look on her face.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('635', 'f95951ee76', '', '::When Saskia enters Druscilla looks behind her as if she is expecting someone to follow her in. When it is clear that there is noone there she turns back to the Seneschal. There is some sort of expression on her face but it is hard to place.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('636', '5b6446e0f3', '', ':: Philips phone rings. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('637', '7a76991faf', '', 'You will of course be properly compensated for the loss of your time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('638', '2fc4c2e568', '', '[quote:2fc4c2e568=\"The Judge\"]:: Philips phone rings. ::[/quote:2fc4c2e568] Philip looks at the phone, then at everyone else in the room. “Sorry have to take this.” He lifts the phone to his ear. “Sir, yes sir. I’ll take care of that as soon as I’m done. No she did not sir. Very well.” He hangs up the phone. “So, where was I? Oh yes. Things have gone a rye in this domain as of late. Too many chances being taken with the masquerade. Perhaps we are all growing lax do to the safety we have enjoyed for so long.” Philip begins to roll up his sleeve. “I to fell into this trap. With the recent need for growth in or domain, even greater risks have been taken.” Looking over the room his eyes set on just a few members for a few moments. “Though most have covered their actions well enough to prevent being noticed, I myself made a mistake after feeding on a human, now a new member of the domain, who had been drinking. His intoxication followed his blood into me and I acted with out thought. Having to feed, I did so, on someone and, being under the influence did not cover my actions.” :: Pause:: “I as anyone else will pay for my mistake. Jacob has started spreading roomers about the cook I had my encounter with, should anyone come around asking questions, and for this I owe him a miner boon. Harpy please take a note of that. Also everyone should keep an eye out for hunters that might follow the story in the paper, and anyone who tends to stick out in a crowed should be very careful. ” He sets his hand on the chopping block. “In case I forget, the Prince has ordered a meeting of All Members” his eyes set on Saskia and then to the Harpy. “So that he may meet our newest associates and discuss recent events himself.” As the Hound goes to strap his hand to the board Philip stops him. “No straps, I give of my flesh and my will for my mistake.” Looking out at the group, “I would expect no less of anyone else.” Philip closed his eyes then opens them to see the Hounds ax coming down on his wrist. He flinches but holds fast as the ax splits his hand from the arm. A towel comes up from under the desk with the other hand and wraps around his bleeding stump. The hand sits on the desk. There is a great deal of blood but though the rags are soaked the bleeding seems to stop quickly. Philip looks back over the group. His voice is tinny. “I am a fair man, but I do not forgive stupidity even from myself. From this day forward Kindred seen in public intoxicated by feeding from a human under the influence of drugs of Alcohol or from any other means will be considered a possible breech of the Masquerade. Furthermore I understand the drunk and week willed are easy pray, but the feeding from those under the influence of drugs or alcohol in public is herby forbidden. I you got to have em, take em someplace privet and stay there until you’re no longer a danger to the rest of us.” Sitting down:: “Are there any questions, and please, make them quick.” He washes the stomp in a large bowl of water and wraps the limb in a red silk hanky with gray spots. He lifts his detached right hand with his still whole left and sets it on his lap.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('639', '3617e08a5a', '', '::Druscilla\'s eyebrow raises slightly at the Seneschal\'s exposure of his own mistake. Before he allows the limb to be removed she places her bible in her lap and closes her eyes for a moment. Barely noticable her lips move a little, silently and quickly. She reopens her eyes and watches the Seneschal complete his task.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('640', '96f72edc46', '', '[quote:96f72edc46=\"Philip\"] “In case I forget, the Prince has ordered a meeting of All Members” his eyes set on Saskia and then to the Harpy. “So that he may meet our newest associates and discuss recent events himself.” [/quote:96f72edc46] ::Saskia nods to the Seneschal when he looks at her. Her hands grip the arms of the chair she is in and her gaze does not move from him when the ax is released.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('641', 'ee547cf4d4', '', '::As the Seneschal wraps his limb she quickly crosses herself at the table.:: Seneschal if I may? Might I ask who is overseeing the education of each new childe in this domain? Is that falling solely on the sires? With such a drastic influx I\'m concerned with...lax...behaviour on the part of some. ::She does not hold her gaze and lets her eyes rest completely on Saskia across from her.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('642', 'c85ac64c4b', '', '[quote:c85ac64c4b=\"Druscilla Lang\"]::As the Seneschal wraps his limb she quickly crosses herself at the table.:: Seneschal if I may? Might I ask who is overseeing the education of each new childe in this domain? Is that falling solely on the sires? With such a drastic influx I\'m concerned with...lax...behaviour on the part of some. ::She does not hold her gaze and lets her eyes rest completely on Saskia across from her.::[/quote:c85ac64c4b] ::Chuckles to herself a little and grins. She sits up and leans forward her hands staying on the arm of the chair.:: Dru...[i:c85ac64c4b]friend[/i:c85ac64c4b], your concern it....touch me perhaps you and I talk about your concern later....[i:c85ac64c4b]friend. [/i:c85ac64c4b] ::She still has the grin on her face but her eyes betray her slightly and show the anger she\'s holding back.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('643', '7756650f0e', '', '::Smiles back sweetly.:: Saskia dear....I never mentioned you directly. If you need help though let me know. ::She turns back to the Seneschal and ignores the Gangrel.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('644', '2f2d879bf8', '', '::Saskia says nothing but everyone in the room can hear her grip on the chair tighten.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('645', 'c3a653b4e9', '', 'With all do respect Ms. Lang but which of the recent childer has been found guilty of a crime vs. any one of the traditions. For that matter, who is it specificly that you are accusing of being \"Lax\" in there duties as a Sire?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('646', 'a0b1864fb6', '', 'When would you like to begin?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('647', 'c5cf7d718f', '', '::Turns her head from the Seneschal.:: Ramier, pleasure to hear your voice it happens so rarely. I\'m not accusing anyone or stating that any childe has made a mistake yet. Just voicing concern for the domain and wanting to...::she pauses:: nip it in the butt ahead of time.. For lack of a better term.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('648', '02e2b5671a', '', 'As soon as you like, and I shall inform the Harpy that I am indebted to you for a major boon. :: with that he takes out his phone and dials :: Yes Harpy MacMillan, this is Prince Crane I would like to inform you that I have just given Ramier a major boon for services renderd so that you may update your book. Thank you :: Turns back to you :: Just let me know when you would like to begin and I shall make myself available to you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('649', '9fd0345bcf', '', 'Thank you Ms. Lang, but I do believe your words where. And I Quote \"I\'m concerned with...lax...behaviour on the part of some.\". That, if I\'m not mistakened sound alot like an accusation. If it is not, and no crime has yet been commited, then I believe, it is for the Sire to rear there childer as they see fit. Assuming of course that they abide by the traditions and the Princes law of Course. On a further note, If I am not mistaken, there are only two in the Domain that have Sired childer of late. One being The Harpy, Ms. Johanna MacMillan. An Officer of this domain might I add. And Saskia Tolan who I believe was summoned from the old world by his Magesty Lawrence Crain himself. Which of these two are you accussing of being \"Lax\" in there duties? I believe the Domian would like to here the answer to this question. Both Harpy MacMillin and Ms. Tolan in particular.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('650', '6936b10215', '', '::Saskia chuckles and relaxes a little.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('651', 'a6a685f3bc', '', 'Now would be as good a time as any. Just sit back and relax. Let your senses flow through the Room. Every Color. Every sound, Every smell. The Tastes in the air. The vibrations of my voice......... OOC: Begins teaching the Prince: Hightened Senses.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('653', '8267af7b34', '', '::She moves the bible from her lap back to her table. There is a light smile on her lips and the finger of her right hand softly traces the decorative silver cross on the front, obviously a path it knows well.:: Ramier, you continue to assume that I mean those who have already sired. I do not, nor do I concern myself with any actions that have taken place as I have seen none which are detrimental...yet. I mearly voice a concern I have among the elder kindred of this domain. Perhaps it is yourself who has a concern or knows something others should as you seem to think only the two so far are capable of transgressing. There are several others who will sire shortly, a member of my own flock included and my concern falls to all those who have and will. Do you not share concern as to the impact this event will have on everyone who has held both short and long term residence here? Since this is an a-typical occurence I would like to know that some form of support or alternate plan is being considered in case things do not go as smoothly as we hope.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('654', 'e1c70377fd', '', 'Again, Your words where Quote \"I\'m concerned with...lax...behaviour on the part of some.\" Perhaps I did not express the question clearly enough. Allow me a second attempt. Who exactly, is the \"some\" that you are concerned with?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('655', '8e28ec6ae1', '', '((OOC: Just to be fair as this is too much fun what say we put this on hold for the night so they others can get involved?))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('656', 'f1c50b022f', '', '::The prince complies and takes the instructions.:: OOC: I just read it is a minor boon according to the system in the new books.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('657', '594af4dbfb', '', 'Philip\'s eyes rise up from his lap and the look on his face is one of a hungry animal. The very blue in his eyes seems to be fading leaving only a black hole in the middle of a white blur and his skin, pale from thirst, gives him the image of a monster. The tin has left his voice and the anger is rising. “What part of quick didn’t you all understand? The rules haven’t changed! Each are responsible for there on children, and the sire will face judgment if there child fails to keep our rules and traditions. Just as I will stand in JUDGEMENT over anyone who endangers the Princes plans be it on purpose or through petty arguing.” Pausing to look at his hand start to turn ashy. “ANY THING ELSE?”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('658', '9f8a3ffff1', '', 'Nope, I think I\'m good, alright if I go now?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('659', '003adb048c', '', '[quote:003adb048c=\"Jacob\"]Nope, I think I\'m good, alright if I go now?[/quote:003adb048c] Philip looks at Jacob with a sneer. “Yes, Jacob. You may go.”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('660', 'cd30a01c73', '', '::Druscilla stands.:: No Seneschal. If I may go also please?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('661', 'bf17f91def', '', '::Ramier nods slightly to the Seneschal then to Druscilla and remains seated.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('662', 'c27c15b98b', '', '[quote:c27c15b98b=\"Ramier\"]::Ramier nods slightly to the Seneschal then to Druscilla and remains seated.::[/quote:c27c15b98b] Yes, yes. Everyone may Go!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('663', '924cbb2752', 'Johanna MacMillan', 'if the Requiem were a pleasure cruise, Johanna would be the social director. however, seeing as the Requiem is decidedly NOT said cruise, she settles for being your friendly neighborhood harpy. she\'s been in the domain for around 20 years, and as such sees it as her job to get the new Kindred introduced and settled. She makes a point of inviting newcomers for a light supper, and has been known to pull a string or two to find a starter Haven for those in need. she\'s genuinely interested in what just about everyone has to say, and will almost always stop to get the latest tidbit or rumor. she prefers to listen to all sides of a story, before making up her mind; but when her mind is made up, do not doubt that she will voice her opinion. LOUDLY. as a ventrue, she has a marked penchant for the finer things: tailored suits and quaffing virginal austrian AB with officers of the domain. however, being a social sort of girl, she can be just as comfortable in jeans and a t-shirt (both freshly pressed, mind you), cracking open an incest brewed, appalachian O with the neo-nates.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4190', 'a33b7e936e', '', '*toms eyes open wide in fascination* \"Are you saying ghosts and demons both exist? What else exists that we have been ignorant of?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4191', '9b2462d5c5', '', 'Folk tales always have a source brothers.... werewolves, vampires, demons, ghosts, wraith, zombies, I have even heard of a creature created from the flesh of others. This is the true world brothers... your eyes are open now and it is your choice to make of it what you will. ::He moves towards the rest of the group and begins to help them organize their weapons. He hands a blucky gladiator\'s sword to JJ... JJ swings it awkwardly and hands it back. He reaches over and motions to a bat with duct tape wrapped around the end, a couple of nails are slammed through the receiving end. He swings this, smiles a huge dorky grin and give Tom a cheesy thumbs up. To Tom Joseph hands a more slender sword but no less intimidating than the other.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('665', '3abc0ed001', '', '::Druscilla picks up her bible and turns to the Seneschal for a moment and signs the cross in his direction as she says...:: May Longinus and God see fit to heal your wounds quickly and bless you for your sacrifice so the Damned of this domain may better understand His plan. ::She nods again then turns and leaves.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('666', '80434618e6', '', '::Saskia waits until Druscilla finishes then gets up, gives a quick nod to the Seneschal and heads out the door.:: ::As she leaves you hear.:: Friend...wait up.... ::a few moments and she grumbles a little:: (czech dialog)...mekhet....(more czech) ::then a chuckle::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('668', '6932b70ac6', 'It\'s a dark night...', '::The crappy weather on the east coast lately, rain, humidity, clouds, has driven just about everyone out of their minds. The end of the college summer sessions and the impending start of the fall has increased the amount of students looking for a good reason to not be trapped in dorms with no airconditioning and RA\'s who, like bloodhounds, sniff out even the smallest narcotic use, be it alchohol or otherwise. Hence we arrive at Ostrava, one of the more popular hang outs for the college aged who just don\'t thrive in laser lights or loud music. Of course, it doesn\'t hurt that the bartender and owner are extremely nice to the male population occasionally passing a round on the house to the most loyal customers. The owner is even so kind as to offer rides home to those who drink a little more than they planned. So it is Wednesday night and things are pretty busy. Hank, the bouncer is at the door checking IDs and Annabelle is in back passing out drinks. Saskia is at the poker table chatting it up with some of the people there and her thick accent makes her voice carry just a little bit over crowd.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('669', '1f1cb4e8bf', 'HE He HE', 'Good thing I descided to wait a while to do something with the badguys I may have a better way due to some of the others stirring trouble. I\'ll let you know as soon as I put it all together.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('670', 'afcf21ac5d', 'First lesson', 'The Prince is sitting at a table waiting for you to enter and when you arrive he stands and offers his hand.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('671', 'bd723a700a', '', '::The door opens and the man infront holds it for a few seconds. A young woman walks in and they move to the back bar chatting and ordering their drinks.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('674', 'a509b934d9', '', 'As everyone is leaving the office a ghoul is bringing a young woman into Philip\'s office. Before the door is closed Philip yells out, \"And new Sires have you young ones ready to meet the Prince by our next meeting.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('675', '9b02c53116', 'Court for introductions', 'All in the domain have been summoned to court for the purpose of intrducing the new members to the rest of the population of Morris county, all are to be in attendance with no exceptions.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('676', 'b4d628ce7f', '', '::Druscilla enters the room and bows infront of the Prince.:: Prince Crane, good evening sir. Would you care for a blessing before court this evening?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2471', '4aaa475f9d', 'Elysium Description', 'The building used for the monthly gatherings of the kindred is a large estate with an expansive property that offer sclusion from prying eyes. After driving up the half mile driveway you will approach a large victorian style estate where a servant will greet you at the door and yet another will park your vehicle. Upon entering the receiving hall you will be shown to a room that could only resemble a small hall, this is the area where most of the social gathering occurs. refreshments are served throughout the night being provided by the host of the evening. It is common knowledge that a few times a year the prince3 as well as the master of Elysium have granted the right for other kindred of the domain to host these gatherings, this entails the right to decorate and the responsibility to provide services for the guests. being allowed to host a gathering is considderd to be a privilage and an excellant way to increase ones social circles. adjoining the recreation hall are several rooms dedicated for private conversation and general relaxation, among theese rooms is the meeting hall where individuals may go to discuss matters at any time while remaining under the protection of the rights of elyssium. This room has security cameras as well as 2 ghouls that stand in attendance as long as the room is in use to ensure that the protection will be enforced. Separate from all the other areas of the estate is the meeting hall where formal court is held, this is a large room with comfortable lighting. the only adornment of this room is a large round oak table capable of seating the entire domain and several more. The only disdinguishing feature of this table is that there is one elevated seat and even that seat is only a few inches above the rest and is otherwise identicle to the rest. It is from this seat that the prince holds his court. The upstairs portion of the home is dedicated to several temporary haven areas for visiting kindred or any who would find themselves in need of a safe place to spend the day. Though theese rooms are kept meticulously in order they have not found use accept for a handfull of times in the last 2 decades.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('678', '39d1c6b51b', '', ':: Smiles to Druscilla :: Perhaps it would be better if you were to wait untill all are in attendance and then you could offer us all your blessings in this time of change.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('679', '479e2f0fed', '', '::She nods and a small but genuine smile briefly crosses her lips.:: Of course Prince Crane. ::She takes her usual seat at the table.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('680', '3dfec8cfc6', '"Failed" hack attempt (Augest 20th)', 'Angry at his stupidity for letting someone get so close to him and paniced because someone DID get so close to him when he had no real plan incase someone did, Tom begins to program a virus that would heavily encrypt every file on a computer indivitualy.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('681', 'ff17175737', '', '::Ramier walks in silently with his ussual grace. He\'s dressed in blue slacks and a black shirt:: ::He walks past the bouncer and finds a seat in a corner::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('682', '260e2da7b9', '', '::Ramier enters the room, gives a slight nod to those in the room, then takes a seat::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('684', '42192e776f', '', '\"Your Magesty. I Trust you\'ve had a pleasent evening thus far.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('685', '28f75e9068', '', '::Saskia nods to Ramier as he enters.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('728', 'd2a463ff26', '', 'online only?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('730', 'd625f29005', '', 'for now yes because I don\'t have a body for him but hopefully I can change that, in facy an idea just hit me and I\'ll check on it later today. As for what Vincent knows he had heard that a cardinal in the sanctum had been asking about missing persons and after a few weeks of message tag ( if you actually want to run it fine with me but I did this short version just to save time ) the arraingement was to send his spy to the domain under the premis that he was a member of the sanctum so he would have more freedom and less suspicion about who he is. I love players and NPC\'s that like to cause trouble.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('686', 'aab3f4de28', 'Physical Disipline Rules...', 'HUN!! POST THEM ALREADY! love you :smt006'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3522', '17f8eae617', '', 'No you strike fast and with surprise and you try and angewr them into stupidity. And avoid the claws.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('689', '5e89c1928b', '', 'Ok I need a roll from you for that but without your hacking bonus, I beleive that would be 10 dice. Is your computer the target of the virus or is it something for someone invading your system to catch?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('690', 'fd85da5576', '', 'Yes I have, and you sir'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('696', '38771a5f8a', '', 'OK FINE I\'LL POST THEM ALREADY!!! :smt097 I t all boils down to this, I\'ve been reading the differant versions of the physical disciplines in the table top and the LARP and going over the differances for a while now and I would like to put the straight rules down on the forums finally. [b:38771a5f8a]Vigor[/b:38771a5f8a] Vigor will work as it did in the table top version found in the big red book. When this discipline is active it will increase the vampire strength stat temporarily by the number of dots posessed in the discipline. [i:38771a5f8a]Example- Joe has a strength of 3 a Vigor of 3, if Joe expends a vitae to activate Vigor he now has an effective strength of 6 for the sceen. This increase will affect all strength related pools as well.[/i:38771a5f8a] [b:38771a5f8a]Resiliance[/b:38771a5f8a] With this power I am going to be using a mix from both the TT and the LARP versions. When a character purchases any dots in the Resiliance discipline that characters health levels and stamina will [i:38771a5f8a]permanently[/i:38771a5f8a] increase by the ammount of dots purchased in this discipline. When the power is activated you gain the ability to downgrade a number of agravated wounds equal to his dots in this power per sceen. I\'m not going to give an example for this one as I think it\'s pretty self explanatory. [b:38771a5f8a]Celerity[/b:38771a5f8a] Celerity works as it is written in the VtR core book.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4502', '411c01c565', '', 'WELL HOW AM I SUPPOSED TO GET THIS MESSAGE THEN DEARY?????? Fine logging off now... I was on today the 4th at 10:40 am from work.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4503', '4279cbd475', '', 'Good evening Bishop Lang. I am... well. And yourself? ::she has a polite smile on her face and seems fairly calm (for Robyn). She sits on the offered chair and folds her hands in her lap::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('697', '23174d0878', '', '::nods back to Ramier when he enters. Per the usual her bible is in tow and she shows the signs of a elder with almost a statuesque look her her as she sits completely still and silent.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4501', '20d6ba707d', 'DO NOT DO NOT DO NOT', 'Please stay off of the Forums until 07-05!!!!! I am tracking IPs and don\'t want our users getting mixed up in things... PLEASE PLEASE do not log in or even access any part of winter-court.net. It will make what I am doing that much easier.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('702', '87817c1864', '', 'They good Ramier. Students coming back to town. Good for business. Other things....well...some things are difficult no? Hopefully those things fall into place soon then everything better.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4189', '4b8c831681', '', 'I\'m not going to tell you everything those of our brotherhood can do.... I don\'t want you to become focused solely on what we are in powers, there are other lessens to learn... Our enemies though.... some of them can project their mental selves across the planet, others can force the beast inside you to rise and anger by simply looking at you. Rumors abound of certain ones raining blood fire down from the heavens and ones who are able to eat ghosts to sustain themselves. Some may even be able to grasp the demons from hell and control them. Others can look at you and make you fail something you\'ve become an expert in. I have seen some walk in sunlight while they should be running and locked others in cages and had them go months before reaching a hunger frenzy. The limits of their powers is unknown. ::JJ stuffs his hands in his pockets:: well fuck man... what the fuck am I supposed to do against some daylight ghost eating fuck?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3521', '7f3a05b2cd', '', 'Don\'t call me love. ::She walks to the door.:: Come on. Bathroom this way. ::She opens the door and the gaurd lowers his head when she exits.:: Basically, you my property. You fuck up its my ass on the line. You don\'t really have right to talk to other vampires, your friend included. They talk to you, it not so much of a problem, but be careful what you say. They might try to use you against me. You not going to know where my haven is at... that help you not have to lie or if they mind rape you you don\'t know. You need to feed from me for next two nights, then once a month, you get some of my powers. I teach you how to use them. You don\'t age anymore. Without my blood you start aging again. ::She stops at a door and motions to it..:: Here. Hurry up. I need to feed.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('705', '904ce4ccc7', 'Feeding sceens', 'Hey for all you vampires out there (especially the ones with kids now :smt011 ) Ineed you to send me the monthly feeding sceen. All I need for it is for you to narrate your own feeding sceen so that I know how you go about feeding, wether it be from a herd or if you like to hunt for your food, if you have recently sired I need to know how you are teaching your childe to hunt and then they to must send me a sceen unless you won\'t let them hunt alone. Either way I need to know how people are eating this month, you can PM me or just post it on your haven board. Thanks, The Judge'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('706', '36c3bf7478', '', 'Philip walks out of a back door, his right arm stuffed in a pocket.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('707', 'f4a7e86c51', '', 'Jacob walks in. He smiles when he sees Philip looking though a folder using his left hand, and finds a seet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('708', '3a76bc8bae', 'Feeding August', 'Invites a few people in there mid 20s over to his place. He helped them out of a parking ticket by telling his ghoul to take there case, which he beat. As the young men lie half stoned in the living area, Jacob takes the young woman back to his room. It didn\'t take much time, and he had her back with the rest of the group before anyone could ask too many questions. He felt the same as the rest now. Light, and relaxed. Damn Philip and his now going in public like this rule. But he wasn\'t sure it would be a good idea to go out to night anyway. He had a party to take care of.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('709', 'bd15b73471', '', '::Moira walks in and bows to the Prince and offers a small bow to the seneschal, and then gives a nod of acknowledgement to Drucilla. She takes a seat towards the back of the room::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('710', '0ae28849a3', '', 'My computer is the target 08-19 18:50:21 Tom rolls 10 dice to Writing virus 1 success 5,6,8,7,3, 5,7,7,1,7'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('711', 'ee8b957fd6', '', 'Ok good deal, I\'ll let you know if anything new goes on.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('712', '3a3b82b8b6', 'Feeding outside the heard.', 'Philip\'s new hand is still white with the look of burned flesh, so he keeps gloves on when Max brings in the young man looking to invest in one of Philip\'s mines in South Africa. It funny when you think of it. It was such a simple idea. The room is air tight and the carbin dioxcid slowly leeked into the room. When the young man was fast asleep Philip walks over and feeds. When done he just opend a window, wakes the young man up and asked him if he was feeling ok. Philip agrees to give him a good deal on the next hall of dimonds and sends him home with a headack.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('713', '113567c33b', 'A day of R&R', 'Tom wakes up monday morning in no mood to go to work. After sitting at his computer all night programming the last thing he wanted to do was put up with the shit of every day life. He gets up in his wrinkled outfit and starts fumbling about his apartment in a daze looking for his phone. He finaly finds it right next to his keyboard, how he initially missed it he\'s not quite sure and then calls in sick at work for having a fever.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('714', '1ae13463c1', '', 'others stirring up trouble? most excellent on another note... can you give a loose write up of who all is in Vincent\'s court.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('715', '7d7cf244bf', '', 'I certainly can, I\'ll have it to you probably after the next game cause right now I\'m doing a lot with a few of the players and my brain is on scramble mode. I will say haowever that your brother is a great source of ammusement for me right now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('716', '8e2f0efa4b', '', ':: One of the princes ghouls enters the room walks to the prince leans over and whispers to him for a moment, the prince nods and motions to dismiss the ghoul. :: Laidies and gentlemen I appologise but something has come up and I\'m affraid I must postpone this session of court to a later date. If you would all excuse me I have some business to attend to. :: he stands, nodding to all assembled and makes to the door, stopping before he exits. :: Scenechal please make sure that those who have not arrived yet are informed that court has been canceld for tonight. :: with that he exits. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('717', 'c691cc9f99', '', '::Druscilla stands and bows to the Seneschal.:: If I am not need your grace...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('718', 'aba1a63747', '', '::she watches the prince speak to the ghoul, waiting patiently for the meeting to begin. When she is told that it is posponed she stands and waits for the Prince and Seneschal to decide what they are doing before moving herself.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('719', '07e85c4b8d', '', 'He said something to me about Tom being in trouble. And was very driven to check his email when we were down in Baltimore, at Otakon. He\'s having a blast though.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('720', '26529e129a', '', 'Philip calls in a ghoul. \"Max, we will not be holding a meeting tonight. Please make sure anyone who comes after we leave is informed. Take there names and I will get back to them.\" Philip turns to the group. \"We\'ll unless anyone has any thing they would like to talk about, you may all go. Oh, thoughs of you who still have yet picked a child. I want to by Friday the 26th. That\'s all.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('721', 'f4845d5686', '', '[quote:f4845d5686=\"Philip\"]Philip calls in a ghoul. \"Max, we will not be holding a meeting tonight. Please make sure anyone who comes after we leave is informed. Take there names and I will get back to them.\" Philip turns to the group. \"We\'ll unless anyone has any thing they would like to talk about, you may all go. Oh, thoughs of you who still have yet picked a child. I want to by Friday the 26th. That\'s all.\"[/quote:f4845d5686] ::Druscilla nods.:: Good evening then Seneschal. ::She turns and leaves.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('722', '0269e6aa73', '', 'Thats cool I\'m glad he has fun and as for the trouble, he\'s not in anything that he couldn\'t get to all by himself. :twisted:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('723', 'f33898e627', '', '::with the Seneschal\'s dismissal she collects herself and leaves shortly after Druscilla passes her::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('724', 'd236f15e62', '', '::chuckles:: thanks for inviting him... he\'s always loved it but steve\'s games are intimidating as is Steve at times.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('725', '4830241215', '', 'no problem, oh and by the way the guy that I said would be comming into ther domain as a spy will be there but not as originally anticipated. I\'m going to be sending him here posing as a sanctum member so that he will have more of an oppertunity to get involved in all of the angles of the politics.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('726', '9ffbd8dc8b', 'Augest 22nd', '*A young man enters after showing the bouncer his ID. Looking somber the man drags himself to the bar and orders a beer.*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('729', '1e802fed68', '', '::Saskia comes out of the back.:: Tom, good to see you. I thought maybe you no come back after trouble at poker table other night. What you doing?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('741', 'add0ca482f', '', 'Then we are in agreement, I will send word that we are sending a new innitiate that will be arriving next month and that he will be performing certain tasks for me along with beginning his studies within the Sanctum. Hopefully we will have the information we need soon. It has been a pleasure to aid you Your Majestey now with your leave I will go and make the nescessary arraingements.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('742', 'edaf48848c', '', '::he nods his head:: Thank you Your Grace. ::he grasps the handle of his walking stick:: I would not like to compromise the security of your covenant by having a member of the Invictus in your ranks. It would be best if the new initiates training were to be… slow ::he deep voice almost grumbles as he drags the word out:: I hope that this task will be swift an all information will be gathered quickly, I would not want this to hinder the relationship between our two Covenants.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('743', '943532f5b0', '', ':: he nods :: Of course, I will ready everything as soon as I can. :: He bows and moves to the door :: All will be ready in a few weeks.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('744', '32db6b373c', 'August 24, 2005', '::Druscilla enters the shop dressed in a simple black shirt and a pair of jeans. She begins to rumage the shop\'s shelves and when she finds a book she is interested in she pays for it. After paying for the book she goes to the cafe and orders a hot tea.:: Excuse me, is Robyn around at all? ::The girl behind the counter gets her tea and shrugs her shoulders at Druscilla.:: Not sure, I just got in. Haven\'t seen her around yet though. ::Druscilla takes the change from the drink and moves to a back corner where she begins to read the book.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('745', 'bd0a5dab19', '', 'Please keep me informed of your progress.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('746', '586fe0f802', '', 'Certainly sir. :: He bows and exits ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('747', 'da91d7725a', '', '\"I\'m sure they will. I do not doubt to your abilitiy to handle whatever troubles you.\" \"If there is anything I can do to make things any easier, I\'m sure you know, you have my support.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4187', '5e90dbf532', 'The Dracul....', 'This is where all the young members learn the lessons their mentor sees fit to teach them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4188', '874be16fa8', '', '\"Do we really get that much more powerful as time goes on?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('749', '754bf48f76', '', '*gives off a dry laugh* Not much, just was in the mood to get away from it all for a few hours, also getting out can help boredom.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('750', '823ba82cb4', '', ':moira almost slinks into the bar, and sits down into the chair that she has come to love for some odd reason::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('751', '78ed2bdb49', '', '::he leans back in his chair after the cardinal leaves, a slight smile, one hand gently drumming the arm while the other resting on his decrative walking stick::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('752', '73bf17aa2e', '', 'Sounds like the Invictus. :mrgreen: Pretty cool.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('753', 'faafd2421c', '', 'Well, you come to right place. Next drink on house. What you bored for? There always something to do in this town.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('754', '01c0a3c2d7', '', '[quote:01c0a3c2d7=\"Ramier\"]\"I\'m sure they will. I do not doubt to your abilitiy to handle whatever troubles you.\" \"If there is anything I can do to make things any easier, I\'m sure you know, you have my support.\"[/quote:01c0a3c2d7] Good, thank you Ramier. I have [i:01c0a3c2d7]friend[/i:01c0a3c2d7] I may need you to talk to for me....he having....issues.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('755', 'e15a8d1aa9', '', '[quote:e15a8d1aa9=\"Moira Kelly\"]:moira almost slinks into the bar, and sits down into the chair that she has come to love for some odd reason::[/quote:e15a8d1aa9] ::Saskia motions to Annabelle to get Moira a drink. The girl takes her a glass of wine and goes back to the other customers.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('756', '26467b4016', '', 'Ah there was some fuckin power surge or something which blew out my tv so theres not a whole lot to do at home. *finishes off his beer and orders his next one* Thanks for the free one.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('757', '2fba73fc56', '', '::moira chuckles a bit and thanks annabelle for the drink, then she gives a smile to Saskia and nods her head in thanks::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('758', 'b756f01971', '', '\"Would this friend be anybody I know?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('759', 'e20470f951', '', '[quote:e20470f951=\"Saskia Tolan\"]Well, you come to right place. Next drink on house. What you bored for? There always something to do in this town.[/quote:e20470f951] He walks out of the bathroom, and walks over to Saskia. \"Hello Saskia, any thing good behind the bar tonight?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('762', 'bc6d6aee95', '', '[quote:bc6d6aee95=\"Ramier\"]\"Would this friend be anybody I know?\"[/quote:bc6d6aee95] Nyet, you no meet him. But he close friend, maybe you here me talk about him sometime. I let you know.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('763', '3a03e34804', '', '[quote:3a03e34804=\"Vincent Carroll\"]::moira chuckles a bit and thanks annabelle for the drink, then she gives a smile to Saskia and nods her head in thanks::[/quote:3a03e34804] ::Winks back and returns to her conversation with Ramier.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('764', '2b66fe298d', '', '[quote:2b66fe298d=\"Tom Smith\"]Ah there was some fuckin power surge or something which blew out my tv so theres not a whole lot to do at home. *finishes off his beer and orders his next one* Thanks for the free one.[/quote:2b66fe298d] No problem.::she waves off the drink:: So find something to do, go to Six Flags, city, hiking....hiking good, nature and quiet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('765', 'ce1715430c', '', '[quote:ce1715430c=\"Jacob\"][quote:ce1715430c=\"Saskia Tolan\"]Well, you come to right place. Next drink on house. What you bored for? There always something to do in this town.[/quote:ce1715430c] He walks out of the bathroom, and walks over to Saskia. \"Hello Saskia, any thing good behind the bar tonight?\"[/quote:ce1715430c] ::Saskia jumps a little her hand grabbing the edge of the bar. She turns around slowly an annoyed look passing to a smile.:: Jacob, I tell you death himself not know when you coming. ::she laughs:: Dah, good shit in back for you. You get yourself if Annabelle busy. ::She returns to the conversation with Tom.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('766', 'fc42a5ee8e', 'Description of Haven', 'The haven is in a secluded area of the town. It has a small parking lot at the end of the driveway. Perhaps 3 or 4 cars could fit. The drive way isn\'t extremely long but with the trees encircling the property you can\'t see anything from the road. The small lawns in the front and back are maintained, nothing fancy, just cut on a regular basis. The haven is a fairly small white and blue house. When you go through the front door you enter the living room which is a fairly decent size. The floors are all carpeted and there is an entertainment center against one wall with a couch and a chair against the other. The kitchen/dining area is past the hallway to the left. Every so often there are some dirty dishes in the sink which when you rise the next night are clean and drying in the rack. There is some food on the counters and in the fridge. There are also a couple of beers there. Down the small hall there is a bathroom at the end with a full shower. Everything is clean and orderly. Before the bathroom there are two doors, one in each direction, both bedrooms. The door on the right leads to a bedroom that is decorated with simple furniture including a large vanity mirror. The entire room is filled with plants that hang from the ceiling and sit on shelves around the room. The first night you arrived and Saskia was showing you around you were specifically told to never go into or spend the day in that room. The other bedroom is less fancy. A couple of pictures of a foreign looking city hang on the walls and a picture of Scarface hangs by the closet. You are shown the windows modifications. All of the glass windows are new and the glass seems to be oddly thick looking. Built into each wall are sliding covers which slide out and secure to the opposite side via a locking mechanism, effectively blocking out all sunlight. Occassionally, while walking through you keep catching the scent of something that smells good, but you probably can\'t place it. The celler is completely redone and windowless. One end has a half wall behind which there is a bed and a free standing closet and a dresser. There is also a small tv in the corner. The other room looks similar to the living area of the upstairs, couches, coffee table, entertainment center. All of the furniture in the basement is very contemporary looking. It is all wrought iron and covered in cushions and fabrics. There isn\'t any trace of that smell from upstairs. Saskia also points out the security system to you so that you know it is always active. She shows the TV screens where the camera\'s come in. There is a garage that is mostly underground under the house too. The garage door is strong and reinforced with no windows on it. Inside the garage there is room for one vehicle, the lawn care stuff lies around and there is a door to the backyard and one to the house. Everything is set by the same security system and the door to the house is also reinforced.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('767', '9d732e4a0a', '', '[quote:9d732e4a0a=\"Saskia Tolan\"][quote:9d732e4a0a=\"Tom Smith\"]Ah there was some fuckin power surge or something which blew out my tv so theres not a whole lot to do at home. *finishes off his beer and orders his next one* Thanks for the free one.[/quote:9d732e4a0a] No problem.::she waves off the drink:: So find something to do, go to Six Flags, city, hiking....hiking good, nature and quiet.[/quote:9d732e4a0a] Ah yeah that stuff is good and all but i still miss my TV, ya know how bad luck can get ya down?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('782', '99d473f952', '', '\"I find the Ostrava an Ideal place to unwind and colloect one\'s thoughts.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('768', '3a93c55763', '', 'So go buy new TV. Maybe you come here sometime and see if you win more money for new tv. ::she laughs::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('769', 'a440381611', '', '::Druscilla sits for a long time reading the book she bought. So engrossed she is ignoring the drink at her side. When she is about half way through it she looks up at a clock and then down at her drink and shrugs. She collects her things, drops the drink in the garbage and heads out the door.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('779', '264c1ba691', '', 'damn you :smt097 now I have to make the rest of the domain. grumble grumble.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('780', '45638b5182', '', '[quote:45638b5182=\"Tom Smith\"]*looking a bit confused* Well, i have the money for the TV its just the wait thats a bitch. Like being at the end of a long ass line you just want it now. Then their is also the concern about what happens if i have another power surge. *sighs* Life sucks. *takes another swig of beer*[/quote:45638b5182] ::Chuckles::: Dah, sometimes life suck. ::Looks at Jacob.:: Right Jacob? ::To Tom:: But power surges, they only suck if you don\'t have right things to protect you. You get one of those plug things, the big ones...fuck...what they called.... ::she waits::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('771', '54c8e0bff2', '', '[quote:54c8e0bff2=\"Saskia Tolan\"][quote:54c8e0bff2=\"Jacob\"][quote:54c8e0bff2=\"Saskia Tolan\"]Well, you come to right place. Next drink on house. What you bored for? There always something to do in this town.[/quote:54c8e0bff2] He walks out of the bathroom, and walks over to Saskia. \"Hello Saskia, any thing good behind the bar tonight?\"[/quote:54c8e0bff2] ::Saskia jumps a little her hand grabbing the edge of the bar. She turns around slowly an annoyed look passing to a smile.:: Jacob, I tell you death himself not know when you coming. ::she laughs:: Dah, good shit in back for you. You get yourself if Annabelle busy. ::She returns to the conversation with Tom.::[/quote:54c8e0bff2] Jacob gives her a little kiss on the shoulder as she turns back to Tom. \"Být zavázán tebe má drahoušek.\" He walks behind the bar and poors a drink.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('772', 'd76a94abf8', '', '::She rolls her eyes a little and says over her shoulder.:: Důkladný friend... sweet words not get you someplace with me Jacob.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('773', 'b5ecefff27', '', '[quote:b5ecefff27=\"Saskia Tolan\"]::She rolls her eyes a little and says over her shoulder.:: Důkladný friend... sweet words not get you someplace with me Jacob.[/quote:b5ecefff27] Jacob raises one eyebrow. \"Shame.\" He sips his drink.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('774', '5bfed51b0a', 'Very Well', 'Calling all Crone! As much as I hate to bother with such things, I need to speak to any member of the Circle with in this domain. [/u]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('775', 'd885c48cff', '', '[quote:d885c48cff=\"Druscilla Lang\"]HE STARTED IT! :smt110[/quote:d885c48cff] Sticking a finger over and holding about half an inch away from your arm. \"I\'m not touching you!\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('776', '0c3c0548eb', '', '\"I shall be at your call.\" \"Perhaps you might offer me a bit of insight into your friends \"Issues\" so I may gain a deeper understanding of the situation.\" \"Unless, of course, this is happens to be a topic that would be inappropriate to discuss in public.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('777', '665bc0a098', '', ':smt075 I said behave.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('778', '0012b16c59', '', '*looking a bit confused* Well, i have the money for the TV its just the wait thats a bitch. Like being at the end of a long ass line you just want it now. Then their is also the concern about what happens if i have another power surge. *sighs* Life sucks. *takes another swig of beer*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('781', '99daeee233', '', 'Dah, we talk later. Don\'t bore customers with my shit. ::Annabelle comes over and whispers in Saskia\'s ear then walks away. Saskia\'s eyes flip across the bar quickly then back to Ramier.:: So,what bring you to Ostrava tonight? Bored? Seeing what\'s up?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('783', '5a2e266499', '', '\"A surge protecter possibly? I could be mistaken however.\" \"Hello Saskia. Another lovely evening. Do you not agree?\" ::Ramier takes a seat at a nearby table:: ::He is dressed in tan slacks and a black short sleeved shirt::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('784', 'ed382c2246', '', '[quote:ed382c2246=\"Saskia Tolan\"][quote:ed382c2246=\"Tom Smith\"]*looking a bit confused* Well, i have the money for the TV its just the wait thats a bitch. Like being at the end of a long ass line you just want it now. Then their is also the concern about what happens if i have another power surge. *sighs* Life sucks. *takes another swig of beer*[/quote:ed382c2246] ::Chuckles::: Dah, sometimes life suck. ::Looks at Jacob.:: Right Jacob? ::To Tom:: But power surges, they only suck if you don\'t have right things to protect you. You get one of those plug things, the big ones...fuck...what they called.... ::she waits::[/quote:ed382c2246] Yeah i guess im ganna have to get one, sucks that i didn\'t think about getting that extra protection earlier. *chugs the rest of the beer and puts it down* Sucks though, I really liked that TV.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('785', '6c109c7d6a', '', '[quote:6c109c7d6a=\"Ramier\"]\"A surge protecter possibly? I could be mistaken however.\" \"Hello Saskia. Another lovely evening. Do you not agree?\" ::Ramier takes a seat at a nearby table:: ::He is dressed in tan slacks and a black short sleeved shirt::[/quote:6c109c7d6a] Yes, that its. I was thinking other name...power strip. Hello to you. Is a good night I guess. ::Annabelle brings him a drink without any word from Saskia.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('786', '609e1e99c2', '', 'Good. That\'s what its here for. On 3rd of August...Saturday...having a party for holiday weekend here. You coming?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('787', '25d93d38e6', '', 'Quit it!! Don\'t make me rain the fires of heaven down on your ass!! :smt074'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('788', 'd85ddf51cc', '', ':smt011 no.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('789', '306b028e2b', '', '::She looks at him quickly.:: No questions? You have questions in there. Now nothing. ::She shrugs.:: How you feeling then? ::She seems to be rushing still. After another minute or so she pulls into a driveway and parks the car.:: Come, inside hurry. ::She leads him in with a hand on his back, unlocking the door and pressing some buttons on the alarm inside.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('790', 'd59c27e35e', 'Monday 10 PM', 'When you arrive the prince is sitting at his desk reading a book, when the ghouls show you in heputs a bookmark between his pages and stands to great you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('791', '9f81864b4a', '', '::Bows:: Evening Prince Crane, thank you for seeing me. Will the Seneschal be joining us tonight?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('792', '6c12e0f7dd', '', '[quote:6c12e0f7dd=\"Druscilla Lang\"]::Bows:: Evening Prince Crane, thank you for seeing me. Will the Seneschal be joining us tonight?[/quote:6c12e0f7dd] Almost on que, Philip walks though the side door. A quick bow to the Prince and a head nod to Druscilla. \"Evening Ms. Lang.\" Turning the the Prince, \"sorry sir, had to look into a few isues with a local building I\'m looking at buying.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('793', 'e6edf3e027', '', ':: Nods to Philip :: Good evening to you both, Bishop Lang you had something you wished to discuss?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('794', '772040f15f', '', 'Hey Rick are you planning to continue this?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('795', 'a75897b01b', '', 'I should have a list of all the crone in the domain for you by wednesday night.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('796', '916c1cd9d3', '', '::she nods back:: Evening Seneschal. :To crane:: Yes Prince Crane. My Cardinal called me the other night and informed me that he had a newly integrated member of our covenant he wished me to meet. He also requested, and of course if you wish otherwise I understand, that this member spend some personal time in solitude, away from those he knows, to reflect on his damnation. He asked if I would allow him to enter my flock. I told him I would do what I could, but I wanted to clear entrance of a Damned into the domain with you and the Seneschal, as i would not presume too assume your answer. I would of course see to his accomendations within Sanctum marked feeding grounds and the like.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('797', '1ba1f0f158', 'Players? Where are they?', 'What has happened to our players?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('798', 'b0b547b889', 'Checking up on Johnathan Miles', 'Seneschal ::Vincent calls his Seneschal over:: I want an update from Johnathan Miles.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('799', 'ee29eb5243', '', 'Mostly they\'ve all caught the gay. At least that would be my guess.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('800', '60a4bf6513', '', 'he has been with a few members of the sanctum recently as to be able to better mimic their behavior and will be departing within 2 weeks to enter the domain of Morris. :: OOC :: I have someone to play the guy for me online so I\'ll be creating an account for him to and we\'ll see what happens then.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('801', '33a7c05bbb', '', 'No, actually. Jeff, Goon and Joel all had their computers crap out on them. Jeff\'s won\'t work with the forums due to viruses. Goons just got back up last night. Jeff will play via email though if you want to do stuff with him. Mrstalls@aol.com I think. Do you know what has happened to Jess and if she is coming to game this weekend?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('802', '4e3a546b60', '', 'correction, Joels computer works fine now he just hasn\'t been online, it\'s Mags that is without computer, and Goon got his fixed the other day so we\'ll wait and see with him.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('803', 'ac454aaf3f', '', '::he nods his head:: very well. OOC: Cool!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('804', 'adbc6418d5', '', 'Don\'t know about Jess. Beth and I will be there and hopefully my brother... It depends on his work schedule. (I don\'t think he would really want to miss it) BTW: Anyone coming to Faire on Sat?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('805', '5936c617b8', '', 'I am going to see about getting with you guys but that is really going to depend on how much crap I get done during the week. I am on high gear finish the house mode since I start classes next week and will be an insane wreck after that. :smt005 :smt011 :smt019 :smt021 :smt040'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('806', '9b0196e3fb', '', '[quote:9b0196e3fb=\"The Judge\"]correction, Joels computer works fine now he just hasn\'t been online, it\'s Mags that is without computer, and Goon got his fixed the other day so we\'ll wait and see with him.[/quote:9b0196e3fb] I saw goon online earlier this morning but he didn\'t post anything.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('807', 'b0d41278fc', 'August 29th', 'Late Monday night the door opens and David ducks into the bar. He is in uniform. David looks around but does not seem to immediately recognize anyone. He then steps up to the bar and orders a couple burgers and a pint of beer. The barman takes the order but mentions something about the grill closing. David heads to one of the larger benches to wait for his meal. While sitting down, the bench groans slightly as it accepts David\'s weight.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('808', 'fffd40ad76', '', '((right-o)) Do we have a setting for game this weekend?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('809', 'c1722a380e', '', '::moira slips into Ostrava as quietly and descretly as possible. She slides into her chair, and looks around. She sees David and regards him for a moment and then goes back to looking about::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('810', '0a2955256e', '', 'Ostrava again. Only way to get humans in too. Party for long holiday weekend.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('811', '2a44218e90', 'Check this out', 'http://www.qsleeper.com/'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('812', '0a0011dcb8', '', ':: looks to Philip :: I have no objections to this, do you? :: To Druscilla :: He will of course have to present himself to the rest of the kindred of the domain so he can be properly acknowledged.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('813', 'a43dd6a758', '', 'Of course. I will be sure that he does so immeadiatly upon entering the domain.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('814', 'b41949106a', '', '::Saskia isn\'t in the bar but Annabelle brings out the food for the officer once it is done.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('815', 'f7f53607c8', '', '[quote:f7f53607c8=\"Druscilla Lang\"]Of course. I will be sure that he does so immeadiatly upon entering the domain.[/quote:f7f53607c8] Philip opens a small book. He pulls out a silver pen and holds it over his notes. \"And when do you think that will be?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('816', '1c2b08c212', '', 'Ok, I\'m glad to see there are people out there even more paranoid then me. Do you think any of them come sunlight proof?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('817', 'f185375bd7', '', 'ah the glory of the internet, all praise the wonderous thing that ties all of our depraivities together. :smt024'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('819', '39db96ebae', '', 'The Cardinal said next month, as in September. I didn\'t bother asking for an exact date yet as I wanted to be sure and run things by you gentlemen first. If you approve I will contact the Cardinal and ask for a specific date.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('821', 'e7116a818f', '', '[quote:e7116a818f=\"Philip\"]Ok, I\'m glad to see there are people out there even more paranoid then me. Do you think any of them come sunlight proof?[/quote:e7116a818f] I think they are sunlight proof since they are air and water tight and ment to be a panic room. They even have toilet functions in them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3520', '425ae9a6c3', '', '*tom sits there for a moment just gaping at joseph* \"Are you fucking kidding me? They can meld with the earth and turn into mist?! What do we do then get shovels and dig them up?\" *all this has an edge to it but not hostile*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('823', '3702ea108a', '', '[quote:3702ea108a=\"Druscilla Lang\"][quote:3702ea108a=\"Philip\"]Ok, I\'m glad to see there are people out there even more paranoid then me. Do you think any of them come sunlight proof?[/quote:3702ea108a] I think they are sunlight proof since they are air and water tight and ment to be a panic room. They even have toilet functions in them.[/quote:3702ea108a] Yeah, But it doesn’t say if the 2 way mirror is UV protected.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('824', 'f75dea3c08', '', '[quote:f75dea3c08=\"Druscilla Lang\"]The Cardinal said next month, as in September. I didn\'t bother asking for an exact date yet as I wanted to be sure and run things by you gentlemen first. If you approve I will contact the Cardinal and ask for a specific date.[/quote:f75dea3c08] That will be fine. I just want to make sure the Hound knows we are expecting someone. We wouldn’t want any little accidents.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('825', '052c827b03', '', ':: looks to Philip :: I trust that you can handle all of the arraingements Philip.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('826', '5e3bd399ad', '', 'if you pull up the info on it I think it said something about that in ther at one point.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('828', '018576a287', '', '[quote:018576a287=\"Lawrence Crane\"]:: looks to Philip :: I trust that you can handle all of the arraingements Philip.[/quote:018576a287] ::Smile:: Of course sir. ::Looks at Druscilla:: I\'m sure if your Cardinal wishes this new member to have solitude, that we will have no problems. Tell me, is this new member under anyones accounting, or will he be responsible for himself?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('829', 'c114a8e2d7', '', '[quote:c114a8e2d7=\"The Judge\"]if you pull up the info on it I think it said something about that in ther at one point.[/quote:c114a8e2d7] That\'s just sick.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('830', '2d9683eb49', '', 'I know, whoever designed it must have been a vampire player at one time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('831', '17246a5ce0', '', 'I believe he will be responsible for himself, but I will double check that question with the Cardinal also.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('832', '10201165bc', '', '[quote:10201165bc=\"Druscilla Lang\"]I believe he will be responsible for himself, but I will double check that question with the Cardinal also.[/quote:10201165bc] How long has this new memeber of yours been one of our kind?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('833', '1ccbc025b8', '', 'I don\'t know. As I said I wanted to speak with the two of you about it before I asked any more questions or gave the Cardinal a confirmation. I will ask him that also. Anything else?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('834', '3cd0b788cb', '', '[quote:3cd0b788cb=\"Druscilla Lang\"]I don\'t know. As I said I wanted to speak with the two of you about it before I asked any more questions or gave the Cardinal a confirmation. I will ask him that also. Anything else?[/quote:3cd0b788cb] ::Not even looking at her, just writing in his book:: Fine, just please get any improtant information on this new comer as soon as possible please. Oh, and be sure to inform the Harpy. I\'m sure she will want to know. I can leave that to you can\'t I, or will I need to take care of it myself?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('835', '38768c0b6b', '', '[quote:38768c0b6b=\"The Judge\"]I should have a list of all the crone in the domain for you by wednesday night.[/quote:38768c0b6b] Hell, I just thought, since you told me there were more Crown. I should use them to the best of my... aaaa I was just fucken with ya. When ever is fine.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('836', 'c6a16dd2d6', '', '*orders another beer and looks at Saskia* So how has business been lately ms. saskia?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('838', '13ad99e99d', '', '::Moira watches annabelle bring the officer his food. Only her eyes move as she remains still in her chair::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('843', '31345ce659', '', 'Eh, okay. Summer\'s always slow...once colleges start things get better. You excuse me for minute dah? ::She nods, but doesn\'t wait for an answer. She walks into the back area and is gone for about 5 minutes then returns.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('840', '702aea180e', '', '::glares:: but but ::sobs:: there are sooo many people there...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('841', 'f5cdaf963e', '', '::Drucilla just stares at him blankly for a moment. She snaps from it though and smiles.:: Oh, I think I am quite capable of talking to the Harpy...Seneschal. ::She stands and looks directly at the Prince:: Unless there is anything else gentlemen, I\'ll be going now. ::As normal she has her bible with her. It is in her rigght hand hanging at her side, her grip is firm on the old book.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('842', 'a64ccb938f', '', '::pats her on the back:: I know, I know Moira, but unfortunantly we can\'t bring them to us just yet, so we must go to them. Try a new perfume, maybe some make-up? :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('844', '5795b5a3be', '', '[quote:5795b5a3be=\"Druscilla Lang\"]::Drucilla just stares at him blankly for a moment. She snaps from it though and smiles.:: Oh, I think I am quite capable of talking to the Harpy...Seneschal. ::She stands and looks directly at the Prince:: Unless there is anything else gentlemen, I\'ll be going now. ::As normal she has her bible with her. It is in her rigght hand hanging at her side, her grip is firm on the old book.::[/quote:5795b5a3be] I\'m done, do still need her for anything sir?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('846', 'ba390b16d2', '', ':: Stands :: No, Unless there is anything else you need from us Bishop Lang you may return to your duties. Please inform us when you have received an answer to those questions. Good evening to you Bishop Lang.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3519', '91c58774ab', '', 'Just need to know the rules. All of these problems started for some reason, I\'d like to know what to not do, and where to go and not go, other than that I am tip top love. OOC: I know all the rules and such OOC, just not in game, so that\'s why I asked. you dont actually have to answer and such. and about blood addiction and that stuff, i am also pretty clear. And if you are gonna corect the character right away, you can put the stat dot in stamina, and two in resillience. I talked to jim about it a while ago, but i dont know if ya\'s did anything with it. :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('848', '237930d0b2', '', '::bows:: Of course Prince Crane. I will call the Cardinal immeadiatly. Pleasent evening to you and may Longinus and God guide you well. ::She turns and leaves the room, her footsteps are light and accompanied by the click of her heels on the floor.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('850', 'a8891a2e9a', '', '*as saskia goes into the back* Uhhhh..sure *while saskia is in the back he surveys the bar till she comes back*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('853', 'ad624dab88', '', '[quote:ad624dab88=\"Druscilla Lang\"]::bows:: Of course Prince Crane. I will call the Cardinal immeadiatly. Pleasent evening to you and may Longinus and God guide you well. ::She turns and leaves the room, her footsteps are light and accompanied by the click of her heels on the floor.::[/quote:ad624dab88] After she has left the room Philip turns to the prince. \"God damn it another one in your domain. Not what I wanted to have to deal with right now. You know she\'s told her Cardinal about our plan. I don\'t like having more of them around then we have to while the new members are being made. For all we know, this is a spy.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('854', 'af1b7451e5', '', 'It could be, but how would it look if we refused hospitality to anyone at this point. If he is a spy then he would be let on to the fact that we know he is a spy and then maybee our enemy would change tactic and we would be unprepaired. If he\'s not a spy then we would look like the rabble that they say we are for turning kindred away for our own paranoid delusions. The preverbial rock and hard place. How do you think we should handle it?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3517', 'beb546a970', '', '[quote:beb546a970=\"Robyn Winters\"]::Robyn blinks at him again:: I suppose it should be some way that doesn\'t leave a traceable body or cause too much suspicion. I\'m afraid planning my own demise is going to be a lot more complicated than I thought. Fire maybe?[/quote:beb546a970] Jacob smiles. We\'ll see what we can work out with a car or something. (Smile) Know anyone you want to use of a body, or should we just find someone?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3518', 'c5b4506f47', '', 'Alright, Each of thr undead posess 3 gifts more commonly referred to as disciplines. The Gangrelhave the gifts of animalism, resilliance and protean. Animalism allows the user of the power to communicate and controle animals, those who are extremely versed in this power can even excite the beast that dwels in all of their kind and in our clan turning an individual into a frenzyd beast. Protean is by and far their best advantage, it allows them to smeld withn the earth grow claws capable of great damage, assume the form of any animal and even turn into a mist that an only be harmed by fire or sunlight. Resilliance is something that you could learn on your own, it allows the body to take far more punnishment than either a mortal or an undead could normally withstand, it even offers some protection from their own claws. Their weakness is that their minds become closer to the beast that dwells in their soul, if you frustrate one they become stupid, but as you well know an enraged animal is a dangerous one, but one that may fall to a well laid trap if you prepair properly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('857', '8c9381ab4c', '', '[quote:8c9381ab4c=\"Lawrence Crane\"]It could be, but how would it look if we refused hospitality to anyone at this point. If he is a spy then he would be let on to the fact that we know he is a spy and then maybee our enemy would change tactic and we would be unprepaired. If he\'s not a spy then we would look like the rabble that they say we are for turning kindred away for our own paranoid delusions. The preverbial rock and hard place. How do you think we should handle it?[/quote:8c9381ab4c] ::Philip sits.:: Well sir when he comes to ask to stay in your domain, I think we need to get as much information about him as we can. I\'ll use some of my contacts in other domains to see if he is telling the truth. If he\'s less then a few years old, we should put him under Druscilla\'s accounting for a time. As he will be a guest here. I also want the Harpy to give me a full report on any boons he may owe or be owed outside or even inside this domain. I think also, we need to give some little task to pull off while he\'s here. Something to keep him busy enough so he wont have as much time to go snoping around what we are doing.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('858', '68c2bde09d', '', '[quote:68c2bde09d=\"Druscilla Lang\"]::pats her on the back:: I know, I know Moira, but unfortunantly we can\'t bring them to us just yet, so we must go to them. Try a new perfume, maybe some make-up? :mrgreen:[/quote:68c2bde09d] Oh my God! They\'re all trapped in the Q-Bed wormhole.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('859', '43a54ea8a5', '', 'If he is of appropriate age then putting him under an accounting would be rude, especially if he has been released, even if it has been a recent release it may be taken as an insult by his sire that we don\'t trust his judgement. As for a task for him that sounds like a good idea although it woul;d have to be something that will grant him enough time to \"reflect on his damnation\" as was the original request. I also agree that finding out as much about him as we can is a good idea so I will leave that to you and the Harpy. Other than that the only thing we can do is wait and see what happens, and if he is a spy we just have to be carefull to give him enough disinformation to sound like the truth and keep our enemys off balance.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('860', 'a1e7d627dd', '', 'some of them have contacted me from the beyond useing the Q beds radio and said that they may materialise a bit late on gameday and at least one of them has made contact using the internet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3516', '9c4c70ad67', '', '::She lets him drink for a few moments, taking several swallows. When she pulls her wrist away she takes a step back and shakes it a little, the wound disappears quickly. She looks at him, her fangs down, her eyes almost distant.:: Any questions? OOC: I don\'t know how much you know about the requiem system but the vitae is like crazy mad tasty and addictive. Oh and of course you know your 1 stepped now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('863', '820c87b7e0', '', '::Hands him a drink.:: Here, try this. Good stuff from private stash. Make you smile.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('864', '009219c80f', '', '[quote:009219c80f=\"Lawrence Crane\"]If he is of appropriate age then putting him under an accounting would be rude, especially if he has been released, even if it has been a recent release it may be taken as an insult by his sire that we don\'t trust his judgement. As for a task for him that sounds like a good idea although it woul;d have to be something that will grant him enough time to \"reflect on his damnation\" as was the original request. I also agree that finding out as much about him as we can is a good idea so I will leave that to you and the Harpy. Other than that the only thing we can do is wait and see what happens, and if he is a spy we just have to be carefull to give him enough disinformation to sound like the truth and keep our enemys off balance.[/quote:009219c80f] Yes sir, oh but if it is damnation they are worried about. Perhaps we can use that. Perhaps he may learn that he is not damned while he is here. Dosen\'t it seem odd that they would send him to us to when they want him to understand damnation when that is the last thing we feel here?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('866', 'eea1c0067c', '', 'remember Philip thats not the way that they see it. They see us as a stain on their perfect world where the old and stagnent maintain the \"status quo\". They may be hoping that by looking at a place where we all have a voice will stimulate his desire for power that they can offer him. Either way we should do our best to remain civil until he proves that he is undeserving.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('867', '03d811dabe', 'Looking for work', '[i:03d811dabe]Tall, blond man with long goatee and long hair pulled back in a pony tail walks up to one of the bouncers on a slow evening (if there is one). Dressed in bike boots, dark gray jeans, black t-shirt and a leather vest.[/i:03d811dabe] Hey, you guys hiring?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4217', 'dcf1642d73', '', 'I saw that, and my first thought was \"Holy Shite\" I must admit there is some OOC goodness in there too.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4218', '26b579b3af', '', 'I think I really need to plot... Can Lynn Masters buy the building in Morristown?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4219', 'ce0931785f', 'Message to Mr. Miles', 'Mr. Miles if you would be so good to call me back. I would be quite happy.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('869', 'feec159820', '', 'I don\'t know if we need anyone myself but I can get you an application and the manager will be back tomorrow if you want to drop by and talk to him then, you got any experiance?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('870', 'c35a87bf81', '', '[quote:c35a87bf81=\"Lawrence Crane\"]remember Philip thats not the way that they see it. They see us as a stain on their perfect world where the old and stagnent maintain the \"status quo\". They may be hoping that by looking at a place where we all have a voice will stimulate his desire for power that they can offer him. Either way we should do our best to remain civil until he proves that he is undeserving.[/quote:c35a87bf81] Philip smerks, yeah I guess.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('871', '79a723d535', '', '::she is sitting on her usual watching bench and notices the man walk up to the bouncer and smiles, watching him::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('872', 'fbc8925f1f', '', 'Please Philip if you see a better way let me know because I enjoy being in this position just as little as you and if I thought there were a safer alternative I would gladly take it. But with the impending expansion I don\'t think we can afford to draw any undue attention to ourselves. The only other alternative would be to accellerate our own plans but that would bring on a whole set of differant problems if the young are not properly educated, and I would hate to prove Bishop Lang right about her concerns with possible deriliction of the sire duties.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('873', 'f328b2230f', '', 'Yeah, I\'ve worked up in Rockland and Orange Counties in various bars and nightclubs, handled the usual crowds. Pulled security detail at three bike rallies in Laconia, Ohio and Connecticut. Did a concert once as well. But majority of experience is scenes like this one. Never ran into a problem with anyone and I\'ve got a clean record. But sure, I\'ll drop by tomorrow. [i:f328b2230f]He turns to leave.[/i:f328b2230f] Oh, what\'s the dress code?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('874', '336c4fe235', '', 'We\'re pretty relaxed around her, for the summer we tend to try and go with tan pants and white shirts and in the winter when the outside part closes down we pretty much stick with blue jeans and black t-shirt. The managers name is Joe and he should be in by around 9 tomorrow.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('875', 'e3d0672d66', '', 'Great, thanks. Any other places you know of that might be hiring?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('876', '39fa986f6d', '', 'There\'s a ton of places around here and with the coledge starting up again quite a few of them start hireing but it depends on what kind of sceen your most into I guess.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('877', 'bf8ae5f2d3', '', '[i:bf8ae5f2d3]He looks down at himself, at his black boots and at his leather vest, looking back up with a smirk.[/i:bf8ae5f2d3] I\'m not into daycare or senior centers. :) Nah, pretty much anything with good music, friendly people and a good dollar to be had. I\'m not one for excessive bullshit or ass kissing but I mind my manners when I\'m around customers and treat them as they should be treated: like kings if they behave, like evictees if they don\'t. Other than that, I don\'t much care where I work.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('878', '4c39b1e71f', '', ':: looks around to see if anyone he knows is right by and then speaks quietly:: I\'m not supposed to endorse other places but there are a few bars like that on the other side of town, try the one called Ostrava, it\'s a russian place or something like that but I hear it\'s pretty nice.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('879', 'fc6658d8d9', '', 'Nice as in [i:fc6658d8d9]nice[/i:fc6658d8d9] or nice as in I gotta dress funny nice?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('880', '0460bb99b1', '', ':: Shrugs :: Dunno, never been there myself but I\'ve heard they have card tables and offer rides home to the ones that can\'t drive so it can\'t be all that bad, or dress funny nice.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('881', 'a23f166787', '', 'I\'ll check it out. Thanks. What\'s your name?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('882', '58cb9086d1', '', 'Tom :: offers his hand :: and you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('883', '1efb1e5272', '', '[i:1efb1e5272]Shakes[/i:1efb1e5272] Jón. (OOC: Pronounced Yon.)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('884', '6fbedf069e', '', 'Nice to meet you, and good luck with finding a job.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('885', '17d8cab6d7', '', 'Thanks. [i:17d8cab6d7]Leaves[/i:17d8cab6d7]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('886', '21d1f3024b', '', '*takes the drink from saskia and sips it* Hmmm, its different. I\'ve never had it before, what is it? *takes another sip then sets it down waiting for her answer*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('887', '4ed8c765b2', '', '::she watches him leave, a slight smirk on her face. When he is out of sight she returns to her people watching::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('888', '44e400015e', '', '::shrugs:: Is simple White Russian. This is with special vodka. Not shit in States. Stuff I have sent from home. ::smiles::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3515', '013b6d0061', '', ':: he moves toward her and takes her arm and looks at her :: As you wish :: He gets a smirk on his face (you know the one) :: :: He puts his mouth to her wrist and begins to drink :: ( OOC I am going to continue to drink until she makes me stop. so ya know )'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('890', '1ede5be978', 'Feeding.....', '::I still haven\'t figured out how she feeds all the time. I\'ll think of something.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('891', 'c5af2c49fd', '', 'Don\'t worry you still have 2 days to figure it out before I get the itch to screw someone for feeding. :twisted:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('892', 'afa3f5f548', '', 'Jerk, if you didn\'t hump so well I might kick you out of the house. :smt098'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('894', '705c472c61', '', 'we all have our strengths.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('895', 'f39b3ab206', '', '[quote:f39b3ab206=\"Lawrence Crane\"]Please Philip if you see a better way let me know because I enjoy being in this position just as little as you and if I thought there were a safer alternative I would gladly take it. But with the impending expansion I don\'t think we can afford to draw any undue attention to ourselves. The only other alternative would be to accellerate our own plans but that would bring on a whole set of differant problems if the young are not properly educated, and I would hate to prove Bishop Lang right about her concerns with possible deriliction of the sire duties.[/quote:f39b3ab206] I\'ll take care of everything Lawrence. Leave it to me for now Sir.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('897', 'b514e28299', '', 'Thank you Philip, if it wasn\'t for your help I would be hard pressed to accopmplish anything accept mindless squabbling with the others.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('898', '9afc21ec7c', 'Thursday, Sep. 1st', '::A phone call to Moira.:: Moira, could you come to my office when you get a chance. Dru.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('899', 'ca63914cc0', '', '[quote:ca63914cc0=\"Lawrence Crane\"]Thank you Philip, if it wasn\'t for your help I would be hard pressed to accopmplish anything accept mindless squabbling with the others.[/quote:ca63914cc0] Thank you. By the way. Someone has been hacking into my bank account sir. I\'ve got some people looking into it. It\'s all money out of my company, nothing that can come back on us, but who ever has been doing it is damn good. I was thinking I\'d like to set up a trap, but only have one person I could contact and he\'s a hacker. I don\'t always trust hackers. Do you know anyone who could help?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('900', 'f7d3778764', '', 'I\'ll look into it and see if I can help, what do you plan to do with this individual if you catch them?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('901', '8daa3e3b78', '', '[quote:8daa3e3b78=\"Lawrence Crane\"]I\'ll look into it and see if I can help, what do you plan to do with this individual if you catch them?[/quote:8daa3e3b78] I haven\'t decided yet. If he\'s as good as my contacts think he is. He might make an interesting ghoul to keep around. Other wise I have some friends up in Seacaucus that might be able to take care of him for me.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('902', '685225e105', '', 'if you need we could use some of my assets as bait, if you can get an idea as to who it is just drop a line about a wealthy investor and see if they bite.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('903', 'c2413b010d', '', '[quote:c2413b010d=\"Lawrence Crane\"]if you need we could use some of my assets as bait, if you can get an idea as to who it is just drop a line about a wealthy investor and see if they bite.[/quote:c2413b010d] There\'s a young man on or list that said something to me the other night. He didn\'t seem to have the MO for this kind of job, but I wouldn\'t be serprised if he\'s in on it. I have to go sir. Oh, by the way, I\'m looking into buying the building that coffe shop is in. To keep tabs on our young up and commer.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('904', '513825b5c7', 'Re: Feeding sceens', '[quote:513825b5c7=\"The Judge\"]Hey for all you vampires out there (especially the ones with kids now :smt011 ) Ineed you to send me the monthly feeding sceen. All I need for it is for you to narrate your own feeding sceen so that I know how you go about feeding, wether it be from a herd or if you like to hunt for your food, if you have recently sired I need to know how you are teaching your childe to hunt and then they to must send me a sceen unless you won\'t let them hunt alone. Either way I need to know how people are eating this month, you can PM me or just post it on your haven board. Thanks, The Judge[/quote:513825b5c7] You\'ll find my feeding sceens in my havens.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3514', '1292d1c1ff', '', 'You are correct, but words are our weapons. And sometimes you have to make nice. Being polite and non-egotistcal will get you farther than riding into another domain and treating those there like shit. And you let your senses deceive you. What a crowd feels and what an individual feels are two different things. As for your friend. You WILL take care of him. The affairs of mortals and the affairs of Kindred should not cross often. And we are gifted individuals when it comes to accidents. You are young yet and will come to learn this fine art. Mafia My informant remains unknown. It is NOT for you to know. And I would suggest you watch your tongue.Your attitude within my chambers has proven to me that you have stepped way outside the lines of decorum. In fact I seem to recall that in the report I received you attempted to leave Court without being excused. In fact you tried to leave court in the middle of a conversation with the Prince. Tell me Mr. Abuzzesi. What would you do if you were Prince of that Domain and someone disrespected you in such a matter?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('906', '4bfe55af86', '', '[quote:4bfe55af86=\"Saskia Tolan\"][quote:4bfe55af86=\"Tom Smith\"]*looking a bit confused* Well, i have the money for the TV its just the wait thats a bitch. Like being at the end of a long ass line you just want it now. Then their is also the concern about what happens if i have another power surge. *sighs* Life sucks. *takes another swig of beer*[/quote:4bfe55af86] ::Chuckles::: Dah, sometimes life suck. ::Looks at Jacob.:: Right Jacob? ::To Tom:: But power surges, they only suck if you don\'t have right things to protect you. You get one of those plug things, the big ones...fuck...what they called.... ::she waits::[/quote:4bfe55af86] waits a moment as people are talking then chimes in. \"Dah sweet heart.\" He looks over at Tom. \"Sorry son, God hates you is all.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('908', '8c20d5e2fc', '', '*look towards jacob* Uhh, i guess he does. Lets hope i don\'t end up on his shit list again anytime soon.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('909', 'b421138c6e', '', 'sweet'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('910', '47e3d8b982', '', 'By all means do whatever you think is nescessary.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('911', 'e22ffcc9a1', '', '[quote:e22ffcc9a1=\"Tom Smith\"]*look towards jacob* Uhh, i guess he does. Lets hope i don\'t end up on his shit list again anytime soon.[/quote:e22ffcc9a1] Jacob takes a sip and smiles at Tom. \"Hum, well if he dose, do your self a favor. Hate him back.\" ::Smile:: \"Who da hell dose he think he is anyway?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('913', '9ba0ac20e9', 'back from elswhere', 'Robyn enters the shop for the first time in quite a while. She smiles at Lydia behind the counter who gives her a look that says \"it\'s about time!\" A few regulars greet her and ask where she\'s been. She explains that there was a family emergency and then a planned vaccation. As a result she was only home for a few days in early August and then back on the road. \"I\'m just glad to be home\" is all she says when pressed for details. She goes behind the counter and makes herself a double latte with a couple shots of hazelnut. Then gets a pint of vanilla ice cream out of the bag she brought with her and liberally covers it with cinnamon. She sits at her favorite table (with a view of the whole room and one of the windows) and starts on her snack.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('915', 'b13dca2193', '', '::Druscilla walks in very slowly, just letting her eyes wander the room. Her hair is pulled back from her eyes by a clip the two small strands allow the rest of her hair to frame her face. She is wearing a simple black shirt that has a slightly V\'d front and a pair of dark read slacks. A simple silver cross hangs from her neck. She is carrying the book she purchased while there the other day. She goes to the counter and purchases a tea and holds it in her right hand as she walks across the room. When she sees Robyn she greats her and shifts the cup to her other hand and offers the empty one in greeting to shake Robyn\'s.:: Robyn, its so good to see you here. I was worried there was a problem or you had sold the shop and not told anyone.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('916', 'b6c7929c64', '', 'Im guessing he thinks he\'s got, though a bad one at that. *he turns away from jacob and toward saskia* Once again saskia it\'s been fun but i really have to jet. *he leaves a 20 and walks out*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('917', '2e47075ddc', 'Sunday Night Sep. 4th', '::Dru calls Moira and asks her to meet her in her chambers. When Moira knocks on the door there is a short answer.:: Yes, you can enter. ::Druscilla\'s desk is clean except for her bible. She waits for Moira to sit.:: Moira, we have a couple of things we need to discuss. I want to inform you first that a new covenenat meeber will be joining us shortly. His name is Johnathan Miles. He is a recently converted member and Cardinal Drake is sending him to our quiet domain to contemplate his Damnation and look to us for guidance. He is not to be bothered and I will be sure to inform him that your room is off limits. The next thing we need to discuss is David and his confinement here. Have you been speaking with him at all? How is he progressing and has he made a decission yet?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('918', '4612d5667e', 'Sunday the 4th', '::Saskia arrives at the haven about 30 minutes after sunset. She walks in and finds Nicholas. She sits on the couch and puts her feet on the coffee table.:: Nichola, you did good the other night. Don\'t worry about your gun. I talk to the Seneschal to see what I can do for you. You were smart in the alley, kept your cool and got me out of way when you saw potential Masquerade breach. You do well. Is good thing. Trust me...Seneschal and Prince will hear about it, probably from Harpy and that will be good for you. I think in a few nights you and I should go to woods and I train you. I notice other night at bar you throw cop out of way. I not be so worried if cop not so big. You very hungry after fight in alley too. All this means you using your blood well, but not controlling it. I need to teach you this, and teach you how to ride frenzy to make it work for you. ::Her phone rings and she answers it.:: Dah.....evening. ::She nods to the voice on the phone and starts drumming her fingers, as they move her nails slowly start to grow and eventually she is making tears in the couch.:: Dah, no problem Seneschal. ::She hangs up, puts away the phone and stalks to the wall. She hits it and it crumbles. When she speaks it is slow and aggitated sounding.:: Ostrava...closed....till Seneschal say different....come.... Hungry....feed. ::She begins to walk upstairs.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('919', '70b857e7f5', 'The Next Night', 'One day has gone by since David\'s confinement. Food sits in one corner of the floor but is untouched. David cowers in another corner, his position mostly unchanged from the night before. His eyes dart around the room, wild, waiting for the blow.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('920', '384fe35bba', 'Discussion', ':: He sits at his desk going over notes and papers waiting for Philip to arrive. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('921', 'a6551a618d', 'Description of room', 'The room is dark. There is a metal bed. No windows. A metal table with a lamp, a bible, and a small tape player with various religious music sits near the bed. There is a crucifix above the door. The bed is very comfortable with pillows and a warm blanket. The floor is carpeted and there is an additional chair in the corner near the door. There is a small window in the door, bars are in it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('922', '49de61f2e5', '', '::The tall woman in black appears at the window for a moment. Looking in, sShe makes the sign of the cross over the window and mutters in a different language. She watches David for several minutes, unmoving, not even blinking, then leaves.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('923', 'added50451', 'After the cluster....', '::Druscilla walks to the front of the church and kneels before the alter. She crosses herself and bows her head. As she prays her fingers are gliding over a rosery and her lips are moving sighlently. There is an uneasiness to her form as she is still aside from her hands and lips. She remains like this for several hours.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('924', 'fa0dad56e1', '', ':: When Philip does arrive he stops what he is doing, as soon as the door closes he looks up to Philip :: It could have been worse at least.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('925', 'd72a8c9fcd', '', 'As the sun rises, David\'s eyes reluctantly close. Having been up since he was confined, fatigue finally takes hold. He sleeps deeply, snoring loudly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('926', '4f0b6dd370', '', '[quote:4f0b6dd370=\"Lawrence Crane\"]:: When Philip does arrive he stops what he is doing, as soon as the door closes he looks up to Philip :: It could have been worse at least.[/quote:4f0b6dd370] Philip is back in one of his dark suits when he walks in and stands by a chair. \"I don\'t see how your magisty. I was gone for a few hours. We can\'t watch them every moment of every night.\" He waits for the prince to show that he can sit, and he dose. \"Sir, I\'ve shot down Ostrova. Too much went on there. But I have an Idea how we can make this work out in the case of hunters.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('927', '7764109d5f', '', 'I have not yet had a chance to speak with David. But I will do so once we are done speaking. ::she pauses for a moment:: Why is the new member not to be bother? Will he be interacting with us at all? ::she seems slightly confused::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('928', 'f4868f9ac1', '', ':: Loks at Philip :: Please we are alone you know you need not ask to sit. What is your idea as far as the hunters go.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('929', '67c27f7e6e', '', '[quote:67c27f7e6e=\"Lawrence Crane\"]:: Loks at Philip :: Please we are alone you know you need not ask to sit. What is your idea as far as the hunters go.[/quote:67c27f7e6e] Charles. We are going to ghoul him. I want him on the street tomorrow telling everyone he sees that some big mother fuckers with odd wepons were chasing him all over the place. Trying to kill him with stakes in the heart. I want, that because he works at night these guys thought he was a monster or something. The most importent part is to have him out on the street by tomorrow morrning saying what we want him to say.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('930', '6c42cce58c', '', '::Shortly after sunset, there is a knock at the door:: David are ye awake?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('931', 'a28448298a', '', '((OOC: I explained it differently))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('932', '1bb279a85f', '', 'You don\'t think that if we go with a \"monster hunt\" story it would just bring attention to any hunters in the area that something may be amiss in the area? And what about Jacob, he was possibly interested in this individual, if he lays claim to him we should discuss this action with him as well seeing as it may be his future childe we are using.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('933', 'a66bf0b688', '', '[quote:a66bf0b688=\"Moira Kelly\"]I have not yet had a chance to speak with David. But I will do so once we are done speaking. ::she pauses for a moment:: Why is the new member not to be bother? Will he be interacting with us at all? ::she seems slightly confused::[/quote:a66bf0b688] Oh, no he will be interacting as a member of the domain, I was simply told that he is to have a place to contemplate his Damnation. If he seeks guidance from us then he is more than welcome to do so.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('934', 'c50c926d9e', '', 'Oh, okay. Change it then that\'s cool. Just no windows as the way the place is layed out its underground. Sorry. My bad.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('935', '064d2e9ee2', '', 'There is a break in the snoring. David sits up and looks around. He gets up and slowly lowers himself onto the bed. The bed groans but holds. \"Hello? Who\'s there?\", David asks quietly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('936', '44e0df367d', '', '[quote:44e0df367d=\"Lawrence Crane\"]You don\'t think that if we go with a \"monster hunt\" story it would just bring attention to any hunters in the area that something may be amiss in the area? And what about Jacob, he was possibly interested in this individual, if he lays claim to him we should discuss this action with him as well seeing as it may be his future childe we are using.[/quote:44e0df367d] Well he wouldn\'t have to say that. I\'m just saying we put him on the sceen with our story. And as for Jacob, he can ghoul him if he likes. If not, I\'m sure you can find a better Mecket then him to do it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('937', '8df3d85b4e', '', 'And who would you suggest, Druscilla?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('938', '923b4d254d', '', '[quote:923b4d254d=\"Lawrence Crane\"]And who would you suggest, Druscilla?[/quote:923b4d254d] Anyone but Jacob. Anyway, I don\'t see it as a problem. We just tell Jacob that as a possible threat to the Domain, this kidd needs to be ghould for a while so he can but some things right in the daylight. Then he can have em. What the hell\'s wrong with that. If he isn\'t happy with that, then yeah, Dru.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('939', 'c4642711ee', '', 'Ok, lets find out exactly what the kid did and see if we can have him set it right.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('940', '6486622000', '', '::OOC:: I would like to hear what happened to Joel. I had to leave the game, I was still there:: ::Nick waits until later that evening:: Alright, training is all well and good. That whole using frenzy thing seems cool and I\'ll be a good bitch and learn it :smt002 . But it\'s like this, I need to get out every once and a while. I am getting sick of these walls. You can\'t keep a Raptor in a cage, didn\'t you see Jurassic Park? Anyways I don\'t need no babysitter neither, I\'ll behave and I\'ll come back before sunrise. I just wanna drive, I miss my baby, the night wind through my hair. comeon, whatta say?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('941', '595ee5f2c7', '', '::OOC Joel got claimed by Shannon\'s character, a Lancea Sanctum member. When the Prince asked for her to do the embrace publicly Druscilla flipped and demanded that their beliefs and rites be followed. Basically he is still human and is being given the choice to die or be embraced as is their ways. Then Mark (Mags) got an attitude because he didn\'t think it was fair that he didn\'t get a choice. When Druscilla tried to explain it to him he said, and I quote... Druscilla: Moira will go through pain and trama that you can\'t even begin to understand. Mark: (raises hand) um...hey lady... I just went through an embrace too I think I understand what pain it. Druscilla: (dumbfounded look) Whelp! (drops obfuscate and scares the piss out of Mark) funniness then ensued!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('942', '30ccf1c190', '', '[quote:30ccf1c190=\"Nicholas Raptoni\"]::OOC:: I would like to hear what happened to Joel. I had to leave the game, I was still there:: ::Nick waits until later that evening:: Alright, training is all well and good. That whole using frenzy thing seems cool and I\'ll be a good bitch and learn it :smt002 . But it\'s like this, I need to get out every once and a while. I am getting sick of these walls. You can\'t keep a Raptor in a cage, didn\'t you see Jurassic Park? Anyways I don\'t need no babysitter neither, I\'ll behave and I\'ll come back before sunrise. I just wanna drive, I miss my baby, the night wind through my hair. comeon, whatta say?[/quote:30ccf1c190] ::Leans against a tree and stares at him for a moment. She pulls his keys out of her pocket.:: I not your babysitter and you not my bitch. Stop saying that, it annoying. ::Tosses the keys to him.:: I have car cleaned, waxed, new tires put on it. ::smiles:: I know what a good car means. Stay out of camera\'s and mirrors, don\'t break Masquerade. Don\'t go fuckin\' around. Seneschal make law noone feed from drunks in public, so don\'t. You do fuck up...call me.... ::tosses him a cellphone, a cheap prepayed one:: My number in list. Not traceable phone. Don\'t ::she waves her finger at him:: try to fix things on your own. Start thinking about how you want to fake your death too. You go six months, year, maybe two before we need to but think about it. Don\'t fight, you use too much blood in fights. You think training we need to do is bullshit. It not. You use too much blood, you get hungry, you frenzy we have big problems. Don\'t get arrested. Run if cops after you.... getting arrested big problem for me to clean up. ::She pushes off the tree and starts walking away but turns and looks at him again:: Nichola, do me favor...don\'t make me hunt you down. Seneschal will want you killed. I don\'t want to kill you. I meet you at Annabelle\'s later. Have fun Nichola, enjoy the night. ::She looks at the sky for a moment:: You got about 5 hours before sunrise. Any questions?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('943', 'f00fee1b87', '', 'Moira. ::she responds:: Can I come in?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('944', '49350072ee', '', '::she nods in understanding:: Ah. W When are we to be expecting his arrival?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('945', '9f1a01112a', '', 'David raises himself off the bed and walks to the door. While approaching the door, he stops and shivers slightly. He takes a step back and peers through the small window in the door. His facial features sink slightly. \"Come on in, just don\'t do anymore strange stuff, ok.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('946', '69c2741626', '', 'Within the next couple weeks, probably by mid month or so.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('947', '813b2a19e6', 'Sunday September 4', 'Early Sunday morning, on September 4th, a shot was reported being fired in the northside alleyway behind the local bar Ostrava. Police reperts state that there was a disturbance in the alley at about 12:30. Upon arriving at the scene and questioning witnesses the police discoverd that one shot was heard from the alley and three individuals were seen running from the alley a short time after. After investigating the scene police found no evedence of gunfire and no injuries. Local hospitals reported no gunshot wounds had been treated that night or the following day. Tom Wilson, a bouncer for the Ostrava sais that the bar will be closed untill further notice so that new security precautions can be added. \"We don\'t want people to think that Ostrava is the kind of place where their not safe.\" said Wilson. He continud to state that the establishment was in full cooperation with the police in the investigation. The new security will consist of more people to work the door as well as a survailance system that will cover the inside and outside property of the bar, that along with additional lighting in and around the parking lot and alleys should at least detere further incidents. The police will continue the investigation and have no leads as of yet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('948', '53217ba0a1', '', '::Druscilla walks down the hall. She nods to Moira and pauses.:: Evening Moira. Good luck. ::she signs the cross over her:: May God and Longinus lead you. ::She turns and looks in the window of the room her eyes locking on David\'s for a moment.:: David. ::nods:: ((OOC: Jim did something so I am changing it a little))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('949', 'ba0d0aea37', '', '::She watches him another moment.:: It\'s meant to hold us back, you won\'t have any luck with it. ::She then turns and begins to walk down the halls.:: ((OOC: Check your PM\'s Joel.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('950', '27dd899ec4', '', 'Yes sir.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('951', '29ace57563', 'Announcement: Meeting', 'To all members of the Domain: I will see EVERYONE this evening for a meeting of what happened. This is not a blaming session, however I will expect people to come prepaid to explain everything that happened, and how they are going to help make it right. Seneschal Philip Duke'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('952', '2210ac0fe1', '', 'Supposedly he sent out text messages but that could very easily be put off as drugs if we catch it in time. So at least we have something to go on, my resources are tied up right now so i think we should dellegate the rest of the tasks accordingly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('953', '64fc170999', '', 'OOC: Gerry, just let me know if he shows up at the house before sunrise. :smt004'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('954', 'd3edcd8090', '', '::she nods to Druscilla and enters the room David is in:: Do ya need anything David? ::she closes the door behind her and stands still in the middle of the room::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('955', '503446d517', '', '::she nods:: Understood. Is there anything else ye need of me?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('956', 'e04a17b55b', '', 'Yes Moira, We need to talk about what happened at Ostrava the other night. With Saskia and her pup. Tell me what happened.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('957', '1640271d9c', '', '[quote:1640271d9c=\"Lawrence Crane\"]Supposedly he sent out text messages but that could very easily be put off as drugs if we catch it in time. So at least we have something to go on, my resources are tied up right now so i think we should dellegate the rest of the tasks accordingly.[/quote:1640271d9c] Yes sir, what I was thinking is Jacob can give him one blood bond so he can go out and be seen in public to make things right. If he dose a good job, he gets made. I also think if people are going to keep getting together at Sus\'s place we should make it an Elysium.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('958', 'a8875239f3', '', 'What if he becomes addicted? As for making Saskias place an elyssium I like it, it will make sure people will act correctly while there, however the master of elyssium will thn have full access to Saskias entire establishment, and I gave her thjat place as part payment for her comming to the states, perhaps maybe give her domain in that place. Barring destruction of course. But then again this whole thing is in a round about way her fault. Had she just left the mortal to his beeting this may not have happend. so perhaps making her place an elyssium is the best thing to do at this point. but only if the cover up is sucsessfulotherwise we may have to close the place permanantly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('959', '09c8590514', '', ':;she looks at her oddly:: I have told you what happened. ::she says quietly::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('960', 'dbd91fef21', '', '::she arrive at the meeting, dressed impecably. She has a gold cross around her next, and her rosaries in her hand. She nods to the present respectfully and takes a seat at the back of the room::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('961', 'a4908e8c0d', '', '::Her voice lowers to an aggitated sound:: Yes, Moira..... Perhaps my question wasn\'t clear... I don\'t deny that I told you I would be doing the same.... and I did later with the Harpy\'s whelp. What I want to know is... ::She leans forward:: Why did you choose a public place like Ostrava to carry out that lesson?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('962', '0ba73d87ab', '', 'As Moira enters the room, David backs slowly away. He waves toward the chair as he gingerly sits on the bed. \"I could use some fresh food. The food in the corner is stale and I am hungry. But I assume the real reason you are here is to talk to me. Hopefully you will tell me what is going on.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('963', 'ad73fc1d43', '', '[quote:ad73fc1d43=\"Lawrence Crane\"]What if he becomes addicted? As for making Saskias place an elyssium I like it, it will make sure people will act correctly while there, however the master of elyssium will thn have full access to Saskias entire establishment, and I gave her thjat place as part payment for her comming to the states, perhaps maybe give her domain in that place. Barring destruction of course. But then again this whole thing is in a round about way her fault. Had she just left the mortal to his beeting this may not have happend. so perhaps making her place an elyssium is the best thing to do at this point. but only if the cover up is sucsessfulotherwise we may have to close the place permanantly.[/quote:ad73fc1d43] I hadn\'t thought of the addiction sir. I can\'t say I really care. I\'m only concerend with the safty of this domain. As for Sus, I\'ll call a meeting and make sure everyone knows that they will be making up for what happend.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('964', 'a690c1a876', 'Re: Announcement: Meeting', '[quote:a690c1a876=\"Philip\"]To all members of the Domain: I will see EVERYONE this evening for a meeting of what happened. This is not a blaming session, however I will expect people to come prepaid to explain everything that happened, and how they are going to help make it right. Seneschal Philip Duke[/quote:a690c1a876] When people get there, the Seneschal has not gotten there yet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('965', '6c0cb99a32', '', '::Druscilla walks into the court silently. She is wearing a dark grey skirt that has a small train which drags on the ground. She is also wearing a deep maroon shirt that shows half of her back and comes to a V in the front. Her necklace has a large silver cross hanging from it and her hair is swept up loosely a few strands hang. Her right hand carries her bible and her left holds a rosary that is hanging from her wrist. Around her waist is a belt that matches the Rosary and hangs to mid thigh on her right leg. She moves to the front of the room and bows to the officers there. She finds her usual spot around the table where less light reaches. The minimal light casts odd shadows on her white skin and around her body. They appear to almost be reaching for her, as if they are trying to pull her away from the table. Her features are emotionless and she sits silently in the room.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('966', '4be7724259', '', 'Jacob walks in. He has on a pair of black jeans, a black tee shirt and a bright red short sleeve shirt, as well as the funky black sneakers he likes. Around his neck is a odd 6 pointed star with a rose in the center. He slides in and sits down winking at the ladies as he enters.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('967', '17034c80a5', '', 'If he becomes addicted he will become something that we should fear, especially if his thirst then moves to the amaranth. If he becomes addicted he will become a threat to us if embraced.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('968', '2c854530b2', '', '::she nods and pulls out her phone and dials:: Yes some fresh food. Yes, thank you. ::she puts her phone away:: Someone will be right down. I am sorry about that. And yes I am here to try to tell you what is going on. Perhaps you have some questions to ask first, it may help guide this to best suit your needs.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('969', 'f76c0062cd', 'A invitation', 'Fellow members of the domain. Mass will be held next Wednesday September14th. I invite all to attend, including our newest members. Bishop Lang'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('970', '83d0777746', '', '::her eyes widened and she shakes her head:: I don\'t know why. I wish I did. It was a concious decision, but I don\'t know why I did it. ::she regresses slightly withdrawing inwardly::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('971', '9203e20f15', '', 'After a few moments Jacob turns to the others in the room. \"So what\'s up, are the big guys showing up tonight or what?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('972', 'b470902cf2', '', '\"What is with all the crosses and God? Are you some sort of cult? And where am I anyway?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('973', '00d72c5e55', '', 'Moira... ::obviously more angry:: \"I don\'t know\" is not an answer that the Prince or the Seneschal will accept. It is not an answer that I accept either. Mess with the whelps all you want, I don\'t care. Practice your rituals on them for all I care, don\'t get caught though unless you are willing to deal with their sires on the matter. But Moira....... The MASQUERADE!!! Do you even know how this makes yourself and the Lancea Sanctum look in the eyes of the domain??!!! We have enough whelps running around to draw hunters in here themselves, and you.... a prominent member of our covenant choose to almost breach Masquerade for a whelp??!!! ::She is now standing behind her desk, having risen to her feet in a very slow but angered move at some point. If younger perhaps she would have shot upright in her fury, but her obvious age slows all her movements somewhat. Her hands in fists knuckles rest on the table top.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('974', '2885d2b05c', '', '[quote:2885d2b05c=\"Lawrence Crane\"]If he becomes addicted he will become something that we should fear, especially if his thirst then moves to the amaranth. If he becomes addicted he will become a threat to us if embraced.[/quote:2885d2b05c] So what to do Lawrence? We can\'t just put him on the street. If we make him and people only see him at night what then?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('975', '189bbbddc3', '', '::who knows where this comes from her reaction, perhaps a reaction to Dru, perhaps out of her own stupidity, perhaps for reason only she knows and understands:: I don\'t know bishop is the best answer that came quietly and without reserve. ::her voice raising slightly, the fingers of her left hand tightly grip the roasries in her hand:: Why is because this domain is full of fools. And they make a mockery or us and care not for what we believe. The expect me to embrace. They expect me to choose. What in the name of God and Longinus do people think? That I could willingly and open mindly look for someone to damn as well? ::the fire of the damned dances in her blue eyes:: Because people drag me out, make me pretend to be what I am not. I watch mortal flinch from me, look at me in disgust, clear out rooms. And yet people MAKE and EXPECT me to be like every one else. ::she snarls:: Espcially Saskia who does not listen. Who I have acted as rashly as. And no punishment and personal reconcialliation will EVER allow me to forget how I forgot all decorum and acted like that fool. And I must say that there was NO formal intoduction of those [i:189bbbddc3]children[/i:189bbbddc3] ::she sneers:: to only our world. Where is the decorum that this domain once had? Why in the great Heavens have we allowed whelps to destroy that? Why have we allowed the affairs of Mortals ::she says with disgust:: threaten the very fabric of existance. We hold two Mortals in a home? ::she looks at Dru mortified:: They know things? They know that we exist. And now both are condemned to death in one form or another. I weep for them. For their sensless death. The police officer was doing his job and his end comes far more quickly for him then it might have because we are not afaid of the weapon that he carried. And Charles is a fool who caused other of our kind to be in a fight. Which wasn\'t tidy I hear and several of the attackers made off unharmed. The Masqurade is at risk because of that as well. Mortals were involved. ::she stops suddenly, the fire of anger not leaving her eyes:: I accept any punishment you have for me and await further orders. ::she closes her mouth and stands motionless, left hand still clenching her rosary, but there is no movement from any part of her body. She is unafaid of what is to come and her eyes say so::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('976', '8a7d01d234', '', '::she smiles:: The crosses and God are just that. We believe in God. We\'re not a cult. Perhaps more of a subset of Catholisism. I am a born, raised and practicing Irish Catholic. While other that exist here are of other Christian backgrounds. You are on holy ground. Beneth a church. The home of those loyal to God an Longinus.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('977', '3f5eb3bdaa', '', '((OOC: I am going to hold off on answering anything right now until a scene is done. I have to see how it pans out before I do anything more))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('978', '3321999c75', 'Goings Ons in the Other Domain', '::Vincent calls his seneschal into his office. She appears quickly and closes and locks the door behind her. and waits to be addressed:: He throws a paper onto the table. There seems to be some interesting activity in the papers coming from the morristown area. I\'ve been watching the papers closely for a while now of the stories coming out of there and it has been quiet save for the last two months where more odd acts of violance have been poking up. I know Mister Miles is due there shortly. Please instruct him that I would like to know if this has anything to do with [i:3321999c75]us[/i:3321999c75]. ::he raises a brow and flips the paper around so the seneschal can see it. It is the article about Saskia\'s bar.:: ((OOC: Let me know if this isn\'t a logical leap. I would think that he would be watching this domain like a hawk, since he is interested in it and one of his guys disappeared there.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('979', '05eb8872c0', '', 'It is a very good leap since you asked it to be investigated rather than assumed., I will pass the message. Oh wait it\'s still me for now, oh well message received.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('980', '8c2e468e7c', '', '\"Ok. And who is Longinus? What if I don\'t want to be loyal to God? Or Longinus? And just what is a \'vampire\'? Is it like Dracula?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('981', '53873193d9', '', 'Longinus. ::she stops:: Is hard to explain. And you don\'t have to be loyal to God. There are many other paths you could take. The only thing certain is that if you choose the path of the vampire you will the type that I am. But how it would manifest itself in you I do not know. As for Dracula. ::she smiles:: We are and we aren\'t like him. We do not multiply by a mere bit. There would be to many of us if that were true. We are not necessarily repelled by crosses, running water, garlic and the like that myth would have you believe. We cannot live in the light. We must live off blood to sustaine ourselves. It replaces eating hamburgers and salads and everything else. And if we are safe and careful we do have the ability to live forever.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('982', '6df228f132', '', 'When does our new Mister Miles show up?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('983', 'ef7492d6f0', '', 'No nothing major. Some family things that came up unexpectedly and then a vaccation that had been planned. I was home for a little while but had to leave again a few days later. I\'m very lucky to have such a great staff. It made it much easier! *she smiles warmly* I\'m just glad to be home.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('984', '5cf7a32c87', '', '::Ramier arrives and walks garcefully to his ussual place at the table. He gives a small nod to those in the room and then takes his seat.:: \"Good evening\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('985', 'edd95f589c', '', 'bout a week or two.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('986', 'b543b20cc0', '', '::Druscilla waits for Moira to finish her rant. Her fists are still on the top of her desk and her eyes are showing fire like Moira, but not of anger, more of passion, the look she often gets in front of her congregation.:: Of course Saskia doesn\'t understand. She is crass and unguided spiritually! Her blood tells her to hit things, to live in the woods as a dog rather than among the Kine who need God\'s punishment. She could never contemplate the degree of your Damnation and the curse you bare. Just as you, could never contemplate mine. I have no answer for you as to the decorum of this domain... I am appalled that I have yet to meet Saskia\'s whelp. Over a month now and he has not been introduced to us formally. Moira, [b:b543b20cc0][i:b543b20cc0]I do [/i:b543b20cc0][/b:b543b20cc0] understand your anger and feelings of betrayel. The Seneschal, mocks ME in his office, wondering where MY senses have gone, tradition will be followed and the Sire will be responsible. ::she scuffs out the word:: ::She slams her fist on the table, anger rising behind the passion. The lamp near the edge shakes, dangerously close to falling.:: Traditions have been breaking since this idea was formulated!! ::She reaches in her desk and pulls out a small book, Moira recognizes it immediately, [i:b543b20cc0]The Testaments of Longinus.[/i:b543b20cc0] Without looking down her fingers flip through the pages, knowing the old path. When it is open Druscilla spins it to face Moira.:: Yes, ::her voice raising again, confidence behind it:: we have two kine within these walls. Would you rather they be in the hands of others? The Heratics ::the word hisses:: if the Circle or the Ordo?? What Moira? The do-gooders of the Carthians? Those so obsessed with voting and freedom that they can not see the walls crumbling before them? ::Dru growls slightly, long and deep from within.:: And those….fools….::her head tilts to the side slightly as if concentrating on the words:: are creating upset among our own. Mocking us and making us argue because of our faith. ::She pauses a moment.:: Moira, my concern is this…. ::Her finger taps the book and she glances down for a moment.:: The Second Cannon of Longinus, that which speaks of the Masquerade. ::She locks her eyes on Moira. Her voice firm.:: I MUST present the domain with some offering that you have been you have been punished for your near transgress. As such the Sheriff will, tomorrow evening, carve the Second Cannon into the flesh of your back. ::She searches Moira for a second.:: OOC: Comp. Please Shan. Moira, I have always tried to be a just leader among my flock. Attempted to evade the hypocrisy I see among even the most respected elders of our covenant, things Moira, that would make you shutter at the absurdities if you knew of them. Because of this, and because of my personal belief and Faith in this existence as a Damned, you will NOT be punished alone. ::Her fingers do their dance and she taps them again on the book.:: After your punishment is complete you will bear witness to mine. The Sheriff shall do the same to me with the Ninth Cannon. The Recognition of wisdom within our ranks. I let the other sway you and I who know you are not best suited for activities among mortals outside these walls. This will aid to refresh my memory that as the Bishop those under me seek guidance and I must NEVER forget that…. As I have been as of late. Just as your’s will suit to remind you that while educating your childe the Masquerade is vital regardless of the situation. ::Her eyes are lit with the passion of what she speaks. Her belief in it all is unquestionable.:: Moira, I apologize for my lack of guidance and forethought due to my faults as a Damned. I will contact the Sheriff regarding the punishments. These punishments will be held until after the next court meeting, which, knowing the Seneschal, will probably be soon. His paranoia increasing. Now Moira, unless you have other questions, go to the Chapel and pray. Contemplate your Damnation and your pity for the kine that live out their final days within our blessed walls. Consider the steps you will take with your childe to show the heretics among us that the Lancea Sanctum is and always will be righteous and strong. Leave me to contemplate my own and discover a way to reconnect the Damned of this Covenant, that for so many years has held strong. Times of trial are upon us and we must prepare. ::She doesn\'t move to push Moira out. Obvious that the conversation can continue.:: OOC: The actual punishments would take place prior to the meeting in progress. I think Jim may want to actually run them. The Sheriff is Sanctum too just if you were wondering. I’ll talk to him again an see if he wants to get together and run it maybe online tonight or this weekend. Let me know what you want to do. OOC PS: I love Dru!! She is so much fun. Are you having fun with Moira?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('987', 'acf7f0b13a', '', 'OOC: These are the two cannons. In the LS book they aren\'t actually written out they are more explained in mechanics so I created short little phrases. 2nd - For it is the unwanted fear and hatred of the Damned, by the Kine, that we hunt from the shadows. God himself bestowed upon us the weaknesses that would aid in the punishment of the Kine. Holy word decrees we mask ourselves in darkness allowing mortals to fear the unknown and the Lord God in all his Glory. 9th - Without Faith the blood is nothing. We learn of the righteous way to God only through the studies of those before us. The wisdom learned from their example in the exaltation of God\'s most blessed predator will enhance our Damned existence.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('988', 'def0c2e8b8', '', '::Shortly before dawn she rises and walks out of the church.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('989', '38ee432410', '', '((OOC: Jim can you give my comp I don\'t have my sheet accesable right now))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('990', '2a7307883c', '', 'I don\'t know Philip, it seems we are at that point where we can only choose the lesser of two evils. Unfortunately I have yet to descide which one is the lesser evil in this case. Perhaps we should speak to those in the Sanctum, they have him and no doubt have had some oppertunity to find out what kind of man he thinks he is and if we can prsuade him to do what must be done without the use of the bond. When you gather the rest of the domain see how far they think they can trust him and if the think not then we could always do the same as with the cop, dominate him into doing what needs to be done and then returning to us for whatever we descide is the right course of action.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('991', '8dd80dd0b4', '', 'already taken care of Shannon.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('992', '0c837bfb29', '', 'Dice are sucking today. :smt009 :smt084 One success... 1 success 6,5,4,8,1, 6,1 Strongest emotion please shannon. At the point where she mentioned the punishment.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('993', '26a9cabd87', '', 'Relief, no anger as she expected to be punished and wanted to be.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('994', '4e5f506a66', '', '[quote:4e5f506a66=\"Moira Kelly\"]Relief, no anger as she expected to be punished and wanted to be.[/quote:4e5f506a66] Cool. Thanks!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('995', 'acafcb2a1a', '', 'David suddenly hangs his head. A few tears fall and his voice cracks. \"Don\'t you understand? I just want to live.\" He stays still and silent for a few moments. Then he looks up. \"I do not want to die. I will become what you are. I will continue.\" David pauses again. \"Perhaps we can do this tomorrow alone? And for my remaining day, can I relax in a nicer place then this dungeon? Enjoy a nice last meal and see my last sunrise and set.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('996', '38a6f7cced', '', '::she smiles sadly:: I\'m so sorry David. I never meant to cause anyone harm. If there was another choice I would have done it. But there isn\'t. ::she looks as sad as he does:: Can you hold on a moment. I will be right back. ::she waits for him to tell her she can leave::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('997', '304f026672', '', '\"Where are you going?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('998', '58d72baadd', '', 'I must get Druscilla. ::she says::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('999', '7478605ee2', '', '\"Must you? See scares me; I don\'t like her. And I don\'t think she likes me either. Also, she knows what is going on in here. I am sure of that. There is no need to bother her.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1000', '1acb7ce030', '', 'David it isn’t you. It is the situation. ::she smiles:: And unfortunately if you wish to live she has to come in for a bit. I do not have the ability to grant what you wish.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1001', '72c25d34fd', '', 'The side door opens with a crash and slams shut as Philip walks in. With out looking at anyone he walks to the end of long table were he sits and opens a leather binder with notes in it. He looks the notes over for a moment still not saying anything to anyone then looks up shaking his head. \"If I didn\'t know any better I would think you all had been embraced yesterday. I’ve been looking over the notes of the other evening. Dose anyone know of anything else I should know about what happened before we get started?”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1002', '84c99d61b9', '', 'who\'s playing him?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1003', 'e6e64f55fd', '', '[quote:e6e64f55fd=\"Philip\"] \"If I didn\'t know any better I would think you all had been embraced yesterday. I’ve been looking over the notes of the other evening. Dose anyone know of anything else I should know about what happened before we get started?”[/quote:e6e64f55fd] Yeah, om Philip. I think it might be importent to note that you weren\'t there.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1004', '1c00a726ac', '', '[quote:1c00a726ac=\"Jacob\"][quote:1c00a726ac=\"Philip\"] \"If I didn\'t know any better I would think you all had been embraced yesterday. I’ve been looking over the notes of the other evening. Dose anyone know of anything else I should know about what happened before we get started?”[/quote:1c00a726ac] Yeah, om Philip. I think it might be importent to note that you weren\'t there.[/quote:1c00a726ac] Philip starts to turn red. YES JACOB YOU AER RIGHT, I WAS NOT THERE. SADLY I WAS OUT DOING SOMETHING ELSE FOR THE DOMAIN, I HAVE TO DO MANY THINGS JACOB. I DID NOT KNOW I HAD TO WATCH EACH EVERYONE AT THE SAME TIME! ::PAUSE/Philp runs his had over his hair:: Now... if someone could tell me what anyone may have seen that I haven\'t heard about yet, and what has been done to cover up this cluster fuck!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1005', '6f4e15f2b9', 'Robyn\'s apartment', 'Franklin Manor Apartments 114 Franklin Street Morristown, NJ 07960 Robyn has a small one bedroom apartment here. It is a beautifully landscaped complex which almost makes up for the fact that it is right behind Morristown Hospital. She now sleeps through the sirens but it took almost a year to get used to them. There are several amature looking paintings hung on walls and a photo or two of family and friends but all the pictures seem to be from several years prior. The apartment is tidy but there is mail in a basket on the counter in the kitchen a book or two strewn around the living area, and perhaps a teacup near the most comfortable chair. There is a smallish television but the potted plant on top of it seems to get more attention. There are actually quite a few plants, one in each window, all healthy looking. The bathroom is basic. There is a pile of hair things in one corner of the counter and a few toiletries on the other. Her bedroom is slightly less tidy than the rest of the apartment. Laundry is piled in a basket in the corner... most of it has coffee on it somewhere. A tall stack of books by the bed range from scholastic to cheap romance to techno thriller. The curtains over the windows are very dark and let in almost no sunlight. The dresser top is filled with change, a few candles, random trinkets and jewelry and a small white ceramic box. The closet is filled with things she would wear to the shop, though there are two or three really nice things all the way in the back.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1006', 'edf4bfeb6c', '', 'David gets up and stands in the middle of the room. He waves towards the door. \"Well, don\'t let me keep you then.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1007', '537cdddb63', '', 'I was thinking about giving him to Rick as a secondary character. If not I\'ll be playing him.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1008', '233c006e18', 'Gwen Stacy', 'Gwen is a quiet woman more prone to sit and watch rather than act in almost any situation. She is of slight build and business like in her manner, loyal to both her domain and her covannant she has lived here for over 15 years and spent most of that time as the hound of Morris County.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1009', '1c9451b979', '', 'Gwen enters the room quietly nods to everyone and moves to her seat at the table.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1010', '979eea8ee9', '', ':she turns slightly, keeping both David and the Door in sight. She knocks on the door, opens it, regards David a momnet and walks out. She closes the door behind her and scans the area for Dru.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1011', '069676e49b', '', '::she visably relaxes when Dru mentions punishment. A true Catholic through and through.:: I think I should leave, I must pray and speak with David. ::she nods her head slightly to Dru. Her voice having returned to normal::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1012', '2422003740', '', '::Dru is standing a few feet down from the door, leaning against the wall reading her bible. When Moira exits she closes the bible and looks up.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1013', '32d2a4b392', '', 'Of course. I\'ll be around if you need me for David. ::Dru moves to the small personal alter on the other side of the room.:: May God and Longinus guide you. ::As Moira leaves Dru is pulling a small knife from a drawer in the alter and kneeling before it.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1014', '497ce66cb2', 'Your first dirt nap....', '::When you wake up Saskia is already up and sitting on the ground infront of where you rise. She has her knees up, her foreamrs on them and is smoking as she waits. There are a bunch of rocks infront of her. There is a slightly aggitated look on her face as she watches you.:: How you sleep Nichola? Is not bad the dirt nap dah? ::She waits and lets him finish his rant about the gun he used.:: ((insert convo from Sunday here.:: Nyet, good idea, but we can\'t do that. He belong to Jacob, and we don\'t want to owe Jacob boon for something like that. He Circle, you don\'t want to owe them shit. Plus... other domain will get paranoid as to why we know more about what going on there than they do. ::She tosses you a pack of the cigarette you smoke and pats the ground next to her for you to sit.:: Come, we need to talk, dah I know, the Raptor no like to talk. To bad... need to get shit done. Sooner we get you taught sooner you can be released and start doing shit on your own. ::She waits::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1015', 'e7843d6644', 'hey all', 'I just found out that Jeff will be doing work for the next few months for the disaster releif in Mississippie or however you spell the damn state. Anything that happend with him from the last game has still occurred but I don\'t know if he will be able to make any of the games for the next few months. So if you had something going on with him I\'ll be sending you something about what I\'m doing with his character while he\'s away.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1016', '85fdb5e1e1', '', '::Saskia walks into the court room, her standard jeans and tank top look. Of course this is court so it is a little bit nicer looking than the ones she wears at Ostrava. The jeans are a light blue and the tank is a dark red. Her hair is in a braid and there is a silver chain around her neck. Nicholas follows her in. When she gets to the Seneschal she gives him a quick bow and motions for Nicholas to do the same. After he does she waits a moment then sits in a chair and motions for Nicholas to sit next to her.:: OOC: Sorry so delayed waiting to finish other scene.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1017', '970719fe75', 'Patricia Collins', 'Patricia is the herald of Morris county, she is a member of clan Daeva and a socialite within the domain second only to the Harpy. She is well dressed and formal at all times and is very rarely seen outside of court as she is often away on the domains business.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1018', 'c95dae64d3', '', 'The Herald enters the room and bows to the Sceneshal and nods in acknowledgement of the others in the room. She then makes her way to her seat at he table and sits watching the room.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1019', '2e2cd229e4', 'Michael Price', 'Michael is the sherrif of Morris and a member of the Lancea Sanctum, both of which he takes very seriously, as a member of clan Ventrue he uses the abillities of his blood to enforce the princes laws and serves as the enforcer to his covanant as well. His manner is professional as well as his appearance at all times.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1020', '99843d0d97', '', 'The sherrif enters shortly behind the herald and takes his position in a corner of the room where he has a better veiw of the prsoeedings.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1021', '03d0e39b33', '', 'As memebers of the domain enter Philip returns to his seat. \"Now what the hell do we do to fix this mess?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1022', 'ae57f26a8f', 'Melissa Stevens', 'She is the Mster of elysium, other than that not many people know anything about her accept that she is a Mekhet and like her liniage suggests she is mostly unseen with the acception of her territory, the Elysium and meeting places of the kindred.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1023', '82504552c0', '', 'No one saw her enter but the master of elysium is seated at her place at the table with a notepad and pen in hand.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1024', '55eada1104', '', '::Moira sits perched on her chair sitting on the edge of her chair, not touching the back. She is stern and unmoving::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1025', '3c3c266a7a', '', '::a smile cracks slightly in the corner of her mouth.:: I take it you have been listening. ::not accusing, more hopeful::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1026', 'ddc1c86e09', '', 'Of course. ::she smiles:: But not interfering, as it is not my place yet. Would you like to speak privately or shall we go in with him? :: She walks towards the door ready to follow Moira in if she chooses.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1027', '29f513bbf4', '', '::When Saskia enters Druscilla straightens herself in the dark chair. She places her bible on the table and sits still waiting for the conversation to continue.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1028', 'fa35351150', '', '[quote:fa35351150=\"Philip\"]As memebers of the domain enter Philip returns to his seat. \"Now what the hell do we do to fix this mess?\"[/quote:fa35351150] ::Druscilla motions to the Seneschal to speak.:: ((Assuming he says yes)) Well Seneschal, in regards to Charles and the text messages he sent out he is willing to go out in public to speak with is friends and family so they know he is all right. A few well placed commands preventing him from discussing certain things and using other excuses like some bad acid or other powerful drug and an escort for him during the outings could take care of the situation. He could then be returned to his captivity, a fake trip to Europe or something to find himself, until Jacob is ready to address issues with him.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1029', '70a78976cb', '', 'Just so eveyone is aware there are other kindred than the officers in the court room, they are the lower status vampires that simply live here and there are about 10 of them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1030', '112ea41487', '', 'I believe it is time that we both speak to him ::she begins to turn towards the door::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1031', '91576ca1fc', '', '::Druscilla follows Moira to the room.:: ((OOC: Edited for break out attempt below.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1101', '6988b18f3b', '', 'I got it, 09-15 13:53:07 Moira rolls 5 dice to wits+composure 2 successes 8,9,5,7,7'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1102', 'e28dbbb735', '', '09-15 14:29:34 Moira rolls 4 dice to brace the door 3 successes 6,8,9,8'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1103', 'af61b46b2d', '', '::as she goes to Brace the door:: Dru he\'s trying to make a break for it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1104', 'ef67dfa5f0', '', 'Ok I just need Joel to make a strength +stamina to attempt to push past Moira as she tries to brace the door. if you tie or beat her in sucsesses you may pass her.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1032', 'da0001fc5c', '', '[quote:da0001fc5c=\"Melissa Stevens\"]No one saw her enter but the master of elysium is seated at her place at the table with a notepad and pen in hand.[/quote:da0001fc5c] Jacob notices the master of elysium and gives a little laugh.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1033', 'fdf6ea56da', '', 'Philip looks at Jacob then at the master of elysium. He still looks pissed. \"Well, we need to start fixing the little mess up from the other night.\" He passes out some flyers with Vampire on them. \"I would like to remind every one that we are at elysium, and I would find it quite rude if anyone starts using any of thier gifts while in a meeting. Master of Elysium, please keep a close watch on our young ones and explain the rules of this place to them after the meeting.\" Looking at the flyer. \"So I am sending these invitations for a \"Vampire game\" like the one they play over at the collage. Anyone with contacts at the collage let me know so we can get these out there. Those of you with police contacts, we are going to make sure the police brake up the party, and blame a few of the little misshaps that have gone on around here on the group. This is the plan, now we are all going to sit here and think of a way to make it work until the sun comes up, unless someone has a better idea? Dose anyone have a better idea. Speak up now if you do, I would like to get this done before we all get a tan, and there are still a few other things I would like to go over.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1034', '92df00ccf2', '', '::Druscilla just stares infront of her and slides the piece of paper under her bible.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1035', '845d6b89ee', '', 'Vampires hosting a vampire game to prove there are not vampires, ahh how avant-garde. ::smerk::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1036', '7503a32cdf', '', '[quote:7503a32cdf=\"Jacob\"]Vampires hosting a vampire game to prove there are not vampires, ahh how avant-garde. ::smerk::[/quote:7503a32cdf] \"KINDRED, Jacob, will do what they must, what we must. And if this makes everything that has happened seem like an everyday event then we\'ve done our job. I would rather a few humans spend the night in jail then our having to deal with hunters. You and I have had our full of hunters I think Jacob.\" There is a few secent pause between them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1037', '2fb2a1c95b', '', '[quote:2fb2a1c95b=\"Jacob\"]Vampires hosting a vampire game to prove there are no vampires, ahh how avant-garde. ::smerk::[/quote:2fb2a1c95b]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1038', '590e1a0fba', '', '[quote:590e1a0fba=\"Jacob\"]Vampires hosting a vampire game to prove there are not vampires, ahh how avant-garde. ::smerk::[/quote:590e1a0fba] ::Saskia chuckles a little.:: Dah, is good idea.... these kids everyone always think they trouble anyways. I think I see this in the Rice movie...Interview Vampire...::she chuckles a little again.:: Vampires pretend to be human pretend be vampire...worked for them. Why not give it shot?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1100', 'f1b3ee6b91', '', '((can someone do the roll for me since I can\'t access white-wolf and I don\'t have a char sheet here?))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1039', '3fc7612f21', '', '((OOC: Joel did you want to put something in as we opened the door. Let me know and we\'ll move some stuff around. ))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1040', '78332c15c7', '', 'And with you Dru. ::she makes her way to leave and turns back to dru:: I will let you know when I have spoken with David. ::she smiles sadly and leaves::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1041', '610159bafd', '', '::Moira looks pale and almost ill. She seems skeptical of the plan, but says nothing, attempting to keep herself in the shadows as much as possible::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1042', '4ab16c0e2c', '', '::Dru says nothing to Moira. She nods her head continuing to face in the direction of the alter and crosses herself before falling into prayer.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1043', 'e62e3e1837', '', '::Druscilla inhales slowly.:: Seneschal, I\'m not saying it won\'t work, it is an off the wall idea, and I don\'t have any other for that part of the problem. I\'m just concerned that the \"saw it in a movie\" defense might not be the best. What if it draws hunters in?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1044', '08561d9fb2', '', '[quote:08561d9fb2=\"Druscilla Lang\"]::Druscilla inhales slowly.:: Seneschal, I\'m not saying it won\'t work, it is an off the wall idea, and I don\'t have any other for that part of the problem. I\'m just concerned that the \"saw it in a movie\" defense might not be the best. What if it draws hunters in?[/quote:08561d9fb2] \"Bishop, the hunters will come one way or another. My little mishap. You missing new friend, the blurred photo\'s he sent out. A quite town turned upside down and only at night. The only good thing we have going for us right now is no one has out right seen one of us and lived to talk about it. Other wise there would be all kinds of hunters coming in. Right now I think the worst we have to worry about are some fly by nighters how can put two and two to gether\" ::He looks very close into her eyes.:: \"Lets just hope they can\'t add two and five hummm? Now the trick is this to host a party with non of our names on it. we get the kids there, let it go for a few hours, start a fight and let then take the blam. Then get them to take the blam for all the other crap that has gone on. It\'s a one shot deal, we wont be able to pull it off again, so we better get it right this time. IDEAS?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1045', '2ecb5c2425', 'Your new home', 'you were brought in and proscessed, all of the things you had were taken and you were given a red jump suit and brought to a cell where your bed, toilet and sink are all in the same 8 x 10 space, you have no cellmate as of yet and are fed three times a day and the food sucks.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1046', 'ec6b9e42c7', '', '[quote:ec6b9e42c7=\"Philip\"] ::He looks very close into her eyes.:: \"Lets just hope they can\'t add two and five hummm?[/quote:ec6b9e42c7] ::Druscilla\'s head nods very slightly when he looks at her.:: We can hope.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1047', '22cd4c096f', '', '[quote:22cd4c096f=\"Philip\"] It\'s a one shot deal, we wont be able to pull it off again, so we better get it right this time. IDEAS?[/quote:22cd4c096f] ::Druscilla breaths slowly again, her body still not moving, she looks stiff.:: We could host it at the Pavillion...layed back enviroment....the Pulse is too upbeat and loud. Pavillion has that nice back area outside.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3513', '77e83e74f3', '', 'Your Excellency, you did not send me with the Olive branch you sent me with the sword, and when one goes to war one expects that battle to be fierce. The Kindred that was punished child, whom I have already established a relationship with is now vulnerable to manipulation, and look’s of peace aside, one does not gracefully have a stake driven through their heart. You could tell by the sensation of the crowd, that the moment was frowned upon even by their own Seneschal. I’m interested in whom your informant was your Excellency, because, they informed you poorly. I tread very carefully around the lines of decorum, but I did not cross them, indeed I walked away from the room, with knowledge I did not expect to gain so quickly. I judged the battle a victory. And when I spoke of family your Excellency I did so under slight misrepresentation, Mr, Viviano is La Cosa Nostra, as you aware I am sure, I am as well. The hell that would be brought upon the domain of Morris Town in besuited Italian-American’s looking for a blood price, if something that happened to this “Made” man, would make a single hunter look childish. I’ve managed to keep the knowledge of our kind from him for years now, but the incompetents that run that domain spoiled that in a single evening, what prey tell would happen if a god fearing mafia turned hunter against us? That is why it was a personal and familial matter, your Excellency.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3512', '43610e36d4', '', '((OOC: Ryan for the record I am not metagaming, Just in case the thought crossed your mind))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1050', '5901add5b1', 'Front Page News', 'Wednesday August 14, 2005 EVASIVE HACKER FINALLY CAUGHT IN WEB!! Yesterday, Tuesday the 13th, police authories finally caught an extremely skilled hacker that had been evading them for the last 2 months. Tom Smith (photo below) is XX years old and is employed at the Morristown Gamestop. Gamestop representatives would not comment on the situation or Tom\'s employment there. \"This guy is good,\" stated Detective Thomas Michaels. \"We had some great help though. Not all people with well developed computer skills are bad. Quite a few of them like to work on the right side of the law.\" Apperantly, the hacker had been stealing large sums of money from the local business Duke and Duke. After his first two attempts a dummy acount was set up to trap the man. Once he was found inside the bank system a hired computer technition was able to follow the sourse to Smith\'s IP (Internet Provider) address. This address is specific to each individual person. The man working with the police then called them to give Tom\'s location. Reports from the police state that Tom attempted to escape and resist arrest. He is being brought up on various charges including felony theft, identity theft, and resisting arrest.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1054', '657c1de2f1', '', 'Your Excellency, if I may inquire. Who might this \"Missing new friend\" be?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1055', 'a9dae6169c', '', '::Druscilla turns her head very slowly to Ramier, her back remaining straight.:: I believe he was refering to Charles Ramier, the one that the Lancea Sanctum is holding for Jacob.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1076', '55d326118d', '', 'After your first day in jail it only gets worse, as you get your food others will walk by and take it off your tray and when you go to shower they follow close behind you laughing the whole way through, you have also been threatend several times and are all together in an unpleasant place.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1057', 'd0a35ee2ca', '', 'Ah... I see. Am I to understand that he is missing then?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1058', '05c085a4f4', '', '::She smiles although it seems off.:: No Ramier, he\'s not lost. We have him still and he\'s being well taken care of. I believe the Seneschal meant to say that he is lost to his friends and family right now. A text was sent out stating that he was in trouble and listed several of our names and so now his family may be looking for him. Hence, my earlier explination that he can be dealt with with some well placed commands in his head and a trip home to visit them, escorted of course. The Sheriff is capable of \"convincing\" him to keep his mouth closed on certain things. ::When she is done speaking she closes her eyes for a moment and then reopens them slowly.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1059', '7b989d04aa', '', '\"It comes down to this. I\'ve been an officer in this domain for 20 years, 12 of them as Seneschal, and never in that time have we lost a memeber to a hunter.\" ::He looks at Jacob:: \"Unlike some other domains I\'ve lived in.\" Turns back to the group:: Just because non of you have seen one in that time dosn\'t mean they\'re not around.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1060', '208a6bacea', '', 'Dah, we know they around. So what we going to do? You need me talk to Pavillion to get the party set up? Who going to advertise with the group we want to bring? I hear they have leader, story guy, so we what, make him think up idea himself. We pay off club majority of money so that when he go to Pavillion they offer him cheap price. How we going to start fight in middle of game we don\'t want connected to us? ::she claps her hands together and rubs them then sits up forward on the table.:: I on board, get this out of way, get my bar open again everybody happy.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1061', '75a5cb7549', 'Meeting with Dru', ':; He stands as she enters and motions her to sit and after she does he also sits :: you wished to see me?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1062', 'd48bfb34bc', '', 'Yes sir. I hope things are well. ::She sits.:: I wanted to request permission to embrace from you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1063', '94bf97ad00', '', 'As well as can be expected, and you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1064', '40919414ef', '', 'The same thank you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1065', '46b2b99d77', '', 'What can I do for you Bishop Lang?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1066', 'c8be200fb4', '', 'You are however subject to whistles and calls about how pretty and soft you look by some of the larger inmates who look as though this has been their home for a while.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1067', 'be8f18e613', '', 'I wanted to request permission to sire from you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1068', '6cc0ae98be', '', ':: He raises an eybrow :: forgive me but I thought that you were opposed to the sireing of anyone and even more so to the mass embrace that we are undergoing. Not that I dissapprove, of course if you wish to sire you may, you have been in this domain longer than myself and are one of the valued elders of the domain, I was just curious as to what changed your mind.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1069', '558d6f31b0', '', '[quote:558d6f31b0=\"Saskia Tolan\"]Dah, we know they around. So what we going to do? You need me talk to Pavillion to get the party set up? Who going to advertise with the group we want to bring? I hear they have leader, story guy, so we what, make him think up idea himself. We pay off club majority of money so that when he go to Pavillion they offer him cheap price. How we going to start fight in middle of game we don\'t want connected to us? ::she claps her hands together and rubs them then sits up forward on the table.:: I on board, get this out of way, get my bar open again everybody happy.[/quote:558d6f31b0] Funny you should bring that up Sos. I was wondering about your young man. Has anyone noticed he is missing. Do you have anyone who might have noticed you were gone? He\'s a young man, no one knows, no long ties with us. And Jacob, you\'ve seen these kids, and you live out of town. Dose I need to get the idea to them with as little contact with us as posible.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1070', '44595e6c28', '', 'Yes, I\'ve seen them, and they\'ve seen me. I don\'t know what you\'re thinking but I don\'t know if I should be a part of it. I guard the western border, keep an eye out for invaders and wolves, if something gose down, I\'m out there alone. I think you should just grab a few mob guys, put it in there head that they grabbed that kid, and stick him in thier trunk before calling the cops on em.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1071', '8dcbb6eaee', '', 'Honestly Prince Crane I am having a difficult time in guiding Moira and understanding that which the others are undergoing. I have come to the realization that by doing so I would be able to draw on personal experience when others need me. My one sin now will grant me to counsel and guide others in there in the future. If another member of my flock were to even get the idea to embrace.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1072', '6e69fb4a4a', '', 'Interesting plan Jacob, but it dosen\'t take care of all the other little misshaps, besides, if there are hunters around, I want them to take a moment to see if the guy their about to shoot a flaming stake at is human or a kindred. That secand might save your life out there.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1073', '8d3e33e815', '', 'Well then I hope it serves you well, and on that line when will you be having another mass?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1074', '71e25940d8', '', 'Mass, is this evening. 11 PM starting. Might I also ask your permission on something else?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1075', '9ddd5c0705', '', '[quote:9ddd5c0705=\"Philip\"] Funny you should bring that up Sos. I was wondering about your young man. Has anyone noticed he is missing. Do you have anyone who might have noticed you were gone? He\'s a young man, no one knows, no long ties with us. And Jacob, you\'ve seen these kids, and you live out of town. Dose I need to get the idea to them with as little contact with us as posible.[/quote:9ddd5c0705] Nyet, no one looking for him that I know. We talk about it later and I figure out what up. He not exactly great public figure in mortal life. Help to not have to worry \'bout cops and friends you know looking for him. He mostly night owl anyways. Maybe we go out and meet his friends so they know he okay.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1077', '889e17884f', 'continuation', 'OOC: Instead of last one Prince Crane, I believe that Charles is from an area North of here, in New York, Dutchess county. May I have permission to have the Herald inform them of my eventual arrival? I know that Essex is run by my Covenant, but I\'m not sure who runs the other domains.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1078', '69c125635b', '', 'I will see to it that any proper athorities are notified of your arrival.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1079', '5942e8bcdb', 'Wednesday September 14th...Mass', '::Druscilla arrives in the chapel at 10PM. She begins to prepare for the mass that will be starting at 11pm. She goes to the alter and kneels praying for a few moments. When she is done she then blesses the two men assisting her and they begin their work of setting up. They light various sticks of incense and adjust the lighting. Druscilla moves to the podium and places an index card on top of it. She then makes her way to the door of the Chapel around 10:30 and begins to great those who are attending.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1080', '84ea7e0cb3', '', 'Thank you Prince Crane. I am assuming that the trip will take a couple of days to complete. I will have my phone with me if I am needed for anything.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1082', '79854374dc', '', 'if you are needed we will call you, take your time and make sure it all goes well.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1083', '73ba4fd81b', '', ':: He enters the churh dressed in a pair of black slacks and a blue button down shirt as is his familliar style of dress. He stops at Druscilla before finding a seat and nods a greeting to her. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1084', '97340cf23b', '', '::She stands to leave.:: One last thing. I understand that you will want to share the information of my decision with the Seneschal, but I was wondering... could you perhaps allow me time before the entire domain is told. I don\'t plan on embracing him imeadiately and I need time to discuss things with my Cardinal and Moira before I do so. I don\'t want everyone getting involved until it is done for sure as there are still chances Cardinal Drake will say no.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1085', 'f5e46de3cf', '', '::She nods back.:: Good evening Prince Crane. Thank you for coming.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1086', '6048c20291', '', 'yes, that could be arrainged, I\'ll mention it to him so that he informs no one else.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1087', '14e06969d7', '', 'Good evening to you as well Bishop, and your welcome. :: he smiles and takes a seat. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1088', 'ec9644f6e3', '', '::She bows her head slowly.:: Thank you Prince Crane. Will you let me know who runs Rockland and Dutchess counties to the north?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1089', 'd8b9165025', '', 'So far as i know Dutchess is nothing but lupines so be carefull if you have to croos those borders and I don\'t know who if anyone is in charge of Rockland.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1090', '8fcb672966', '', '::She starts a little at the mention of Lupines.:: Thank you. Let\'s just hope Charles ends up being worth Lupine territory. What a way to meet Damnation... Lupines before your even embraced. Thank you Prince Crane. Have a pleasent evening. ::She turns and leaves:: ((OOC: He can still see the faint marks from the carving in her skin.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1091', '1a6241e3ad', '', 'And thank you Bishop Lang, have a pleasant evening and i hope that all goes well.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1092', '46f97dd36f', '', '((OOC: Joel I am going to put this in here b/c Dru is going to have to make rolls to since she is right there as well. I\'ll make rolls when I get a change)) \"He is going to try to run for it. When the door opens, he will run towards it(Athletics?). He will try to knock back anybody in the way(Brawl?) and then try to run out. I have made rolls if needed. 09-13 19:10:59 D.C. rolls 4 dice to Athletics(+Stam) to run Failure 3,6,1,6 \"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1096', 'c9b7a23b3b', '', 'OOC: Is this an if he tries to run for it or did I miss something somewhere? I\'m sooooooo confused.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1097', 'd9555c8967', '', 'she enters the church, still looking pale and unwell but a look of peace is on her face and echoed in her eyes. she nods to the Prince and Dru and takes her place in the pew she always sits in::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1098', '0e447fb018', '', '((OOC: NO this is \"I am making a run for it as Dru and Moira go back into the room))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1099', '6cc9cff214', '', 'Talked to Jim and he said to do this.... We need to do Wit +Comp to see if we notice him trying to run when the door opens. I did and I failed. Failure 6,2,3,1,3, 7 ------ Shannon, need to do yours first to notice he is making a break. ------ If we both fail, Joel gets a free movement makes a Strength + Stamina to push past needing 2 successes minimum. Shannon if you pass you both roll Strength + Stamina and whoever wins the success wins the challenge. ------ If he gets through we chase him, but then init. needs to be pulled.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1106', '0a444abd4a', '', 'As the door opens, David runs towards the door. 09-15 17:00:10 D.C. rolls 5 dice to Str + Stam 2 successes 6,9,3,9,4 Trying to escape, David collides with Moira and tries to push his way through. He strains but just can\'t do it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1107', '5237440aba', '', 'Tom is slowly adapting to this new life style. Though he doubts he\'ll ever get used to the idea of excersising regularly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1108', '574388153f', '', '::Druscilla stays beind Moira getting ready for pursuit or helping with restraining. When she sees David unable to get through she looks at him and an evil smile crosses her face. Her fangs slowly slide down and there is an odd laugh from her.:: Good Job Moira...nice try mortal. I told you you weren\'t getting out... now.... BACK UP! :smt093'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1118', '01a2efa067', '', 'Ok then you are going very hungry as the food stealing becomes worse to the point that some of them will just take your entire tray of food when you sit and they are starting to push you aroud a lot, as well as beginning to mess with you more in the showers.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1111', 'c8a9194b7c', '', '::Saskia enters the church and nods to those around her. She takes a seat in the back pew and sits waiting.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1112', '753a18f2b3', '', '::At precisely 10:59 Druscilla makes her way to the front of the chapel. She lets her eyes slowly scan the room as she travels. At 11:00 she stands behind the podium. She is wearing a plain black dress and a platinum cross hangs from her neck. Draped over her shoulders is a black and purple robe, the Sanctified emblem delicately embroidered in silver on the back. She turns to the large crucifix on the wall and crosses herself. The perfect acoustics allow her voice to travel to the farthest corners of the church. In nomine Patris, et Filii, et Spiritus Sancti. Amen ::She turns back to the congregation.:: Tonight we join together to discuss our Damnation and existence in God\'s plan. As He had a plan four our Dark Herald Longinus so to does he have a reason and cause for every Damned in existence. There are several new Damned among our ranks lately and we must understand that in his infinite wisdom God, as he saw fit, to bring them to us. ::As she speaks her voice becomes almost lyrical, passion coats each word. She steps to the side of the podium.:: Tonight I wear the colors of my station within the Lancea Sanctum. These colors, black to represent the nights we are damned to travel and the shadows from which we hunt, and deep violet to show fealty to the ultimate King, our Lord. Now, let us recite the sacred words that Longinus scripted when he created the Testaments. ::Druscilla\'s eyes light as she begins to speak. Her hands move fluidly to the rhythm of her tongue. As if it were actually possible some of the gathered can almost see ghostly images of the text drift from her.:: ::She motions for them to begin and those who know the text speak with her.:: I am God\'s Holy monster, the drinker of mankind. For so long I could not see the role I would play because I looked for it with human, mortal eyes. So I put forth the truth, in these pages, for you who seek as I have sought. I am not some godless beast, who stalks beneath the dark grandeur of sanctity. [b:753a18f2b3]I am [/b:753a18f2b3]the grandeur... [b:753a18f2b3]I am [/b:753a18f2b3]sanctified. ::As she speaks the last line she stops moving and looks to the ceiling. She then crosses herself and looks back to the group.:: Understand my fellow Damned, while we bicker over material wealth or stake claim to portions of God\'s Earth we are similar, we are bound. The bonds of covenant or beliefs do not hold as strong a the bond of blood. Though God\'s gifts manifest themselves differently in us all, we are from the blood that spilled from the pierced side of Jesus as he hang crucified on the hill. The blood of God\'s son brought forth our Damnation. ::She pauses:: Let us end in prayer. ::She bows her head.:: To our Holy Lord we understand our Damnation and the purpose we have among your plans, we do not console ourselves with false images of salvation but further turn to you to guide our immortal selves through the Purgatory we create. We understand your Holy wisdom in your plan, in your wish, in your word. Amen. ::She crosses herself again and raises her head.:: Thank you all for coming. May God and Longinus guide you all on your paths.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1113', '9b3a23a1e8', '', 'Good, son your going to be giving us a hand then. It\'s late, some of you need to feed, and others have a ways to go home. So tomorrow I want ideas, I want these flyers in the hands of the kids who play that game, and no ties to us. I need a plan to get the cops there, and no ties to use. Every one here had a bad week, and I\'m not going to sit here trying to decide who\'s hands should be cut off or toungs cut out. We all work together to fix this and it never hanpend. Soska, forgive me but until this is fix up we\'ll keep you place closed. Let me know if you need anything. I will be making demands on each of you, I think you owe the domain.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1114', 'eafd5ccee2', '', 'Seneschal.... ::her voice slightly more aggitated, she leans forward towards the table, the shadows around her linger back waiting till she\'s in reach again. In the light she looks very pale and gaunt, more so than usual.:: I have brought up the issue with Charles and his text messages twice tonight, and have been ignored. I understand the concern about the article reaching further than a text message, but the message he sent included names of members of this domain, including [i:eafd5ccee2]yours[/i:eafd5ccee2]. Should we not address this issue? ::She places her bible on the table. Those to the sides of her can see something on the flesh of her back in the light.:: Something needs to be done. Worried and grief stricken friends and families of someone saying they are in trouble have an extreme possibility of becoming a much larger issue than a common bar fight in an alley. A fight that in reality was nothing overly breaching... He is connected that much we know and word of mouth travels fast. ::Her voice is even more aggitated sounding, but she isn\'t yelling at all and there is concentrated breathing to form the words. She seems to be getting more pale as she sits there.:: Are we just going to ignore this and hope they don\'t come in with Pitchforks and torches to burn down Saskia\'s bar?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1115', '249b053208', '', 'are you doing anything in regard to the bullys?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1116', '47f6341e6c', '', '[quote:47f6341e6c=\"Philip\"]Good, son your going to be giving us a hand then. It\'s late, some of you need to feed, and others have a ways to go home. So tomorrow I want ideas, I want these flyers in the hands of the kids who play that game, and no ties to us. I need a plan to get the cops there, and no ties to use. Every one here had a bad week, and I\'m not going to sit here trying to decide who\'s hands should be cut off or toungs cut out. We all work together to fix this and it never hanpend. Soska, forgive me but until this is fix up we\'ll keep you place closed. Let me know if you need anything. I will be making demands on each of you, I think you owe the domain.[/quote:47f6341e6c] ::Saskia drums her fingers on the chair arm.:: Dah, but Seneschal, I loosing money without bar. Annabelle out of work, my bouncer is watching workers during day, but that coming from my pocket to pay him. Leaving bar closed too long is more suspicious. Shouldn\'t take long for upgrades to system. Be better to open back up and run things as mortals do, not hide till cover story hits papers.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1117', '343b542511', '', '(Nothing unless they go beyond just picking on tom and start to actually try and hurt him)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1119', '2b56528efa', '', 'Alright guess its time to do something about the food thing, the next guy i won\'t let take my food.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1120', '9ca6143413', '', 'ok what do you do?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1121', '35d026cc06', '', 'Ok how many are there?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1122', 'fb36ae0cf1', '', '2 right now'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1123', 'c2b50eaae9', '', 'Ok, have i noticed anything about these 2 over the past few days such as their names, what they like and dislike, and what pisses them off to name the ones im really aiming for.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1124', 'ec7ca8bd6a', '', 'Ok they are rather large and obvously the \"alpha\" of their groups and they tend to pick on all of the smaller people in the Jail.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1125', '6ee2f30ac9', '', '*as soon as one of the inmates takes toms food tom looks up at him* \"Come on man let me at least get some food in me, you can\'t take my food if i die ya know.\" Tom says in a mildly despair tone.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1126', 'ee1f7d8062', '', '[quote:ee1f7d8062=\"Druscilla Lang\"]Seneschal.... Should we not address this issue? ::She places her bible on the table. Those to the sides of her can see something on the flesh of her back in the light.:: Something needs to be done. Worried and grief stricken friends and families of someone saying they are in trouble have an extreme possibility of becoming a much larger issue than a common bar fight in an alley. A fight that in reality was nothing overly breaching... Are we just going to ignore this and hope they don\'t come in with Pitchforks and torches to burn down Saskia\'s bar?[/quote:ee1f7d8062] Tell me Bishop, I\'ve heard you ask, and ask, and agian, YOU HAVE THE BOY, WHAT THE HELL DO YOU WANT TO DO WITH HIM?! I don\'t care if you dump him in some drug den or make it look like a suiside, If you want to turn him, he belongs to Jacob, so take to him. If you have the numbers and names of who he sent the info to, then bring me that info, if not get the boy to tell you. JUST BRING SOMETHING MORE THEN YOUR GOD DAMN QUESTIONS! Tell me Bishop, what do you think we should do?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1127', 'cac615a759', '', 'yeah but if you dead you don\'t get no more food for me. :: he slaps you in he back of the head and moves to take your tray. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1128', 'e361524c50', '', '::she holds off on doing anything until Dru makes her attentions clear and stays ready for movement in any direction::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1129', 'cab8a28dc8', '', '*pulls the tray out of the inmates reach* \"I think the last thing you need is more food anyway. Besides you have other matters that shoudl be causing you more concern then my food.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1130', '0496542a6f', '', '::he looks at you kind of confused at the big words.:: 3 successes 1,10,9,8,2 ::The inmate lifts his hand and slaps Tom across the face, like you would bitch slap a ho.:: You just worry about how well fed I am.. BITCH!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1131', '29a7b14f2a', '', '*Tom holds his aching cheek* \"Of course sir, but i thought it would also be appropriate to worry about your life...but if food is all that you are worried about who am i to say otherwise\" Tom says while keeping the food away from him.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1132', '7aa90c276c', '', '::Something in Druscilla\'s eyes flashes repeatedly, she remains seated, but her hands tights on the bible infront of her:: Oh, and this is the treatment I receive when trying to aid this domain? My questions Seneschal.... are to bring about the necessary conversation in this domain to figure out what we are going to do! I have tried to bring you information...this is my third attempt since Saturday night when this happened. We HAVE interogatted him. I tried to call you... twice! Yet my calls go unanswered. We have the cell phone, as my prior message told you. We have asked questions and he HAS answered them truthfully. HE is concerned about what he has done and wanting to cover it up so we don\'t kill HIS family. You wouldn\'t know that though as you don\'t answer the calls placed to you. I have already informed you of the thoughts of the Sheriff and myself after we questioned him. Which is WHY I RAISED THE TOPIC TONIGHT! I am presenting you with information, now what do you feel we should do?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1133', '27b386dff2', '', 'Yeah bitch and why I gotta worry about my life huh?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1134', '9e5289a43a', '', '[quote:9e5289a43a=\"Druscilla Lang\"]::Something in Druscilla\'s eyes flashes repeatedly, she remains seated, but her hands tights on the bible infront of her:: Oh, and this is the treatment I receive when trying to aid this domain? My questions Seneschal.... are to bring about the necessary conversation in this domain to figure out what we are going to do! I have tried to bring you information...this is my third attempt since Saturday night when this happened. We HAVE interogatted him. I tried to call you... twice! Yet my calls go unanswered. We have the cell phone, as my prior message told you. We have asked questions and he HAS answered them truthfully. HE is concerned about what he has done and wanting to cover it up so we don\'t kill HIS family. You wouldn\'t know that though as you don\'t answer the calls placed to you. I have already informed you of the thoughts of the Sheriff and myself after we questioned him. Which is WHY I RAISED THE TOPIC TONIGHT! I am presenting you with information, now what do you feel we should do?[/quote:9e5289a43a] Philip Stands, \"I am sooo sorry if you have heart feeling about the way you are treated Bishop. But I had all ready acted in the matters to which you were, calling me. It is not my job to call you back. It is my job in insure the safty of this domain. Not from outside influences but from its members. It is the job of every member of this domain to insure it\'s saftey. I do not wish to argue the point with you, I wish for some answers. To yours, I was not around because I was out doing work for the Domain and our Prince. You have the boy, he is being truthful. what are you going to do about it? How are you going to help keep this domain safe from our own mistakes Bishop Lang?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1135', 'c088438bde', '', 'Well...dammit i shouldn\'t be telling you this but i overheard a conversation the other day between some of the inmates. Well... *tom trails off as if deep in thought*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1136', '81e895233e', '', '::She smirks a little.:: My feelings are nowhere near hurt Seneschal. Are you insisting that I take the matter of Charles into my own hands? If so, please let me know and you can consider the matter of the messages closed. Perhaps it was wrong of me to assume that you would be interested in potential trouble within the domain... regardless of the source.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1137', '1dd0252cd1', '', 'What you talkin about bitch, talk now or I fuck you up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1138', '5a15900918', '', 'Alright....well i heard a bunch of the black inmates talking about hwo they are ganna fuck you up. I didn\'t hear much else cause i had to keep moving along.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1139', '4a0dfb58d7', '', 'Yeah who sayin that shit point now bitch.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1140', '5544b2e990', '', 'you do notice that others are watchin what is going on with you right now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1141', '6e29b3a3cf', '', '*looks around at the people who have taken notice* I can\'t now or i\'m fucked, just trust me and we\'ll talk about it later.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1142', 'de295070c7', '', ':: at this point you both notice that there are gaurds comming over to where you both are:: yeah we talk later I be at your cell and we take a walk and you show me who gonna fuck me up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1143', 'bb70946dd4', '', 'Alright till then relax and eat up *hands him some of my food* Don\'t worry we won\'t let it happen.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1144', '9c63db5189', '', 'he takes the whole tray and walks away. the gaurds approach you as he leaves Smith come with us you have a visitor.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1145', '4486e111af', '', '*sighs to himself at another meal lost* Alright *follows the guard*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1146', 'a73ee18dca', '', 'They lead you into a small room with a camera in the upper corner, atable and 2 chairs where you are told to sit and wait.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1147', 'a96055df79', '', ':: she writes a few notes in her book and then stands and waits untill everyone quiets before she speaks.:: ladies and gentlmen we are all stressed about what has happend rescently it is my suggestion that we take a rescess from this meeting before tempers escalate and the insults become personal [i:a96055df79]attacks[/i:a96055df79] and either myself or the Harpy are forced to act.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1148', '1742f29d0c', '', '*tom complies and sits where he is told*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1149', 'bc5460ea29', '', '::after about ten minutes a man in a suit holding a breifcase is let into the room and sits opposite you. He holds out his hand for you to shake it.:: Hi my name is Bob Randal and I represent the law firm of Randal and Robinson and I\'m here to let you know that a third party saw your case on the news and is interested in your skills with a computer. He is willing to offer full leagal representation in your case in exchange for you signing a 5 year contract with his company. Contract date starting from the time you are released should you be found innocent, should you be convicted the date will start from the time you are released. He is offering 55 thousand dollars a year to start with a ten thousand dollar a year raise every year after that. As a proviso to this contract should you be found guilty of any further illeagal activity you will be immediately terminated and the cost of all leagal prosceedings will fall on you including all expenses incurred for this trilal So what do you think?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1150', '847094cca1', '', '*tom thinks about it one second then replies sternly* Who is making me this offer?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1151', '7506faf8dc', '', 'I\'m sorry but I\'m not at liberty to reveal that information yet, I\'m only here to make the offer.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1152', '47a558cb1d', '', 'Well, as seeing as how im in a very tight spot, and offer is incredibly appealing. Are you allowed to tell me what the job is at least?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1153', '7253b38f10', '', ':: Laughs :: I don\'t know exactly what he has planned for you yet, I\'m his leagal representation and I assume that when the time comes to write up the contract I will be told more.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1154', '0e91994e95', '', 'Ah screw it, i accept the offer. Can\'t be worse then this place after all.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1155', '340d23a929', '', 'Excellant here is my card :: hands you the card:: if you need anything feel free to call and I will get the spesciffics of your case and get to work on it right away. I\'ll let you know what I can do for you as soon as I reveiw the files, don\'t talk to anyone about anything involving this case without me preasent and we\'ll work on it from there. :: he shakes your hand again, collects his case and stands to leave.:: I\'ll be back in a day or so to give you an update. :: leaves:: :: you are then escorted back to the common area where you can go back to your cell.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1156', 'ec9eb2260a', '', 'David takes a couple steps back. He heavily sits down, putting his face in his hands. (OOC: Great smiley Dru.)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1157', '84d6fc4a24', '', '::she hears him sit heavily down and glances over her shoulder at Dru, not taking her weight off the door just yet, and gives her a questioning look::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1158', 'c47b61024f', 'Slow Sunday', 'There are only a few patrons in the back of the shop, nursing their drinks and reading. Robyn sits in the front window seat looking out at the streets. Lydia and Chris, two of her staff, lean behind the counter talking about some reality television show. As their discussion gets louder, Robyn looks up. She glances out at the street again, then around the nearly empty cafe and calls to them. \"Does one of you want to head home? It is pretty dead tonight.\" Lydia shrugs but Chris brightens and says something about his girlfriend. Within minutes his apron is hung in the back and the door is swinging behind him. At Robyn\'s suggestion Lydia takes her windowseat and catches up on some reading. Robyn sits alone behind the counter.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1159', '29a4fadf28', '', '::Druscilla nods.:: Open the door Moira. ::She whispers to the gaurd outside the door. Once it is open she follows Moira in.:: Hello David. ::The door shuts and locks behind them.:: ((OOC: Shannon is on her honeymoon so this is about as far as this can go.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1160', '2f6fabc8e8', '', '((ooc: but they do have a computer I can use. :twisted: I may be slow guys but I will be posting. A honeymoon can\'t take the gamer out of the girl.)) ::she opens the door and walks in, making room for Dru to approach David::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1161', 'b6d08db9ee', '', '((OOC: Awesome! LOL BTW, Shannon, you looked great, your hubby was handsome as all get out and you Clark/Reaps know how to throw a hell of a shin dig!! Long live Van Duncing!))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1162', '5d6fc6a5c6', '', ':: OOC :: And from what I remember it was a great party as well. :smt030'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1164', 'fd4a4a77c1', '', '(OOC: Congrats. Glad everything went well. It gets me more excited about my own in August. Also cool that you can still post. Hope we don\'t take up too much time though, you have more important things to do. Now, back to the show.) As everybody enters, David remains where he is. He does not change his position and is oblivious to his surroundings. Those next to him may hear the sound of muffled sobs.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1165', '6b6815d3d1', '', '[quote:6b6815d3d1=\"Saskia Tolan\"][quote:6b6815d3d1=\"Philip\"]Good, son your going to be giving us a hand then. It\'s late, some of you need to feed, and others have a ways to go home. So tomorrow I want ideas, I want these flyers in the hands of the kids who play that game, and no ties to us. I need a plan to get the cops there, and no ties to use. Every one here had a bad week, and I\'m not going to sit here trying to decide who\'s hands should be cut off or toungs cut out. We all work together to fix this and it never hanpend. Soska, forgive me but until this is fix up we\'ll keep you place closed. Let me know if you need anything. I will be making demands on each of you, I think you owe the domain.[/quote:6b6815d3d1] ::Saskia drums her fingers on the chair arm.:: Dah, but Seneschal, I loosing money without bar. Annabelle out of work, my bouncer is watching workers during day, but that coming from my pocket to pay him. Leaving bar closed too long is more suspicious. Shouldn\'t take long for upgrades to system. Be better to open back up and run things as mortals do, not hide till cover story hits papers.[/quote:6b6815d3d1] Philip turns his head to Saskia. \"I\'m sorry Saskia, I was hoping the money I was putting into you repairs would cover the time you were closed. I didn\'t think about you staff. Please Feel free to open as soon as your repairs are down. However, no member of the domain except for the Prince, your new child, the Sheriff, the Hound, or myself should go to, enter or be on the grounds of the club until the Prince has given it his all clear. Perhaps we should talk about ways to insure the peace in your club at a more privet time Saskia?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1166', 'f3339b7218', '', '[quote:f3339b7218=\"Melissa Stevens\"]:: she writes a few notes in her book and then stands and waits untill everyone quiets before she speaks.:: ladies and gentlmen we are all stressed about what has happend rescently it is my suggestion that we take a rescess from this meeting before tempers escalate and the insults become personal [i:f3339b7218]attacks[/i:f3339b7218] and either myself or the Harpy are forced to act.[/quote:f3339b7218] Philip turns to the Melissa “Of course you are right Melissa, things can get out of hand far too easily.\" Turning back to the group. “The matter of the child in question, I put in the hands of the Bishop and Jacob. Please remember that what ever you decide to do with him will affect every member of this domain. When your decide what you are going to do, please inform me to get the Princes approval before moving ahead. I myself would like to see the boy on the street for at least a month or two as a human before making him one of us, but if everyone is to impatient to see that, then make him for Christ sake and deal with the consequences later.”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1167', '2a47656fe4', '', '::moira looks at David sadly and then looks to Dru for some sort of guidence. She\'s not quite sure how to handle the sobbing mortal.:: ((OOC: thanks guys. Shawn and I are just chillin out up here. So I can snag a bit of time on the pc in the mornings while we have breakfast.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1168', 'ae93700c9f', '', '::she looks highly uncomphortable as the tensions rise and tries even harder to sink into the shadows. In doing so she sits back in her chair and winces slightly, but says nothing and returns to the statue like being she had been moments before::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1169', 'f1ea010898', '', '::Dru stands in front of David.:: Well David....are you quite finished? ::Her fangs are gone now, but the icey-ness is still in her voice.:: I thought you said you wished to survive, now what? Do you want death now? Is that what those tears are for?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1170', '5fee3e1cfb', '', '::Druscilla stands quickly, both of her hands on the table in fists, the entirety of her body weight resting on her knuckles. Her back now fully exposed to the light in the room those near her can see intricately carved letters in a foreign language. The wounds are fresh and cover her completely eventually disappearing into the fabrics of her shirt.:: Seneschal! ::there is severe warning in her voice:: I let your transgress against our Lord\'s name slide the first time, but I will not let it go now. If not for the sake of what is left of your own soul than for the respect of those around you who take offense to such things. These times are trying true, but that does not mean that we can begin to behave as the heathens that walked this earth centuries ago. ::she pauses:: Fine, I\'ll deal with Charles. ::She turns to look at Jacob.:: Looks like we\'ve got some talking to do later. ::She sits back down.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1171', 'd6a4c3201a', '', '[quote:d6a4c3201a=\"Philip\"][quote:d6a4c3201a=\"Saskia Tolan\"][quote:d6a4c3201a=\"Philip\"]Good, son your going to be giving us a hand then. It\'s late, some of you need to feed, and others have a ways to go home. So tomorrow I want ideas, I want these flyers in the hands of the kids who play that game, and no ties to us. I need a plan to get the cops there, and no ties to use. Every one here had a bad week, and I\'m not going to sit here trying to decide who\'s hands should be cut off or toungs cut out. We all work together to fix this and it never hanpend. Soska, forgive me but until this is fix up we\'ll keep you place closed. Let me know if you need anything. I will be making demands on each of you, I think you owe the domain.[/quote:d6a4c3201a] ::Saskia drums her fingers on the chair arm.:: Dah, but Seneschal, I loosing money without bar. Annabelle out of work, my bouncer is watching workers during day, but that coming from my pocket to pay him. Leaving bar closed too long is more suspicious. Shouldn\'t take long for upgrades to system. Be better to open back up and run things as mortals do, not hide till cover story hits papers.[/quote:d6a4c3201a] Philip turns his head to Saskia. \"I\'m sorry Saskia, I was hoping the money I was putting into you repairs would cover the time you were closed. I didn\'t think about you staff. Please Feel free to open as soon as your repairs are down. However, no member of the domain except for the Prince, your new child, the Sheriff, the Hound, or myself should go to, enter or be on the grounds of the club until the Prince has given it his all clear. Perhaps we should talk about ways to insure the peace in your club at a more privet time Saskia?[/quote:d6a4c3201a] ::Saskia claps her hands together and gets a smile on her face.:: Dah, we talk later. ::She leans back and relaxes in the chair.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1172', '5d29e810ea', '', '[quote:5d29e810ea=\"Druscilla Lang\"]::Druscilla stands quickly, both of her hands on the table in fists, the entirety of her body weight resting on her knuckles. Her back now fully exposed to the light in the room those near her can see intricately carved letters in a foreign language. The wounds are fresh and cover her completely eventually disappearing into the fabrics of her shirt.:: Seneschal! ::there is severe warning in her voice:: I let your transgress against our Lord\'s name slide the first time, but I will not let it go now. If not for the sake of what is left of your own soul than for the respect of those around you who take offense to such things. These times are trying true, but that does not mean that we can begin to behave as the heathens that walked this earth centuries ago. ::she pauses:: Fine, I\'ll deal with Charles. ::She turns to look at Jacob.:: Looks like we\'ve got some talking to do later. ::She sits back down.::[/quote:5d29e810ea] ::Saskia looks at Druscilla\'s back and grimices for quite a few moments. She looks at Nicholas for a second and shrugs her shoulders then turns back to the conversation.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1173', '3b00ce70a3', 'Later that day', 'After your meeting with the lawyer you are shown back to your cell and about an hour later that guy shows up at the door. Ok bitch you gonna go for a walk with me and show me who gonna fuck me up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1174', '29a9bcf0ac', '', '::Druscilla steps down from the alter and begins to chat with some of the congregants. Occasionally she and another disappear into a small room for some time then appear again.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1175', 'ab0932c420', '', 'Alright bro i\'ll point him out, lets go for a walk. *tom gets up and follows XX*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1176', 'fe4801bd9c', '', 'he takes you out of the cell and begind to walk through the common areas to where the blacks hang out and looks at you to see wher you point,. The blacks watch as the two of you approach their area.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1177', '66505bc098', '', '*as tom sees the blacks he urgently motions for XX to follow and quickly whispers to XX* \"thats them\" *begins to walk back out the way he came*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1178', '3862c3e4f9', '', 'he walks to the side with you and tells you to point.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1179', '9176a27672', '', '*lowly points to a group of black inmates* \"It was them but you can\'t do anything when they are this close to their bros\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1180', '801dacdbca', '', 'You don\'t tell me how to handle my busness but I gonna take care of it and you my bitch now an if this work you be cool while you her an roll with me.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1181', 'a1c21f0e49', '', '\"of course im sorry for my impunity\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1182', '0f97e533af', '', 'yo what?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1183', '7975e328cb', '', '[quote:7975e328cb=\"Druscilla Lang\"]::Druscilla stands quickly, both of her hands on the table in fists, the entirety of her body weight resting on her knuckles. Her back now fully exposed to the light in the room those near her can see intricately carved letters in a foreign language. The wounds are fresh and cover her completely eventually disappearing into the fabrics of her shirt.:: Seneschal! ::there is severe warning in her voice:: I let your transgress against our Lord\'s name slide the first time, but I will not let it go now. If not for the sake of what is left of your own soul than for the respect of those around you who take offense to such things. These times are trying true, but that does not mean that we can begin to behave as the heathens that walked this earth centuries ago. ::she pauses:: Fine, I\'ll deal with Charles. ::She turns to look at Jacob.:: Looks like we\'ve got some talking to do later. ::She sits back down.::[/quote:7975e328cb] Philip rolls his eyes and sits, one hand on his head as if it is in pain. \"Why do I bother? Ok Charles the pain in my ass is taken care of. We have a plan to deal with the rummer mill out there, and hope to put off any hunters from snooping too much around. We still have a few new children that need to be made, speaking of which, what is up with the cop?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1184', '8a31979b47', '', '::Druscilla looks over to Moira for the answer about the cop.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1185', 'ceceadb48e', '', 'Philip walks over to her chair. \"Moira, have you changed him yet. He knows about us, right? So what actions have you made?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1186', 'ca81230e9f', '', '[quote:ca81230e9f=\"Philip\"]Philip walks over to her chair. \"Moira, have you changed him yet. He knows about us, right? So what actions have you made?\"[/quote:ca81230e9f] Philip looks down at her. “Well. Come now Moira, is there some reason your acting as shy as a bride on her wedding night? What about the cop?”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1187', '623d48ad8e', '', '\"Im sorry for telling you what to do, so what are you ganna do about this problem sir?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1188', '8baaea02d8', '', 'nuna you busness, you go back to yo hole an I come get you tomorrow so no one else fucks wit you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1189', '29aef31bd1', '', 'Alright i\'ll see ya then. *heads to his cell*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1191', 'f8d0d3f915', 'the next day', 'Durring the course of the next day you notice several of the inmates missing, most of them the ones you pointed out to your bully. when it is time to go to the common area he is waiting for you by your cell door and shows you over to his side of the room where he introduces you to a bunch of people and you get to eat for a change and are welcomed into a group. You also resceive a letter from the lawyer stating that they are reveiwing your case and although it looks bad keep hopes up and they are making your case a priority, along with that is the name of your benefactor, Mr. J.A. Fairlane.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1192', 'f41364517e', '', '((OOC: What the hell is the time line here? I can\'t answer this question yet... Must finish something somewhere else))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1193', 'f4f3bf7cc3', '', '::she looks confused for a moment and then not:: David, you have to make a true decision. You have tried to escape from us. That will not be the best way to stay alive. ::she says gently::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1194', '7db62784c2', '', '::Moira remains frozen in her pew. once and a while her fingers move a rosary in a direction and her lips move silently. She does not seem to be paying attention to anything at the moment::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1195', '84a1b43aee', '', '((Scene is still on going so just say we are working on it and it will be acceptable.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1196', 'f200e4e798', '', '::Druscilla looks at Moira.:: Moira, enough with the niceties. Show him the thing he will become. Make him understand his choice and the [i:f200e4e798]nightmare[/i:f200e4e798] that his reality will become. Prove to him that we are real... this is not drugs... we are Damned and he is Kine. Show him his place and what he will be if he chooses to be elevated above those he currently walks with.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1197', '0328db21e5', '', 'David finally uncovers his face, looking up at Moira. His face is sad and red; his voice heavy. \"Either choice is death, as you have told me. I am scared. I had to try. But I do not what this to be the end of me. I will continue. I have no other choice. You have beaten me.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1198', 'f9a7037037', 'Druscilla\'s herd...', 'Her herd consists of the care-takers of the cemetary infront of her haven.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1199', '0e08406a23', '', 'Ok cool, now how does she feed from them. I don\'t mean to be an ass but having the herd is one thing and with the prospect of having someone to teach how to feed and knowing how you go about digging your well is another. Do you attack him in the night, sneak up on him while he sleeps or what, it doesn\'t have to be detailed I just need to know how she does it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1200', 'a76ebec360', 'Feeding', 'Okay, I still don\'t know what to do about her feeding... I have a real problem with this.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1201', '7d4b52e7b6', '', 'I don\'t know, I thought with herd you didn\'t have to worry about how.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1202', '99fe49404e', '', 'So I\'ve noticed.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1205', '2b4e750987', 'GRAND REOPENING PARTY!!!', '::Posted on flyers in Ostrava\'s windows.:: GRAND REOPENING PARTY. FRIDAY SEPTEMBER 23rd, 2005 ALL DRINKS 50% off for the night!! Come join the fun!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1206', 'a6845a2394', '', 'Ok, fine. Take care of it please. Any one else. Last chance. I\'m getting hungry and I still have a lot of work to take care of. If there is nothing else, I will hear from each of you tomorrow with your ideas about how to pull off our little sceem. Sus, please let me know when you will reopen, remember no one except those members I have mentioned to you are to be anywere around your club until I or the prince say other wise. It\'s your place, but it\'s also your job to keep them out.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1208', 'caf3293d69', '', ':;she looks at dru and then at David and back to Dru:: You wish me to show him the nightmare of my clan? ::she says softly slightly confused:: Have you truly aquiessed? ::she says to david:: If you have then druscilla will hear your confessions. ::she does not take her eyes off david::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1209', '004f7321e6', '', '::she looks uncomfortable as always and slinks back into the shadows after answering Philip::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1210', '2402ddf2a6', '', 'Moira, show him or not, you\'re going to have to eventually. I don\'t care. I am sick of the nice conversations though. This must move forward so we can fulfill our duty to the Prince and then be done and begin to attone for it. ::To David, and stepping closer to him:: Yes David, are you ready? Have you made your decision?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1211', 'a3fe76b1b8', 'Welcome', 'Since you are online and I anticipate that you will be more active than your sire i\'ll be handelling her absence soon so feel free to start going out and doing stuff without her. Just make sure you read all of the stuff that is already up first, especially the elysium stuff. Yes you are already supposed to be there. And on the top of the screen after you are logged in wher it says logout, profile,messages and all that shit. Prifile is your personnal info like your signature and the way that you see the boards and all, if you want to change the way the board looks you go into the one all the way at the bottom of the profile screen and click board style. Then you can choose the one you like the best, though I warn you some of them are real hard to see where the new posts are. The one for \" messages\" are where you can send/receive private messages, if when you log in you see your popup blocker go off you most likely have a Private message, just put the arrow on the word messages and it will tell you if you have any or not, if you do just click messages and it should be self explanitory from there on out. If you have any other questions just PM ( private message ) me or call me and I\'ll see what I can do. Remember tyhis isn\'t like an instant messager, when you respond to things or start them you can just walk away from it and people will react as they check the boards and they also understand that you may not respond immidiately to anything that they do.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1204', '59bfcb2b72', '', 'Since Shannon is still on honeymoon assume that she just said it is being taken care of and that will work fine. I want to disturb her as little as possible while she\'s away and this way we can keep moving.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1212', '1792cbe6d1', '', '::she seems to sigh and hangs her head, then looks at David when Dru speaks to him. She waits for his answer::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1213', '7959123215', 'Morris County Visitor website', 'I work as a \"Travel Counselor\" for the state of New Jersey so I have access to all kinds of nifty tourist information and lots of free time to look through it at work. I have several copies (and can get more) of the Morris County Visitor guide, so if you would like one, just let me know and I will make sure I bring enough to next game. Their website is pretty useful too, especially if you aren\'t really that familiar with Morristown or Morris County. [url]http://www.morristourism.org/index.html[/url] There are some interesting legends about this area listed on the site under Morris County, Curiosities and Legends. Have fun! And if you can think of any other way I can abuse my powers as a state employee just let me know! :smt020 :smt083'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1214', '1e9a0c3e61', 'Coffee', '*The man with the scar enters and gets a large black coffee from the back.* Thanks. *he walks to the far side of the shop and watches the activities for the night.*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1215', '6753e9b54f', 'My Character Sheet', '[b:6753e9b54f]Attributes[/b:6753e9b54f] Intelligence: 3 Wits: 3 Resolve: 3 Strength: 2 Dexterity: 3 Stamina: 2 Presence: 4 Manipulation: 3 Composure: 3 [b:6753e9b54f]Skills[/b:6753e9b54f] [u:6753e9b54f]Mental[/u:6753e9b54f] Academics 3 + Spec. Religion Investigation: 3 Medicine: 2 Occult: 3 + Spec. Psychic Energy Politics: 2 [u:6753e9b54f]Physical[/u:6753e9b54f] Athletics: 1 Brawl: 1 Larceny: 2 Stealth: 3 Weaponry: 2 [u:6753e9b54f]Social[/u:6753e9b54f] Empathy: 3 + Spec. Emotions Expression: 2 Persuasion: 1 Socialize: 1 Streetwise: 1 [b:6753e9b54f]Merits[/b:6753e9b54f] Inspiring: 4 Resources: 2 Med. Mind: 1 Latin: 2 Allies: 2 - Sanctum, 2 - City Hall, 1 - Antiquities, 2 - Hospital, 3 - Coroner Contacts: Sanctum, City Hall, Museum [b:6753e9b54f]Disciplines[/b:6753e9b54f] Auspex: 3 Celerity:1 Obfscate: 3 [b:6753e9b54f]Theban[/b:6753e9b54f]: 2 Rituals: Blood Scourge Sanctity Damned Radience Celibacy Messenger Mark Liar\'s Plague Humanity 5 Health 7 Will 6 Vitae 13/2 per turn BP = 4 Size 5 Defense 3 Int. Mod. 6 Speed 10 [b:6753e9b54f]Devotions [/b:6753e9b54f] Quicken Sight Spend blood - reflexive - add 5 to wits + comp. to see, last scene [b:6753e9b54f]Status[/b:6753e9b54f] Covenant 3 - Bishop City 3 Clan [b:6753e9b54f]Gear:[/b:6753e9b54f] Locust Shells Masks Small Dagger Bible [b:6753e9b54f]Haven[/b:6753e9b54f] Loc. 1 Size 2 Sec. 3 Virtue: Temperance Vice: Envy'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1216', '7710cf1499', 'My Sheet', '[b:7710cf1499]Attributes[/b:7710cf1499] Intelligence: 3 Wits: 3 Resolve: 3 Strength: 3 Dexterity: 3 Stamina: 5 Presence: 2 Manipulation: 3 Composure: 4 [b:7710cf1499]Skills[/b:7710cf1499] [u:7710cf1499]Mental[/u:7710cf1499] Crafts: 2 + Spec. Jury-Rigging Investigation: 1 Politics: 2 + Spec. Kindred Science: 2 [u:7710cf1499]Physical[/u:7710cf1499] Athletics: 2 Brawl: 4 Firearms 2 + Spec. Pistols Stealth: 2 Survival: 2 Weaponry: 1 [u:7710cf1499]Social[/u:7710cf1499] Animal Ken: 2 Intimidation: 2 Persuasion: 2 Socialize: 1 Streetwise: 2 + Spec. Rumors Subterfuge: 2 [b:7710cf1499]Merits[/b:7710cf1499] Resources: 3 Boxing: 3 Barfly: 1 Danger Sense: 2 Fast Reflexes: 2 English: 2 Allies: 2 Club Scene, 3 Police, 2 News, 2 Vetrinary Contacts 5: Blackmarket, Drug, Smuggling, Police, Club Scenes Herd 2 Retainer: Annabelle [b:7710cf1499]Disciplines[/b:7710cf1499] Animalism: 3 Protean: 3 Resilence: 2 Vigor: 1 Humanity 6 Health 10 Will 6 Vitae 10/1 per turn BP = 1 Size 5 Defense 3 Int. Mod. 9 Speed 11 [b:7710cf1499]Devotions [/b:7710cf1499] Iron Skin - 1 vitae lasts dots in protean for turns, acts as armor to resilence level each turn, slows speed & Int. by res. dots [b:7710cf1499]Status[/b:7710cf1499] Street - 2 Covenant - 1 Clan - 1 City - 3 [b:7710cf1499]Haven[/b:7710cf1499] Loc. 3 Size 3 Sec. 3 Sire - Stella Marshalls Grandsire - Alexandria Guell Virtue: Fortitude Vice: Gluttony'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1217', 'bb36618790', '', 'OOC: END OF LINE I\'m out folks, wont be back until oct 4 talk to you all then. IC kind off, you all better have your shit together when I get back. :razz:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1218', '33aae4ad09', '', 'David stands up, brushing himself up. He tries to regain a straight face but still looks sad. He continues to look at Moira, ignoring Dru. \"I will not fight further. You may do what you must. I will become this \'horror\' you speak of to survive. But I will not confess. I do not believe in your god nor do I have anything I am sorry for.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1219', 'f06e5a9f95', '', '::Smiles but there is pure ice behind it, nothing warm:: Moira, if he will not take part in the confession with you then it is not granted and he will die. I have other things to attend to. Good night Daivd. ::She turns and begins to walk to the door.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1220', '9dc5957310', '', '::she looks at Dru and nods and then she turns to David and for once there is anger in her eyes:: Do you wish to continue or not. ::she hisses, the words are almost hard to understand as her accent becomes thicker:: This is not a game we play David. You have have finally tried my patience. You confess. ::she points to the ground:: Here with me now, or by God and Longinus I [i:9dc5957310]will[/i:9dc5957310] make you fear and you will make your choice. ::she hisses and her fangs emerge. She now seems more like Dru, a monster cold and deadly:: ::her voice raises ever so slightly in anger:: We are not here to babysit you David. We have no more time for these foolish games. Make your choice here now before God, Longinous, Druscilla and myself. Choice an immortal death or choose a death not damned. But you must choose. You have one last chance. ::there is only one other time Dru has ever seen Moira this on edge, this angered and this frusterated. But unlike the last time she has an air of far more danger to her::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1222', 'deee674374', '', '::Turns, the same wicked smile on her face, she seems almost proud. She looks at Moira approvingly.:: Yes...David. Moira must confess.... and as her sin you must be present. It is the only way.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1223', 'cda2564a1c', '', '::The bar is in full swing. The bouncer at the door is keeping the underagers out and the customers are flowing in. Saskia and Annabelle are running the bar with a bus boy cleaning up old bottles and food wrappings. Saskia is spending time talking to the customers reassuring them that the bar won\'t close again.:: Dah, Tom, of course bar is running well. Reopening party.... what better reason to have a special party? ::she laughs:: Come... more drinks. ::she looks at the back tables:: HEY you, cutey pie..... get your feet off my poker table! ::the college guy looks sheepish and follows her order:: Sorry Saskia.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3510', '74a8b144af', '', 'I am not shocked at all your Excellency, indeed I would be shocked if you did not have informants within your rival\'s court,your Excellency, if you would do me the honor of sharing this rendition with me, we can discuss the matter further, if it pleases you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3511', '1a259cce6e', '', 'Oh it does. ::he smiles slightly:: First, the person who was punished, one Moira Kelly of the Lancea Sanctum, existed in the Domain of Morris before Prince Crane came to power. And my contact had mentioned that she was a die-hard Catholic and as she was punished a look of peace came over her. From what I understand she did not fight anything that they did to her. So in actuallity that may have been what she wanted. Mr. Abruzzesi one finds after being around as long as I have that sometimes one must put fear into young ones by punishing one who made a mistake infront if Kine. What Prince Crane did was, in my opinion, a wise things to do. The masquarde is a precious thing and even if you are Carthian the price for breaking such a core law in our system, espcially by one who should know better, is a valuable lesson for the young ones. ::he is like stone speaking in a voice that commands respect and a voice that warns:: Second, you were acknowledged in the domain of Morris and had made your intention to stay there known you said you wanted to be a role-model, which I am having issues seeing. At that moment Prince Crane was your Prince. As much as you may dislike it, respect will be shown to a Prince. If one like you came into my court and proceeded to speak to me in the tone and fashion that you spoke to Prince Crane in what they did to Moira Kelly would see like a pleasure cruise. You have made the my ::he emphasizes the word:: domain look bad, you have made me look bad, and you have made the Invictus look bad. I .... DO... NOT... TOLERATE...SUCH...SLIGHTS ::he says a grumble in his throat, but he does not yell. Each word is emphasized and controlled:: Your first attempt at making amends for the wrongs of your sire has gone horribly wrong. Thirdly, there was mention of a mortal. The one that Ms. Kelly broke Masq in front of. And you were asked to take care of the situation and you replied infront of the entire court that you could not take care of the situation because he was family? Mr. Abruzzesi, perhaps I will have the Seneschal give you lessons on being a member of the Invictus covenant when I am done with you. Kine, Mr. Abruzzesi are to be used. Relationships DO NOT continue in the close and familier kind. If they do, this ::he motions to Anthony:: is what happens. You leave a Kine running about with images of a masq breach and even though some may thing that the individual is crazy, it is a becon for those who know what they are looking for and for those who stive to see us destroyed. I am not happy with your performance thus far Mr. Abruzzesi. Perhaps you would like to tell me what happened again. I would choose your words carefully. ::he warns sternly::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1225', '5d1e7a2a12', 'Announcment', ':: This announcment reaches all domain members one way or the other from the herald :: The Prince wishes that Mark Riley and Nicholas Raptoni as the oldest of the new children begin their education in the covanants, he has determined (by random Die roll) that the first covanant to meet with the cilder shall be the Ordo Dracul. You may descide among yourselves who shall attend this meeting first but both are required to attend. :: OOC contact the judge to let me know which one of you wants to go first. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1228', 'ee5a1fcfcd', 'Harass the ST...', 'Hey all, :smt006 Just thought, since I suggested it and he hasn\'t gotten to it yet. That if we all harassed the ST enough he would type our character sheets into our private forums. That way if you ever need it during an online or in person scene that he isn\'t at you will have access to your sheet. Doesn\'t that sound like a great idea? I thinnk so.... Hee hee hee hee :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1234', '3a8903053d', 'After NY', 'When Dru finally gets home she spends the majority of the first night in meditation. Nathanial is with her in her haven and he is sitting there quietly watching her. He refuses to leave and she pretty much doesn\'t have the energy to argue with him otherwise so she lets him sit and watch her. When she is done she questions him about what he and Charles discussed during the day. He fills her in about Charles wanting to know what he was to Druscilla and the answer Nathaniel gave him. After that they discuss his thoughts on what happened. When dawn approaches he reluctantly leaves and Dru sleeps the day out. The next night Dru wakes up healed and heals herself some more, she is concious about healing her face and exposed flesh like arms and hands first. ((Down 4 blood for night. 1 to rise and 3 to heal. That makes 1 agg down and 4 to go.)) Taking advantage of the small amount of herd she has she goes to the Church at St. Elizabeth College. (the parishoners here are going to be her herd). She goes into the church and spends sometime going through her routine of praying etc. When she is done she finds some of the late night parishoners and begins to talk to them. One of them, a man who she has spoken to before offers to walk her home safely. This has become almost a routine for them. He comments about how she hasn\'t been around a lot and Dru explains she\'s been busy etc. As they are walking they come to a park area and head off to talk. This is typically of their routine. The man sits very close to her and faces her, his body language telling her that he wants her, spiritually, physically, she doesn\'t really care as she only wants him to give her the life inside him. She\'s edgy and she knows it. She puts a hand on his leg and he slides back a little. 09-29 13:07:26 Dru rolls 6 dice to Healing agg let me eat!!! Failure 1,1,4,1,3, 3 He glances at his watch and remarks that it is getting late. Maybe next time she\'s around they can spend more time talking but he has to get up early for a trip out of town tomorrow and has a flight to catch. He was stopping at the church to pray because he hates flying. Dru agrees he should go and watches him leave. Pissed as shit that she fucked up somehow.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1235', '2ce9aad3dd', '', 'ok well in that case a minus 4 to all actions made by those that harass the judge. mwahahahaha . It\'s good to be the Judge. :smt029'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1236', '9e3daf557b', '', 'Whatever :smt009'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1237', '3e1bf2c9f8', '', 'It\'s now been three days since the last post on this thread, because this is holding some of the players and NPC\'s in a timebubble if it\'s not posted on by tonight considder that David is just to distraught to answer and we will pick up again at current time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1230', 'ee2c4f7c93', '', 'what is this \"ST\" that you speak of?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1231', '1a746cd64e', '', 'OKAY HARASS THE JUDGE!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1232', 'b7f4ba16e4', '', 'I don\'t like getting harassed, go harass this ST you were talking about instead.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1233', 'b1309d9734', '', 'Nope can\'t the judge kicked him out long ago.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1238', '9890bbf15b', '', 'She heads beack to the college but bypasses the church this time. Obviously that isn\'t the place to be tonight. She walks slowly through the quad her head down looking at the sidewalk. She waits to see who passes by, students, men, women, security gaurds etc. She eventually walks past some of the dorms. She glances in the open windows and smiles when she sees a couple inside going at it. She gets a thought but shakes her head as she realizes she\'s too injured to go play with them right now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1239', 'c740db5d12', '', 'I would have to agree'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1240', '88d3039bb7', 'Dru calls Moira', 'OOC: This would technically be after the weekend after game. (That Monday night) It won\'t take long but I\'ve been waiting for Joel to get online to work on this. So I\'m just going forward with it. ::Dru calls Moira and asks her to come to her chambers.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1241', 'cc3da1888c', '', 'See Shannon likes my idea too. GET TO WORK hon!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1243', '7ef30f5055', '', '::Dru heads back towards the church and to her car. She drives into the main part of Morristown and through into the more ghetto areas. When she finds a satisfactory street she parks the car and starts heading down an abandoned alley. She obfuscates when she gets into the darkest part of the alley and heads out walking down the street.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1244', '3632116991', '', 'well then minus 4 for the both of you since by agreeing with her I feel harassed :smt075'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1245', 'b53eb2642a', '', 'Ooh, ooh. Harrassment. I\'m in, I\'m in. -4 for me too. :smt026'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1247', 'bacc303531', '', 'Harrassment? of the judge? I\'m in!!! :twisted: :smt079'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1248', 'eefc5409f5', '', 'Robyn is doing something violent to the milk steamer on the espresso machine. \"frelling piece of ...\" She finally gets it to work and gets hot milk down her shirt for her trouble. As she steps into the small back room she is heard to mutter, \"one of those nights.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1249', '315f501581', '', 'Since everyone seems to ove the minusus I\'m handing out for harassment I\'ve descided to be generous with them, you may all have a minus 8 XP and since I\'m felling extra nice you may loose 3 skill dots as well. Have A Nice Day..'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1250', '0770dc5e0c', '', 'Don\'t worry guys I have the trump card.... Oh Jim....dear..... COOK YOUR OWN DAMN DINNER!!!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1251', '6f52258f38', '', '*chuckles and finishes the coffee he goes to the counter* Can I have another regular black coffee. *fumbles with his wallet* Bad night?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1252', '04fa785338', '', 'OOC: Going with Jim\'s instruction here. ::Druscilla\'s eyes begin to darken and everything creepy about her begins to magnify.:: Fine mortal, you want to cry about it. Cry..... ::She is forcing deep breaths and her fangs start to slide from her. She looks like pure evil.:: Maybe being locked in here for a week or two will make you decide. ::She turns to Moira.:: Moira, leave him be. The abdecarians will feed him each day. You, ::she turns back to David:: have two weeks kine (the word is condescending and hateful sounding)....that is the last of my patience. Two weeks. ::She walks to the door and knocks on it twice, there is obvious force behind it for the small woman. As she is leaving the room....:: Moira.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1253', '45000b05ea', 'Two weeks later.....', 'OOC: If you guys want to run a meeting during the two previous weeks go ahead and we\'ll throw this on hold while you do PM\'s. ::Druscilla shows up at the door of David\'s room. She looks calm and there is a lift to her face. She says nothing just stares through the door.:: ((Let me know if you are already in there Shannon, and what you\'re doing Joel.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1254', '848f7861ad', '', 'So I take it we\'re having pata for dinner tonight?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1255', '545902317d', '', 'She smiles and gets him the coffee. \"That machine hates me. It never acts up for anyone else.\" She glances down at her shirt. \"This is the third shirt i needed today. Truck plus puddle when you are on a bike is not a fun combination. But that is why i keep a couple extra in the back... Coffee is not kind to clothing.\" Hands him his coffee.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1256', '8924929472', '', ':smt032 Bring it on!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1257', '37d78e8700', '', '[quote:37d78e8700=\"The Judge\"]So I take it we\'re having pata for dinner tonight?[/quote:37d78e8700] Oh, I didn\'t just mean tonight dear. Hey Rick, you and Jeff want to come down for steak tonight? hee hee hee hee :smt084'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1258', 'c8235aa892', '', 'Oh Kenya, you are so evil!! If you really want to torment him though, I can stop by with some of Gunnar\'s Chili :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1259', '6d44e2fcf0', '', 'interesting, it appears I have a mutiny on my hands, oh well. Hey anyone ever wonder what would happen if god got pissed at yo? I\'ll give you a hint, we start with hoards of hunters that seem to know where you all live and all of your obfuscates fail. Then we move to all of the gas mains under where those of you that escape find to sleep seem to burst in flames. and if some of you survive that while walking down the street one night the sun inexplicably rises for a few minutes at the same time as a massive gust of wind removes all the available cover from the area and small earthquakes cough up all the \"grounded\" gangrel.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1260', '7c62c69225', '', '[quote:7c62c69225=\"Robyn Winters\"]Oh Kenya, you are so evil!! If you really want to torment him though, I can stop by with some of Gunnar\'s Chili :mrgreen:[/quote:7c62c69225] Oooohhhhhh gunnar\'s chili...mmmmmmmmmmmmmmmmmmmm'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1261', 'eeb10991ac', '', '[quote:eeb10991ac=\"The Judge\"]interesting, it appears I have a mutiny on my hands, oh well. Hey anyone ever wonder what would happen if god got pissed at yo? I\'ll give you a hint, we start with hoards of hunters that seem to know where you all live and all of your obfuscates fail. Then we move to all of the gas mains under where those of you that escape find to sleep seem to burst in flames. and if some of you survive that while walking down the street one night the sun inexplicably rises for a few minutes at the same time as a massive gust of wind removes all the available cover from the area and small earthquakes cough up all the \"grounded\" gangrel.[/quote:eeb10991ac] Eh, it\'s been done before..... boring!! :smt015'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1262', 'b6bbc8c764', '', '::shrugs:: Unless a building falls on me, I should be fine.... it sometimes pays to be human :cool:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1263', '7250021e15', '', '*smiles* Got a question for you... *he looks a little embarassed* Would you mind if I talked to some of your patrons about sitting for paintings for me? I don\'t want to scare anyone off. *he blushes*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1264', '1491f78853', '', 'Thats why we use pestilence for you juice bags. Or falling debris from the earthquakes and windstorms. Or we can do the old fashond shot durring robbery.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1265', '4f2357992b', '', '::She heads to the slum areas and watches a bunch of teenagers on the corner for a while. Eventually one of them is approached by an older man and they shake hands obviously slipping drugs of some sort between each other. When the man leaves Dru begins to follow him. He eventually heads to his apartment and she slips in the door behind him.:: OOC: Rolled a die, high has fam, low doesn\'t. 09-30 15:01:34 ? rolls 1 die to ? (no 10 Again) Failure 3 ::He\'s alone in the apartment and Dru waits patiently watching the filthy man watch TV and lock his doors before he goes to bed. Around 3 am he goes to bed and falls asleep shortly after getting in bed. After he is in bed she scrawls, in very sloppy handwriting, a note. It reads, [i:4f2357992b]\"Stop dealing drugs to children. Next time I kill you.\"[/i:4f2357992b] When the note is written she leaves it on the remote in the living room and enters his room.:: OOC: Random roll to see how he is sleeping. 09-30 15:06:28 ? rolls 1 die to RS side, LS, stom., back (no 10 Again) Failure 2 (Right side) ::Dru moves to the left side of his bed and quickly grabs the man.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1266', 'c044ec2d43', '', '09-30 15:08:37 Dru rolls 5 dice to Grab man 2 successes 4,8,2,9,7 ::When she grabs him she immeadiatly bites into his neck and begins feeding. The man struggles slightly. OOC: 09-30 15:09:51 Man rolls 4 dice to resist pleasure 1 success 9,3,6,6 He attempts to break free. OOC: 09-30 15:11:23 Man rolls 1 die to break free (no 10 Again, chance roll) Failure 9 (Average pool of 4 strength brawl) (He\'s on a chance as she has 4 strength pumped.) He can\'t break free from her as she feeds and eventually gives way to the pleasure of the kiss. She rolls him on his stomach pinnin him to the bed. When she is done (takes 5 to fill). Druscilla lickes the wound, and whispers in his ear as she keeps him pinned to the bed. The whisper is a low growl and very direct.:: \"STOP.\" ::She pushes off of him and obfuscates before he can regain his sense and turn around. She follows him into the living room as he frantically searches for his assalant. When he goes back into the bedroom she quickly pops the lock on the door, leaves it open, and heads back down the street obfuscated. With a smile on her face and a rush in her veins Dru heads through the back streets to her car and drives back to her haven, thanking God and Longinus for the hunt.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1267', 'aefe554100', '', '::The night is a good one. Most of the patrons find there ways home. The guy who put his feet up on the table ends up getting ditched by his friends. He catches a ride home with Saskia.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1268', 'fcfe5c508c', '', 'We\'ll just make new characters. :smt110'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1269', 'a6e4463b8a', '', '::she turns and stares at her, the fire still in her eyes. Still heated that she does not say a word to Dru, but attempts to invite the words to come with her silence::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1270', '523bb68c0a', '', '((she won\'t be in there))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1271', 'cd70fdfc35', '', '::she replies hastily and comes a beckoned:: You wish to speak with me?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1272', '61256705a3', '', 'and those characters will harrass you, and the cycle begins again. Such is the way of the world.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1273', '27e7d86bb1', '', 'I don\'t mind at all... We have a special night for artists and artwork but there is no reason you can\'t work in here on any other night. Just please be considerate of others and their wishes and i have no problem. Actually if you need anything, towels, water, a plastic container or something, just let me know and I can probably find it after a few minutes... the back is not as organized as it should be. Stuff breeds to fill the space and there is not too much space.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1274', 'ec68506414', '', '::When Dru looks up from her desk Moira sees burn marks (fire looking) down the side of her neck and covering her arms.:: Yes Moira. Two things, first Daivd. I wanted to apologize for my reaction to him in the room the other night. I had just reached my point for the night. He is going to be your childe therefore I should not have overstepped my boundaries like that. What are your thoughts on him now? Do you have anything you wish to say to me? Please feel free to do so.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1275', '9cb93ff167', '', 'Dru I wanted to kill him that night. The need to kill him was so strong. ::she looks guiltly as she says this:: I just wanted to end his suffering. Taking his life struck me as the best way to do that.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1276', '8db00d4cf0', '', '(OOC: Opps, sorry. Did not see new board. I don\'t plan on talking all the two weeks to decide. Maybe if we could just move to the next day. I still have something to do on that day though. Tell me if there are any problems.)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1277', 'ab1187528d', '', 'OOC: Go ahead and finish it if you have something else you want to do for that specific night, but Jim wants the time to fast forward to current time so we are freed up. Problem is that Dru wasn\'t available the next night and wouldn\'t have come back for two weeks as she\'s been busy doing other stuff.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1279', '53d6fd979f', 'Avatar Galley', 'All right. Avatar Gallery is up for all to use. If you don\'t know how to get there post in here and we\'ll get you there. If you have any requests for types of pictures you would like in the galley post it here. Okay I think that\'s it. I\'m going to go before I get silly. :smt096'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1278', '0987867ee3', '', 'Don\'t feel guilty about this Moira. He deserves your anger. He has toyed with us long enough and when we return to his room in a few nights he will have his final chance to make the decision. Don\'t forget Moira that his suffering is why God has placed us here. He is kine, and this is his purgatory before he either becomes Damned like us or is released of this life and joins our Lord. ::She leans back slowly and grimaces slightly in obvious pain.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1280', 'fab605e173', '', 'I don\'t like what this situation is doing to us. ::she shakes her head:: I pray that this will end and that peace will once again come, but ::she trailes off and is silent for a moment:: I come here and I feel [i:fab605e173]their[/i:fab605e173] presences in this place that I choose to spend my time when awake and I grow bitter. I feel uncomfortable in my study even though they have not been here all that long. I feel the disruption that it has brough. ::the is a tinge of anger in her voice::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1281', '4f24fae93e', '', '10-03 07:37:09 D.C. rolls 4 dice to Resolve+Composrue 1 success 6,1,9,4 As David is being yelled at, his face starts to twist. After both Moira and Dru try to scare David, something finally breaks. His face turns red and he beings to yell himself. \"What the hell do you bitches want? I have already surrendered to you. So stop your bullshit. I don\'t care about your \'god\', your \'sin\'. I don\'t know your \'confession\' and I have nothing to say. So either let me go and stay out of my life, or do want you need to do and GET...THE...FUCK...OUT!\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1282', '3ff0dca573', '', '::She nods.:: I understand, they have been a disruption to everyone here including myself and I apologize to you for that. Kine are not meant to be inside these walls unless the circumstances are special. ::She slides the sleeve of her shirt up exposing more of her burnt skin.:: This was received while Charles and I were on our little outing to fix the mess with his friends and family. ::She slides the sleeve down and sighs.:: That brings me to my next point. Moira, after serious thought and internal searching I have come to a decision that will most likely affect you. Which is why I wanted to discuss this with you before I took action. ::she pauses:: I will be embracing Charles. ::she waits::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1283', 'ba79285492', '', '::Druscilla stops in the door and slowly turns to David, the door closes behind her. She begins to almost stalk him like a panther.:: Yes David... feel it... the anger... feels good doesn\'t it? ::She slides to his side opposite Moira.:: Moira? What do you think now? He has fire.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1284', 'c8eb5ead82', 'More Feeding....', '::Dru rises for the night and slowly checks her emails. She mutters to herself cursing at the machine.:: I don\'t understand why Nathanial makes me have this thing. ::She putzes around with it for a little while before the screen flashes blue at her. Frustrated she pulls the cord from the wall and heads upstairs to shower and get ready to feed.:: ::Once she is ready she heads out again and makes a stop at the church. She kneels before the alter and prays for a few minutes ending with the Hunter\'s Prayer.:: (Down 4 blood for the night 1 to rise 3 to heal.) ::She heads out to the rack area of Morristown and parks her car on the street. She heads down an alleyway and follows her normal routine of obfuscating and heading down the streets. She eventually comes to the more ghetto areas of the town and begins to watch the people walking up and down the streets.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1285', 'cb2746d30c', '', '::her eyes widen and she takes takes an uneasy step backwards. for a moment it seems like she will be going over. she stops, wobbles attempts to say something, but can\'t and just looks at Dru with eyes wide::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1286', '6664c198aa', '', 'I understand your shock at the matter, but I\'ve found that it is necessary. Moira, sit down. In the time I\'ve led this domain as Bishop, some thirty odd years now, I have never had a member of my flock brought into the position you are in. I have never been asked the questions you have posed to me. I have attempted to answer them to the best of my knowledge of our beliefs but the answers, while good answers, have, as I\'ve seen, still left you confused. Moira, ::dru looks almost ashamed as she speaks, her voice lowering:: I can\'t lead you or any other member of this flock in something I have not myself experienced. What happens if, God willing, I am still here 20 years from now and another member of our congregation asks the same questions as you have? Half-assed answers are no way to lead. I fully believe that what I am doing is a sin. I have already seen Cardinal Drake with Charles and we have gone through the confession. ::She pauses and waits for Moira.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1287', '208bbd3d50', '', '::she frowns:: Yes fire. ::she looks up at David:: You don\'t listen do you? ::she sneers:: This isn\'t a game child. The world is full of ceremony and things that you don\'t believe in. You don\'t have to believe in [i:208bbd3d50]our[/i:208bbd3d50] God, but [i:208bbd3d50]sin[/i:208bbd3d50] is all the same. You want to live. You [i:208bbd3d50]will[/i:208bbd3d50] confess. If not, say your prayers to whatever higher being you believe in and hope to see them when you die. Because you either leave as what I am or you leave through the doors of the church in a coffin. You decide. We have answered your questions. You will have a week to think on the choice. By the end of this week you will decide and you will either live on in death or die and pass on into eternity. ::she is cold, the monster chomping at the bit to be loosed.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1288', '7be2d414ff', '', '::She watches Moira carefully, but not interupting again.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1289', '33bc3b1eb8', '', 'OOC: 1-3 teenagers vandilizing 4-6 women buying drugs 7-8 Mom buying drugs with baby in arms 9-10 Dealer 10-03 12:57:47 Dru rolls 1 die to see what food is around (no 10 Again) Failure 6 ::As Dru watches the people on the street a woman who makes repeated passes up and down the block then around the corner catches her attention eventually the woman talks to a dealer on the corner and they exchange money and drugs..:: ::She follows the woman on her next passing and watches her more closely.:: Roll to see what time woman goes home. 1-3 1AM 4-6 2 AM 7-8 3 AM 9-10 4AM 10-03 13:02:13 Dru rolls 1 die to roll to check time (no 10 Again) 1 success 10 ::Around 4 am the woman heads home clearly upset and irritated that her night did not go well.:: Roll to see if woman has a baby. High = yes Low = No 10-03 13:03:59 Dru rolls 1 die to baby? Failure 5 ::The woman enters her cheap rundown apartment and Dru follows her inside like she did with the man the other night.:: Woman stay up? High = yes low=No 10-03 13:05:33 Dru rolls 1 die to stay up? Failure 7 Woman Activity 1-2 Eat 3-4 TV 5-6 Shower 7-8 Drugs 9-10 Reads 10-03 13:07:22 Dru rolls 1 die to activity Failure 2 ::The woman begins to rifle through her kitchen and as Dru watches she realizes that it is getting close to dawn. Dru waits until the woman is moving back into the liviing room to eat. As the woman walks past Dru\'s obfuscated form she quickly grabs her from behind.:: OOC: One blood for extra strength (down 5) 10-03 13:33:01 Dru rolls 5 dice to grapple 1 success 8,1,6,3,4 OOC: 10-03 13:34:25 Woman rolls 1 die to break free (chance roll) Failure 9 ::The woman tries to break free from Druscilla cursing at her attacker. Dru takes the opportunity to bite into the woman and begin feeding. The woman stops struggling and Dru lowers them to the floor pushing the woman\'s face into the carpet as she feeds. (taking 5 from the woman).:: ::When she is done she lets a little of the blood slide down the woman\'s throat then licks the wounds shut. Just as the night before she lifts her head to the woman\'s ear and threatens her, lowering her voice and disgusing it.:: [i:33bc3b1eb8]Death is not always so sweet sinner. Stop your drug use and get off the streets.[/i:33bc3b1eb8] ::She pushes herself off the woman and obfuscates watching the woman begin to sob. The woman makes her way to the telephone.:: OOC: High = yes Low = No to call cops 10-03 13:41:09 Woman rolls 1 die to call Failure 2 ::The woman picks up the phone and looks at the buttons then at her apartment around her. She lifts a hand to her neck and looks at the blood on the fingers, then at the drugs on her coffee table. She sighs to herself and begins to cry again, she then puts the phone down. After a moment or two she walks into the bathroom to clean up and Druscilla opens the door and leaves, full and sated. She crosses herself and heads back to her car and then on to her haven.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1290', '0853ec3cb0', '', '::even before Dru tells her to sit she is on her way to landing in a chair:: But Dru. ::it is obvious words just want to explode from her, but she can\'t seem to make it make sense:: Just because you haven\'t doesn\'t mean that by experiencing it will make things any easier should this happen again. ::she is almost begging::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1291', '2367def2b1', '', 'Moira, ::Dru seems upset, but not towards Moira.:: I know, there is no guarentee this will help, but its all I have left to help keep our covenant strong in this domain. I have to do this for you, for others in the future.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1292', 'f3356e74d6', '', 'jst so you know feel free to start things in this forum as well as what I have given you. My only problem is that a lot of what happens to you is dependant on what a few of the others do with you in regards to a rescue attempt or to let you stay there and since no one has told me either or at this point I\'m kind of at a loss.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1293', '531ff2a09f', '', '::she shakes her head violently, rational leaving:: Not for me. I would never want to see you go through this. ::she looks even more ill then she has since the Saskia incident.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1294', '236c9d0951', '', 'hehe you read my mind i was just about to start something tonight :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1295', '99e5d96556', 'A sunny day in hell', 'After waiting a few weeks and having heard nothing from his lawyers decides to give them a call. As soon as he sees a guard pass his cell \"Yo, guard, i need to make a call\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1296', 'f9b787539b', 'Meeting', 'ooc- I guess this is the room im supposed to be in? ic- I enter the room and wait for instruction. What do I see?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1297', 'de8c62194d', '', 'The gaurd will allow you to make a call durring free time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1298', '685c2ce51f', '', 'This room has an oak desk in it and two leather chairs one in front of the desk and one behind it, there ate two lamps in the room both behind the desk in each corner of the room and they are turned down so the light is slightly dimm at this point. :: OOC yes you\'re in the right room. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1299', '434a22a1d7', '', 'Moira, ::Dru\'s voice has strength to it but it is not cold like she was with David.:: Do you understand what this all means? They are multiplying, all of them. The Carthians, the Dracul, the Circle. Their children are already lost to us, unless by some miracle God and Longinus gguide them here. Do you think Ramier will sway an open mind to the young ones? NO, he will say pick any just not the Sanctum, and then give his arrogant reasons, which aren\'t worth the ground he walks on because they are all based on ego and heresay. In the 30 plus years I\'ve been in this domain he has never discussed our beliefs with me. He is an arrogant fool. Charles, Moira, he is open. We need to bring young blood into this covenant. He is already seeing the way to God. He may choose to go elsewhere in the end, but I must try something to keep us strong. With his young blood it will not always be the ancient Bishop Lang spouting off at the court. ::Dru takes on the air of power that she gets when conducting her sermons, the one that makes it nearly impossible to look from her.:: (Presence 4 baby!!) My sin will be for many reasons, politically to keep us strong and spiritually to help me aid my flock. Trust me Moira, I will not shun my responsibilities, I will not evade my punishment due me. Cardinal Drake is already questioning me as to when Charles and I will arrive for the creation right. As your Bishop I want you to be there. To witness my confession and penance for what I intend to do. Do you understand why I am doing this?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1300', '6b642e5266', '', '::After watching the silence for several moments Druscilla returns to the door and knocks on it for it to be opened. When it does she leaves the room.:: OOC: Dru\'s gone now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1301', 'bf07442842', '', 'Tom grumbling returns back to his bed and patiently awaits for free time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1302', 'a7fd925b8f', '', '::she nods like a child, tears seem to threaten:: I don’t mean to question. I’m sorry. ::she shakes her head:: I don’t know what to think anymore. I will support you as you me, of this you have my undying word. ::she goes quiet:: Does the prince know?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1303', '4390f11687', '', 'Ramier gracefully enters the room. He is dressed in in his ussual black slacks and jacket with the blue shirt. He seats himself in the chair facing the door. \"Hello again Mr Riley.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1304', 'f0023f2166', '', 'Time to make the call comes and you are escorted to a room with a phone in it for your call you are asked who you want to call and the number will be diald for you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1305', 'c79c404d79', '', '::Dru stands slowly and carefully moves to Moira obviously taking it easy because of the burns. She places a single hand on her back.:: Moira, do not apologize for questioning...I need you to understand why I do this. ::She has an almost simpathetic tone to her voice as she speaks.:: Yes, Moira, he knows. I requested permission from him before seeing the Cardinal. He was, intregued by my request but granted it. He does not care who embraces or why, simply that he gets the Mekhet he wanted made. ::She removes her hand and begins to carefully make her way to her chair again.:: Is there anything else Moira? Any other questions for me? I am already understanding the turmoil you have been enduring on behalf of your domain. I thank you for your sacrifice.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1306', 'e4cfad1b45', '', '\"I want to call my lawyer. The numbers XXX-XXXX\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1307', '366340d929', '', 'The call goes through.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1308', 'd5d11cd9cc', '', '\"Uh, hi is this mr.XXXX?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1309', 'f8105be00d', '', '::she bites her lip.:: Not right now. If you don\'t mind can I be excused. I may need to talk more later. But not right now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1310', 'e46df39909', '', '::Dru looks puzzled for a moment as she watches Moira.:: OOC: 10-05 18:33:43 Dru rolls 7 dice to Aura 6 successes 7,8,10,9,9, 9,6,9 Emotions and intensities please Shannon Of course Moira. ::She gets up and walks Moira to the door.:: I need to go feed and heal. ::She locks the door behind them.:: You know how to reach me childe. ::She nods and heads to the exit.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1311', '5f0afffdbc', '', 'They answerd with the name of the law firm it\'s obviously a seceratary.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1312', '8e1628fd4d', '', 'Emotions: Confused to the max upset tinge of: perturbed resentment frusteration sadness I think that is it'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1313', 'ca26aad2a2', '', '::she musters a laugh:: Me too. ::she gentle pats her gut::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1314', 'bb311c3034', 'Updates', '::looking slightly bored and anxious he calls for his seneschal to come and visit him. She responds as fast as she can:: How are our preperations? Any updates?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1315', '2358f0324e', '', '\"Nice to see you again as well..... Im new at this, so what do we do from here?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1316', '80a94bc82a', '', '(shoulda told me!! now tom looks like an idiot :) \"Ah, hi this is tom smith im calling to talk to Mr. XXX\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1317', '73897dd62a', '', '\"Do you know why you are here?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1318', '7274293dd3', '', 'he has you hold for a moment and you are out through. Tom what can I do for you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1319', '5b3571ce68', '', 'Damn you, I\'ll get right on that, I sent him the sheet he just hasn\'t registerd it yet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1320', '7f1d7c268c', '', '\"I was just calling to check up on how the case was coming along, made any progress?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1321', 'f09ce7c643', '', 'Hah! I was wondering what was going on since I haven\'t seen him online line.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1322', '276ea9f9a1', '', 'Unfortunately with the fact that you were basically caught in the act the best I can hope for is a reduced sentence, but I\'m still working on a way to get you out of this whole thing.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1323', '86ce6155f3', '', 'I sent out the sheet but he hasn\'t registerd yet if I don\'t see anything by tonight I\'m gonna call and see whats up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1324', '0e00a7edf7', '', '\"Ah fuck, well keep trying its apreciated\" *tom hangs up without waiting for a reply*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1325', '75e93994b3', '', 'who is playing this guy?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1326', 'd7a0516a9f', '', 'it\'s a surprise'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1327', '03d44f2d8d', '', 'hah! okay, have I met this person before. Because as far as I know I\'ve met the bulk of the NY crew. oh are we going to see goon the next game?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1328', 'a588c3f004', '', '\"Fine. I \'confess\' that I have been a \'bad\' person. I have done \'evil\' things. I have \'sinned\'. Now GET OUT!\" With that, David storms over to the bed and violently sits down. Not ready for the strain, the bed gives and collapses to the floor. David just sits there, glaring at Moira.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1329', '8ae49473d9', '', 'Not really, Im guessing its about the different groups trying to recruit me.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1330', 'c0cc3f74f5', 'Feeling Festive', 'The cafe has undergone a transformation overnight. It has gone from a warm, inviting, cheerful atmosphere to a much darker tone. There are black tableclothes with deep red accents, the art on the walls has also been swapped out. Robyn asked all the artists with their work on sale in the cafe to trade what was there with thier moodiest deepest and darkest work, so the walls are covered with local pain, frustration, anger, and sadness. The music that plays in the background is still classical, but instead of the light cheerful pastorals and minuets, there is a darker tale told by the cellos and violins and mournful horns. The immediate entrance is lightened somewhat by the autumn leaves in the window and the fall garland around the menu board. The specialty drinks of the week are a Pumpkin Spice Chai and a Cinnamon Apple latte with your choice of caramel or nutmeg on the top. Other seasonal flavers have appeared including Caramel Apple, Cinnamon Spice, Pumpkin, Nutmeg, and Cranberry. Another change is seen on the weekly event board. The Wednesday night drum circles have been replaced by a storytelling evening. Audrey Dumont, from the Morris County Visitor\'s Center will be telling local and regional legends and ghost stories for several hours each evening. Robyn sips her Cinnamon Steamed Milk and surveys the room. She nods in satisfaction and settles at an empty table near the counter to work on the books.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1331', '1500a3a5e7', '', '(OOC: As long as David is still alive, this is what happens.) David does nothing while waiting for time to pass. His main activity is sleeping, followed by eating. He does little else and by the end, he is quite dirty. He occasionally sits up to see if his captors are back.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1332', '8cd9c3c23f', '', 'That\'s not what we mean. ::she hisses:: ::she turns for the door:: Fine David. Sit here. Sit here and think. What do you what? Do you want to spend eternity with those people you met? If you do, then calm yourself down. ::her voice becomes gentle again:: Choose to live how we do. If you do you will see things that you never thought existed. Experience things that you only saw in movies, but you will see them with your own eyes, not from the other side, if you believe in another side. Confession is not what you think. If you wish to speak like a civalized person and calm down [i:8cd9c3c23f]we[/i:8cd9c3c23f] will explain it to you. I am your only option David. Through me you will exist here and now in coporeal form, or you will pass on to someplace else leaving your body behind as the reaper takes you. ::she very storyteller like, the tone in her voice almost sing-song:: I will return in a week. If you wish me here sooner let those who feed you know and I shall come. Good night David. ::and she leaves::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1333', '8428f85f62', '', 'Joel, check the reply in the first thread... then go from there.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1334', '006a580dad', '', '(OOC: David still does what is said in my previous post.)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1335', '40fe954e8e', '', '[quote:40fe954e8e=\"davidcoleman\"](OOC: As long as David is still alive, this is what happens.) David does nothing while waiting for time to pass. His main activity is sleeping, followed by eating. He does little else and by the end, he is quite dirty. He occasionally sits up to see if his captors are back.[/quote:40fe954e8e] ::Druscilla watches David look around and gets a little closer to the door but doesn\'t enter.:: I said good evening David.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1336', '4292640626', '', '::Walks into the shop and glances around. She nods approvingly but to noone in particular at the change in decoration. She goes to the back and gets her cup of tea then heads to the shelves and starts glancing at the books. She holds the cup between her hands as she browses.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1337', '1e3f5307bf', '', '*enters wearing a hooded sweatshirt. gets a coffee and sits down. he watches the shopping woman in the back. he starts to get up but shakes his head and stays seated.* *after 5 minutes he stands up and walks over.* Excuse me ma\'am.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1338', 'a836957fd9', '', '::She slowly turns around and looks at the man speaking to her. Her eyes rest on the scar for a moment but then connect with his eyes.:: Yes? ::She smiles slightly and continues to hold the coffee.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1339', '7f4499bf6a', '', '*smiles and sticks his hands in his pockets nervously. he lowers his voice and starts to talk to her quietly*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1340', '6025035145', '', 'David nods in recognition but does nothing else.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1341', '25e2050805', '', '::The large lock can be heard moving and Druscilla enters the room. The door closes behind her.:: Taken to not showering at all? ::She continues on as if she really doesn\'t care about his answer to the question.:: Have you made a decision David?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1342', '4102ae667d', '', '\"I am tired of all this. Just tell me exactly what you want me to do, to say and I will do it.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1343', 'a645478c3b', '', '::Dru pulls out a cell phone and dials.:: Moira. David has made his decision. I\'m in his room.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1344', 'b005ba63fd', 'Awakening', 'Garth opened his eye to the small room which had once been part of an old railway line. His master had shown it to him and once he had smashed a few of the walls causing a cave in. Unfortunately this had crushed most of the room and now made it just big enough for two. The gym was in between the outskirts and the middle of town. Luckily Garth trained quite a few people who he could feed off without them noticing. Garth yawned and got up. It was about time to start the gym. He moved up stairs and searched around for some type of animal to feed from. Whether he caught something or not Garth soon opened the gym. He started practicing with some of the weights, finding them heavy without using his vampiric strength. Last night his master had told him that his time had come. He must go into the world of vampires and become part of their society. He may not be bound to anyone but the politics could still affect him When one of the well known regulars comes in he asks if they would want a private match. If they accept he goes into a separate room in the gym, locks the door, and has a boxing match against them and tries to knock them out (making it looks like an accident) then takes blood from them. Wakes them and apologises if he harmed them. OCC: Can you tell me if this worked? Is this even possible?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1346', '4fbc1d12cf', '', '::it appears to David that she gives Dru an answer as she appears moments later:: Hello all.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1347', 'aaf01b1c4c', '', 'Sure that will work as haven/herd for you, since you\'re keeping the gym on the outside of town you don\'t have to much to worry about with it. You can start posting in any of the \"public\" forums. After you meet the rest of the Kindred of the domain the elysium site and the rest of the kindred only things will be open to you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1348', '60ea3644e1', '', 'Garth wiped his lips from the freash blood of the man he felt revitalised and licking hsi finger and rubbing it across the man\'s arm he shook him awake. \"Hey, dude. Sorry I must of hit you too hard. Go practice some more. I think I might close the gym in a few hours.\" WIht that Garth trained for a bit more. A few hours later Garth ushered the tainers out and closed the gym. With a sigh he went back in his office. His master had told him to try to find other vampires, but how? Maybe he should go to some of the more \'popular areas\'. He would look very out place there. Still it was his best bet. Still shakeing his head, but feeling revitalised, he walked out of the door to the middle of the street. OCC: I can\'t remember but is there any way for me to tell who is a vampire and who isn\'t.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1349', '6318d4359f', '', '::Nods.:: Evening Moira.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1350', '3865a5823c', 'Another day....another drink....', '::Annabelle opens the bar at the usual time. She waits on the few patrons there. As the time ticks by a couple of additional people enter. Eventually a brown haired woman wearing jeans and a black tank top walks in. She talks to the woman bartending and looks around the room. After a few minutes of serving some drinks she heads to one of the poker tables and sits down to deal the next round.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1351', 'fd32ba1aac', '', 'The door swings open as a very strange fellow walks in. He is rather tall and muscular his hair has been shaved and is extremely short, like someone from the army. He wears a short sleeved, loose shirt and a loose pair of tracksuit trousers. The weirdest thing is his face. One eye has swollen up to huge proportions and you can\'t see the actually eye. He ignores this handicap and walks up to the bar. The man looks at the bartender and requests a whiskey. He pays the man and sits at the bar glancing at everyone mainly watching the poker game.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1352', '72fe6b0296', '', 'Yes there is, Predators taint will come off of most vampires identifying them on sight, some however will not produce it because of obfuscate, so if you are asked or if you want to see if anyone is a campire just ask, most will do it on you but if you want just ask like this, OOC PT? They should respond in a PM.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1353', 'e10f8646ac', '', 'When he enters several of the patrons give him a wide birth but otherwise he is left alone.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1354', '99590f5af6', '', '::Annabelle gives the man his drink, trying to look but not look at his eye. She shutters a little after she turns her back to head to the customers on the opposite end of the bar. Saskia plays a couple of hands then glances up to view the crowd. Her eyes rest on the man at the bar.:: OOC: 10-11 17:32:49 Saskia rolls 10 dice to resist 3 successes 2,9,3,3,5, 5,2,10,3,8, 6 ::She raises an eye and her lip curls into a half smile, she lights a cigarette and continues to play.:: OOC: PM coming Garth'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1355', '5942680fca', '', 'David also nods toward Moira, making only a slight motion.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1356', '3dd6bef327', '', 'He walks in as though he\'s been gone a long time and hasn\'t seen the place. He is implacable dressed and has a yellow enveloped in his hand. He sits at the bar and calls the young lady over. “Evening Sus, looovve what you’ve done to the place.” He sets the envelop on the counter. “Everything’s taken care of as far as the repairs go I hope?” He slide the envelop over to her side of the counter. “My accountant took care of these for you for your taxes. Whole thing should end up tax deductible…. Could you give me a glass of the house wine love, then I got to be on my way, I have some other dealings that simply must be taken care of this evening.” The man seems in a surprisingly good mood.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1358', 'da589c59bb', '', '::Saskia gets up from the table and walks over to Philip. She pours him a drink and takes the envelope.:: Dah, ::her eastern european accent is thick:: Things good Philip. I\'ve got some other business we need to discuss sometime. I change my cell phone number here... ::She writes on the back of a business card she pulls out.:: Call me later dah? ::She slides the card to him.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1359', '10a0ca37ea', '', 'The man looks at the dealer and his eyes seem to light up. OCC:2 successes 9,8,5,4 He raises his glass to her and chucks it all back. He sits back with a grin. He watches her move over to the well dressed man. He tilts his head to the side. He watches the conversation waiting for them to finish. He edges back a bit when he sees the man but regains his composure, and continues watching the conversation. OCC; 3 successes 8,7,10,6,8'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1360', 'dfda39dbbb', '', '[quote:dfda39dbbb=\"Garth\"]The man looks at the dealer and his eyes seem to light up. OCC:2 successes 9,8,5,4 He raises hsi glass to her and chucks it all back. He sits back with a grin. He watches her move over to the well dressed man. He tilts his head to the side. He watches the conversation waiting for them to finish. He edges back a bit when he sees the man but regains his composure, and continues watching the conversation.[/quote:dfda39dbbb] OOC: 6 successes 8,8,10,4,8,2,5,1,9,3,10,7 Philip only takes a look at the number on the card, then over to the man at the looking at him. An eyebrow lifts and then a bit of a knowing smile. He puts the card it his pocket and takes his drink in one long sip. He hads the glass to the girl in green behind the bar, \"Here love, clean that for me will you.\" \"Sus, things have change since I\'ve been here last, I thought I know all your customers. Who arrre these new people?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1361', 'dcc50eea82', '', 'Ah, Philip. You know. New college year, always new people wandering in. ::She glances down at the guy and winks then looks back to Philip.:: Always upset Annabelle. She have hard time remembering all new customer\'s names. ::she chuckles a little::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1362', '36b0409bb7', '', 'The man watched as the two looked at him. He looked around puzzled. He wasn\'t sure how to continue from here. Maybe it would be best to just wait until they finished. Ordering another whiskey he continued watching them, never thinking to be subtle.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1363', '4a57701ab6', '', '::Saskia looks down at the bar again and motions to the man to slide down a few seats. She holds out her hand.:: Saskia, I own dis bar. You are?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1364', 'b1fc538984', '', 'The man moves down and looks at Saskia his swollen eye giving him a look of disdain. He shakes the hand. \"Garth, I own a gym a bit from the outskirts of town.\" He looks at the man. \"What would be your name, sir?\" Garth knew when he was outranked.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1365', '0dac3d2b60', '', '[quote:0dac3d2b60=\"Garth\"]The man moves down and looks at Saskia his swollen eye giving him a look of disdain. He shakes the hand. \"Garth, I own a gym a bit from the outskirts of town.\" He looks at the man. \"What would be your name, sir?\" Garth knew when he was outranked.[/quote:0dac3d2b60] Philip pulls out a napkin and starts to wipe the ends of his fingers with it. \"Duke.\" ::Smile:: \"I\'m what you might call, the founder of the feast.\" ::He rolls the napkin up and sets it on the counter.:: \"In fact I\'m a bit surprised I don\'t know you. You might say that’s my job, to know everyone. In fact I’d say there’s only one person more important in this town for you to know besides myself if you intend to make a go of a business around here. Which leads me to believe that either your business is now, or you are, which is it?” ::Sly Smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1366', 'd30e4249ff', '', '\"I guess it\'s the latter.\" Garth said still trying to figure out what he could mean by the founder of the feast. He looked around edgily \"Could we talk in private about this, Duke? Saskia?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1367', '8241f04897', '', 'Dah. Philip you want to go to back room or your office. It is close no? ::She looks behind her.:: Annabelle. ::The girl comes over and Saskia tells her to watch the bar for awhile. Annabelle nods and gets back to work. Saskia walks to the front of the bar.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1368', '27eab90e90', '', 'David, tell Moira your decision.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1369', '4afd4a331c', '', '[quote:4afd4a331c=\"Saskia Tolan\"]Dah. Philip you want to go to back room or your office. It is close no? ::She looks behind her.:: Annabelle. ::The girl comes over and Saskia tells her to watch the bar for awhile. Annabelle nods and gets back to work. Saskia walks to the front of the bar.::[/quote:4afd4a331c] You know Sus, I think enough has gone on here for quite a while. Why don\'t we take this down the street to my office. No reason you should have to host a meeting.... yet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1370', 'd64ab94678', '', '[quote:d64ab94678=\"Philip\"][quote:d64ab94678=\"Saskia Tolan\"]Dah. Philip you want to go to back room or your office. It is close no? ::She looks behind her.:: Annabelle. ::The girl comes over and Saskia tells her to watch the bar for awhile. Annabelle nods and gets back to work. Saskia walks to the front of the bar.::[/quote:d64ab94678] You know Sus, I think enough has gone on here for quite a while. Why don\'t we take this down the street to my office. No reason you should have to host a meeting.... yet.[/quote:d64ab94678] ::She quirks an eye at him.:: I meet you there. ::She goes outside and drives off in her truck.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1371', 'ddc4d37f21', '', '::Moira watches Dru as she speaks to David and then turns her attention to David, an expectant look on her face with some curiousity mixed in::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1372', 'c2b9af2fa6', '', 'Garth moved next to Philip \"How far is it, Duke?\" He looked rather tense and grinned weakly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1373', '001b813567', '', '[quote:001b813567=\"Garth\"]Garth moved next to Philip \"How far is it, Duke?\" He looked rather tense and grinned weakly.[/quote:001b813567] Just a few blocks, we can take my Limo, it\'s right outside. We\'ll see you there Sus.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1374', 'f2b5abc363', '', 'Garth follows Duke to his limo he looks more relaxed.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1378', 'bf78e67790', '', 'A man walks into the establishment dressed in blue jeans and a black T-shirt, wearing a silver crucifix around the neck. As he enters, his Charisma seems to burst out in waves through out the room, drawing the attention of everyone, Admiration of the Gentlemen and blushes from the Ladies (OOC: Awe has been activated). He takes a seat at one of the tables and looks around the room with an amussed interest.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1376', '443f56da90', 'New kid in town', 'They walk into a very nice upstairs office in a building marked Duck & Diamond. A pretty woman sites behind a desk and a large man opens the door for them. \"Thank you Max, we\'ll be in my office. No calls Kim.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1377', '7a0fbcd96a', '', '::Saskia waits for Philip and Garth to enter the office then follows them in. Her attitude is different now, not the smiling woman at the bar, she stands against the wall with her arms crossed and remains quiet watching the conversation unfold.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1379', 'd570f63fb8', '', '\"That would be the long and short of it. You will be meeting with each of the covenent heads. Most of which will try and seduce you towards there covenent. In the end however you should remember that, it is ultimately, up to you. It is you who shall conduct your own Requiem.\" \"Now to begin.\" \"Do you have any questions concerning the Order Dracul?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1380', 'f4a6a878b4', '', 'Garth looked at Philip pondering on a course of action. He looked at Saskia then returned his gaze to Philip. \"I suppose you want to know some stuff about me. What do you want to know?\" He folded his arms and leaned on his chair.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1381', 'bc9665d059', '', '::Druscilla continues to talk with the man with the scar. As she does she glances over his shoulder and her eyes land on the man who just entered. She puts a hand on Sebastian\'s shoulder.:: Sebastian, I\'d like to consider it, why don\'t you give me your number and I\'ll call you with the answer. ::After he gives her the number she walks back to the counter and gets a fresh cup of tea. She grabs a book off one of the shelves and sits at a table facing the man who entered. Her silver cross shines in the low light.:: Good evening. ::She nods to the man and opens the book.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1382', '73a83212d5', '', '[quote:73a83212d5=\"Druscilla Lang\"]::Druscilla continues to talk with the man with the scar. As she does she glances over his shoulder and her eyes land on the man who just entered. She puts a hand on Sebastian\'s shoulder.:: Sebastian, I\'d like to consider it, why don\'t you give me your number and I\'ll call you with the answer. ::After he gives her the number she walks back to the counter and gets a fresh cup of tea. She grabs a book off one of the shelves and sits at a table facing the man who entered. Her silver cross shines in the low light.:: Good evening. ::She nods to the man and opens the book.::[/quote:73a83212d5] *looks confused when she stops the conversation but gives his number* Good night ma\'am. *leaves the shop but almost runs into a waitress when he notices the man at the table*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1383', 'e3bfee4cda', '', '“Don’t get to comfortable young man. I have decided you can stay in my domain yet.” ::Philip says this as he takes off his coat. He hangs it on a wrack and as if he moved with the wind he is across the room sitting in his chair.:: “Let’s cover the bases first. Who are you? What are you doing here? When did you get here? Were do you come from? How old are you? What are you, and who was your sire?” ::The words come from Philip’s lips like he is sitting down to a business meeting.:: \"Oh and from this point on you will will refer to me as Seneschal Duke.”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1384', 'bc07948b7c', '', '::Saskia snorts to herself and pulls up a chair sitting on it backwards. She slowly drums her fingers on the back.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1385', '36eb294bfe', '', 'Philip gives a little smile; this is obviously the part of the job he likes. He sits five feet away and doesn’t even care that you’re in the room. Your part of the job, yet he’s somehow… likeable? He gives a wink to Suss. \"The lovely young lady behind you will introduce herself to you once I have decided if you are a suitable prospect for this domain.\" ::Pause:: \"After all... No point in her getting to know you if you wont be around long.\" ::Smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1386', 'af42037256', '', '::she walks into the shop, a pure picture of a librarian. Her hair pulled back into a tight bun, a grey skirt suit and classy heels. She manuvers around the people collecting at the door with the skill that comes with working on a college campus for years. She looks around for a table, nods when she sees some place in the corner and goes and queues up for the counter::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1387', 'c2ccc18e25', 'Praying', '::Druscilla spends nearly the entire night kneeling infront of the large alter at the front of the church. She spins through her rosary at least two or three times. There are a few times where she is completely still and does not move for nearly an hour.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1388', '7d41f4f85a', '', 'Garth frowned maybe he should of just stayed out but they would of found out sometime. \"I am Garth, an ex-soldier now gym trainer. I am here because I think I should join the society of the dahmed, which my master has told me about. I have been living here for 5 years since I lost my job as a soldier. I am 3 and have been one of the dahmed for about a year. I\'ve been laying low. I am what you call a Nosferatu and my sire is known as Ranulf. Is that sufficent Seneschal Duke?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1389', '3a55d678e2', '', '::Saskia stops drumming her fingers.:: Watch your tone with Seneschal boy. By master you mean sire, yes?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1390', '62ab4a0060', '', '[quote:62ab4a0060=\"Saskia Tolan\"]::Saskia stops drumming her fingers.:: Watch your tone with Seneschal boy. By master you mean sire, yes?[/quote:62ab4a0060] He smiles as Sas. \"It\'s alright Sas, everyone gets one for free.\" Looking back at the young man. \"One!\" \"Now, you\'ve been in my domain for 5 years and 3 of those you have been... kindred, by the way we say kindred, not damned. I don\'t like to think of myself as damned though I\'m sure there are a few of our kind how would like too. Anyway you sire left you to live in someelses domain with out telling you that you were required to let us know you were here. \" \"Don\'t look so worried son, I\'m in a good mood today so I\'m not going to kill you. I do need to know a bit more however. To start, what brought you to The club to night? Where is this sire of yours now, and what has he told you about the damned.\" Smile'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1393', 'f4977eabd6', '', '\"Sorry Seneschal I did not mean to be rude. I think my sire didn\'t think I was ready to enter into the full world of Kindred. Last night he told me that it was time to enter the world of the kindred. He told me to try to fidn some other kindred. He said I would know them when I saw them. You know with the rage or fear.\" Gaarth paused and scratched his chin. \"What has he told me on the dahmed? Well he\'s told me off the clans, th covenents of which I am currently unintrested in. The traditions, about some of the positions of the kindred. The Prince, the Seneschal, the herald, the harpy, the sheriff, and... that\'s it. I know of the Viniculum, is that what it\'s called? Some fo the rules of who owns who and what you can do where, like you can\'t attack someone in Esyilum. I think that\'s most of it. Anything I need to know Seneschal?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1392', 'a96509386a', '', '\"And to you good lookin.\" \"Care to buy me a drink?\" ::Johnathan says with a rhye but extremely charming smile:: \"I believe the Cinnamon Apple latte is one this week\'s specials. Sound good, don\'t you think?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1394', '0d24264759', '', '[quote:0d24264759=\"Johnathan Miles\"]\"And to you good lookin.\" \"Care to buy me a drink?\" ::Johnathan says with a rhye but extremely charming smile:: \"I believe the Cinnamon Apple latte is one this week\'s specials. Sound good, don\'t you think?\"[/quote:0d24264759] ::Dru raises an eyebrow but is thoroughly unimpressed. She smiles anyways.:: No, I don\'t care to thank you. Perhaps you\'d like to go out for a bite to eat though instead. I know a darling little restaurant down the block.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1395', 'e06fc0fe0c', '', 'Dah, don\'t feed in my bar.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1396', 'cb275b1f8a', '', '\"What ever you want me to do, I will do it. I am just so tired of this shit.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1397', '03eb8d6aa9', '', 'Garth turned and lowered hsi head slightly. \"I\'ll remember, mahm.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1398', '6d3a06de79', '', 'Robyn has finished her calculating and closes the accounting book. As she stacks the assorted mail and paperwork, she shakes her head at one of the pages and puts it on the pile with a sigh. She takes the mess behind the counter and through the door to the back room. When she emerges, she stays behind the counter to help out the two servers.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1399', '1c85b3cf1a', '', '::Dru steps closer to Moira.:: Moira, then it seems as though he is ready. Are you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1400', '1fc70aed2e', '', '::she nods:: I am. ::she says sullenly looking from Dru to David:: ((OOC: We two weeks after the 3rd roughly, I need to figure into my healing chart))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1401', 'f98f0cca55', '', '::she orders a highly decadent drink and a marshmellow rice krispy treat and smiles gleefully. She pays for her things and goes and waits for them to be passed over the counter to her. She gives Robyn a big smile of thanks when she see her emerge from behind the counter::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1402', '45d4a6f62f', '', 'End of second week after the last game.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1403', '9d6671e062', '', 'Good, ::she pats him on the shoulder hard:: I not have to kill you then. ::Her voice sounds like she is half joking half serious.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1404', 'b7bbb4bd3b', '', '(OOC: Thank ye kindly)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1405', '6ac223afe8', '', 'Good. Then you both must kneel. ::She points to the open area on the floor.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1406', 'e28b31488b', '', 'There\'s quite a bit you are going to have to know to stay here. First of all I\'m going to have to know if your Sire is in this domain. Next we will have to decide if you are even going to have to stay here. Next you need to know some of our rules. Some of these are simple, you will not fight our own kind with out cause, even then never in public. Some are less known but we find them importent. You will not drink for the those who are under the influence of drugs or alcahal in public. You become a danger. You will not go to the prince with a question without first coming to me. But don\'t wast my time, if your not sure about what you\'re going to ask, don\'t come to me with out first going to a member of the cort to ask if you may speak to me. Tell me what brought you to Sas\'s bar?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1407', '40512e9c8d', '', '::she kneels obediently immediately falling into her prayer position, which she does very naturally. Her eyes are closed and she looks at no one as she does this::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1408', 'a112e09267', '', '\"By domain do you mean city. If so then yes he is here, somewhere. I will keep those rule in my mind whenever I feed, or I need help. Is there anything you need, to allow me to stay in the city? Or should I pack my bags?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1409', '2ebd6272b7', '', '::Lifts her eyebrow at Philip.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1410', '858721fe03', '', 'I suppose that would depend on what they serve and if your buying. :smt002'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1411', '1ea84da16e', '', 'Philip’s face turns from one of shock to anger. He lifts a finger as if to say don’t say another word. He pushes some numbers on the phone. “Yes, sheriff I need to report 2 nosferatu in our domain. The first is name of Ranulf. He has not asked to for acknowledgment or has he made himself know to pass though. Word is he has been in this domain for a while…. I w-Want him FOUND! Bring him to me…. No the other one, it’s his child, Garth,… I’m going to be sending him to meet with you so you can get any information you need to find Ranulf, which he will gladly give if he wants to stay in this domain and not be hunted down were every he goes even if he tries to leave.” Looking back at you and speaking calmly:: “Yes there is still something more I am going to need.”'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1412', 'e776cef85c', '', '\"If you could, just give me a short explanation again. I know you told me a little about each the one day we spoke, but it was all too quick to absorb. Everything new at once, ya know?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1413', '042b723aed', '', '::She smiles again, it looks off on her, like she\'s not used to doing it.:: Delicious, come with me then. ::She gets up and walks past him the material of her shirt brushes his shoulder. She places the book she was reading on the counter and heads to the door. When her hands are on it she turns and looks to make sure he is following.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1414', '1a03f67b7b', '', '::Saskia\'s energy goes edgy almost excited.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1415', '3d873f946f', '', 'David slowly gets up and slumps over to the indicated spot. He takes a long deep breath, kneels and relaxes his muscles. David\'s head lowers slightly and his hands go to his sides.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1416', '0d077c3801', 'Nathaniel', '::Dru wakes one night, after having healed but before she embraces Charles, and calls Nathaniel. She asks him to come to her haven when he can. She then heads through the upstairs part of her haven and takes a warm shower watching the steam fill the room and block the cursed mirror that typically haunts her each time she slides past it. When she gets back to the basement area she finds Nathaniel sitting patiently on the bed. He is locked in prayer as he sits and does not hear her enter. As he prays a bead or two of sweat can be seen dripping down his face and his clasped hands shake slightly. His skin is pale and green looking. When he finishes she addresses him.:: Nathaniel. ::His eyes open and he looks at her. Despite his condition he looks as though his eyes have found the most beautiful creature on the planet and his body relaxes at her pressence.:: Yes, ma\'am. ::She smiles and walks to him slowly. Her hair is damp and the black silk robe is clinging to her from the moisture of the shower..:: I want to talk to you about this last month, about everything that has transpired. ::She stops about a half of a foot from him and his eyes try to stay focused on her face, but he loses his internal struggle and they fall to look at her wrist. He begins to fidget on the bed nervously and when she reaches out to touch his face he flinches. Druscilla gets a slightly aggitated look on her face and backs up a step.:: Stand up Nathaniel and turn around. ::He does as she commands; tears float in the edge of his eyes as he understands that his mortal weakness has plagued him again and this huntress of God and Longinus will punish him for it. Her hand slides up his back and manipulates the muscles there before passing to the front her cool breath on his neck makes him shutter.:: Remove your clothing. ::He does so quickly and efficiently; not wanting to further anger her with tardiness. Behind him he hears the silk dance to the floor and he curses himself as he realizes his body is betraying him and showing his truest thoughts and emotions right now. Her skin does not touch him but she is so close he can feel the power slide between them as she leans into his ear. He knows without her telling him that she is letting all of her powers down; she is not hiding what she is and tear falls again as he teeters between feer of the creature she is and pure agony that she can\'t understand.:: Nathaniel....::she almost purrs:: you need to understand that.... close your eyes. Heighten your senses like I\'ve taught you. Hear something more than my voice. Use the blood I give you each month. You will get fed tonight, do not worry about wasting it, it will be replaced. Heighten them completely. ::He does what she asks and curses himself again as his heart races at the promise of more blood. He\'s been so sick, almost a full month this time she\'s kept him without. She really does care for him. Love him, probably not, how could something so perfectly created by God himself actually feel love for such a sorry excuse for a mortal? But, she does care, at least enough not to make him endure the sickness anymore. It\'s been days since he\'s eatten and threw up twice before she even arose tonight. He nods to himslef....yes, she cares. All of his sense are up, except sight, she has his eyes closed, no need to focus on that...at least....:: Nathaniel.... ::Her voice breaks his thought and he almost opens his eyes, but catches himself, happy that this time his mortality did not fail him.:: You have been exceptional this month. You were well behaved when required, followed my orders to the letter, and even thought to thick about what I would have wanted you to say to Charles. Keep your eyes closed. ::The charge he was feeling from her is gone and his hearing can pick up even her light movements as she walks around to the bed, picks something up that sounds like a scrap and then the lightest creak of ancient wood as she moves onto the bed.:: Open them. ::When he does she is kneeling on the bed completely nude and her wet hair is hanging paritally down one of her shoulders. Her legs are spread slightly and she leans back, amazing balance working for her.:: You.... look at my eyes... ::he lifts them quickly at the slight anger in her voice:: You are being rewarded tonight Nathaniel. ::Her right hand is holding a small silver dagger and she slowly cuts the highest point on the inside of her thigh.:: Feed. ::The tension in his body snaps and he uses the last of his vitae reserves to propel himself to the opened vein, he gets lost in the bliss of feeding from her and moans slightly when she pulls him up to her. Her face is the creature that she is, her eyes have a hint of black and red in them and her fangs are fully dropped.:: As I am God\'s servant, you are mine by his divine will. As God sees fit to bless me when I feed fully and complete my purposes here, so shall I pass his blessing through to you. ::She smiles and the true depth of her eyes is almost glowing green.:: Fuck me Nathaniel, take the reward that God has deemed I give you. Feed fully, for hard times are upon us and I may need your aid soon. ::She lowers her fangs to his throat and takes a quick sip from him, nothing to harm him, just to raise her blood lust. Nathaniel imeadiatly covers her body with his doing what she commanded him. Another tear slips from him as he realizes that this is only the second time in nearly 30 years that she has allowed him to touch her.:: ::The continue through the night until Nathaniel is exhausted. He then drags himself to the closet in the room and retrieves his pillows and blankets from them. He lays himself on the floor on the side of the bed that she frequents most and stares at the ceiling. After a minute or so, before he feels he may fall into sleep he catches the sight of her wrist sliding over the edge. A long slit is in it and she lowers it to his face.:: Drink. ::As he does he feels the charge that he knows is her, something that even when he\'s not with her he feels course through his veins. When he is done he speaks softly.:: Thank you Druscilla. ::He then hears her begin to repeat her nightly ritual of prayers joining her in the Monachal\'s creed before slipping into his own private one. When he says amen, the entire night of exhaustion catches him and he slides into sleep.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1417', '62210d9f0c', '', '::Druscilla stands before them both and holds her bible in her left hand. She begins to speak and her voice takes on an air of power; one that Moira has heard many times and one that sends a chill down David\'s back.:: Moira Kelley of the Lancea Sanctum you seek confession for your planned transgress against God and his Divine Law do you not?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1418', '3dac3519ab', '', 'Garth eyes winden as Phillip seems to go crazy. When he turns back Garth is sitll in shock, he shakes his head and looks at the Seneschal. \"If you want to know where he is I\'m afraid I don\'t know. He comes to me when he wants to talk and seems to come without coming through doors or windows like he moved through the ground itself. Is there anything you need that I might know?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1419', '87f1147501', '', '::She looks up at Dru, it is almost scary how pious she is at this very moment:: I do. ::she drops her head:: I must confess.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1420', 'beb1f1f3b1', '', '::Following Drusilla out with a confidant stride:: \"The name\'s John.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1421', 'b16e9d3d25', '', 'At this time it is not my place to disuss in detail the other covenents. The purpose of this meeting is to explain the basics of the Ordo Dracul, So as to give you a better understanding of its goals and policies, to help you decide whether or not you are interested in joining our ranks. Though unlike most of the other covenets, it is not the initiate who ultimately makes this decision. Unbeknownst, apparently, to some.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1430', '72c6bb93c9', 'Damage', 'I know that most of us from the old game remember damage caps, and I know that i originally said I was going to carry them over to this game. Although it hasn\'t become an issue at all I was still going over it in my head and something didn\'t make sense about it so I\'m not going to be using them at all. In fact I think from now on I am going to be sticking with the straight out of the big red book rules since I seem to end up back there anyway. With the acception of certain alterations in a differant section of the forums.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1422', '9b4f83962e', '', '::she as she walks to an open table she watches the two leave with an inquizitive look on her face. she shrugs, smirks and sits down::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1423', '9056292753', '', 'OOC: Moving to PM\'s unless heir Judge decides to create us a little forum to chat in.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1424', '10910e36a6', '', 'Moira, do you confess to your Lord that you are going to damn the Kine beside you? The you will elevate him above the mortals that walk this Earth, yet seperate him from the chance of receiving forgiveness. That you will take his Damnation into your hands and guide him through his Requiem?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1426', 'dfc5b9e15a', '', '::her eyes are closed tightly:: that I confess and I swear to God and Longinus that I will guide him through his damnation and teach him all that I am able.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1427', '859f1e1efc', '', 'David, has Moira explained what you will become? Has she given you the option of Damnation or death? What is your decision?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1428', '13ce35863d', '', 'David does not move, but replies from the position he is in. His voice is slow and flat, without any emotion. \"I have been given my choice. It is damnation.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1429', '13571dbf0b', '', 'Na I\'m not feelin creative so go ahead and PM.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1431', '102c8674fe', '', '::From nowhere Druscilla produces and simply decorated silver dagger.:: Moira, hold out your left hand.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1432', '596a9e32b6', '', '::she looks Dru in the eyes and offers up her left hand. Her eyes do not move from Dru::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1433', 'dcd7b00426', '', 'Okay good. I hated the damage cap thing. Shite if you are good enough to do that much damage and the other person is weak enough not to be able to take it… well. Okay I am done not making sense.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1434', 'a2226ae5a9', '', 'actually it made perfect sense and that is one of the reasons I did it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1435', '15b3cd14b0', '', '::Dru places the tip of the dagger in the center of Moira\'s palm.:: As the hand of Christ was pierced for our sins, your hands is pierced for your own. ::She slides the dagger clean through Moira\'s palm and let\'s it rest there.:: As Christ\'s blood flowed from his wounds you must let it flow from yours.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1436', '9183cba2f4', 'First Night of Feeding and Healing 09-04', 'It is the night after Saskia ripped my gut open. There is a pain there that is an odd sensation for me. Not the usual pain of a knife cutting into my flesh, but a constant stinging and oozing. I went to a 24 hour drug store last night after the insanity and picked up an armful of bandages and bought them. At least it would help to not freak out those I feed off of. I felt like I mummy when I was done wrapping the bandages around my body where I was cut open. Hopefully it wouldn’t ooze through before I was done with the disgusting task ahead of me. I had to call him. I sounded so needy, so much that he invited me over right away. I doubt though that he would have taken his sweet time anyway, but it meant I would get done with this faster. I wore a pair of clothes I had already worn and that weren’t my best. That meant I wouldn’t feel bad about laundering them as soon as I got back to my home. I pull my hair back in a ponytail and glance at myself in the mirror. I look like an ordinary 25 year old. But I smirk despite myself, knowing that there is nothing ordinary about me. I do my usual going out rituals and get into my car and drive to Matthew’s apartment. I don’t think I mentioned that before. But that’s his name. I shiver at the thought, but get mentally prepared for the task ahead. The drive is short and it is defiantly not enough time for me to really prepare for the task, but it is never enough time to prepare, no time is enough time to prepare. I arrive at his door and ring the bell. The door opens immediately and I know he was waiting for me to arrive. He pulls me in with a force that surprises me and knocks me off balance. I am barely able to get the door closed before the horrid routine begins. But unlike many time before the next few sessions with him are going to be intense. I have to heal. I hate my gut oozing. It bothers me. At the end of it all I drain him past the point that I usually do, but no matter. He won’t know the difference. He is slothful to begin with. He’ll just attest it to not having as much exercise ever and sleep until he feels better. And then I’ll be at his door again repeating this. Until I do not have to as frequently. When he is sound asleep, face down on his bed and snoring I re-clad the part of me that wasn’t previously and slip quietly from the apartment skipping over the trash on the floor with practiced ease. I return home, toss the contaminated clothes on the floor and shower. It is still early when I finish and I dress and go back out heading to my room of learning. When I arrive I quietly make my way to my room, lock myself in and begin to heal.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1437', '85448d1307', '', '::as she looks into Dru’s eyes she smiles understandingly and as the knife slits her palm she lowers her head and her lips begin to move in silent prayer::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1438', 'ccdaf7b80f', '', '::Druscilla watches the blood flow for a moment and the dips her fingers in the pool on the bottom half of the knife.:: David, Moira has shed her blood in confession for her sins. Her blood will soon become your blood. Your sins, will soon become hers. ::She takes the vitae and makes a cross on one side of his neck.:: Damnation is eternal. ::She takes more of the blood and makes the image of two bite marks on the other side of his neck.:: Moira, it is done. ::She removes the dagger.:: May God and Longinus guide you well. ::She stands motionless before them.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1439', '2ed3127039', '', '::she nods, rises and turns to David:: Please remain kneeling. ::she closes her eyes and focuses herself:: Are you ready'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1440', '91d381ef6a', '', '4[quote:91d381ef6a=\"Garth\"]Garth eyes winden as Phillip seems to go crazy. When he turns back Garth is sitll in shock, he shakes his head and looks at the Seneschal. \"If you want to know where he is I\'m afraid I don\'t know. He comes to me when he wants to talk and seems to come without coming through doors or windows like he moved through the ground itself. Is there anything you need that I might know?\"[/quote:91d381ef6a] I\'m afraid you sire didn\'t teach you all the rules Garth. You are kindred, which means you and your sire live under Kindred law. One of those laws says you must tell the Prince of a domain that you live there, or else you are invading his land and can face death. Next it says you can not make a child in a domain with out the ok of the Prince, then the child and the sire can face death. As you have been so kind to make yourself known once you were freed, I\"m going to give you a chance to live though your sires mistake. .. You see if you were to leave here and news got out that you were made and lived under such disregard to the law, you would be hunted down almost anywhere you went, but If you helped us bring your sire in to ask him why he would do this, then you can whip you past clean. Be a helpful member of our world. ::SMILE::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1441', '359eaf17ea', '', '\"Well we\'ll have to find a way for him to come to me.\" Garth scratched his eye. \"I\'mm afraid I\'m not very good in the brain area but maybe we could lure him somehow...\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1443', 'ac2315456b', '', 'David turns white as the dagger is thrust through Moira\'s hand. He remains still and silent until Dru applies the blood, at which point he starts to shiver slightly. The smell of tilled earth starts to overwhelm him and he shakes more. But when asked if he is ready, he slowly nods. Then an almost inaudible whisper. \"Yes\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1444', 'c95196a7ae', '', 'Then relax ::she says approaching. She brushes her hand down the side of his face, a look of sadness in her eyes. Her hand rests on his neck and she lowers her head to the side of his neck that Dru had placed the dotes of blood. He can hear her whisper:: May God and Longinus forgive me. ::and with that David feels pressure on his neck as she bites into his flesh. It doesn\'t hurt, but it is an odd feeling:: ((OOC: Will give time to react should you need it))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1445', 'c1579ec3dc', 'Transfer', 'After your court appearance you are found guilty, due to the lawyer you are only getting a 15 year sentence instead of 25. However you are being transfered to some prison you\'ve never heard of in a place you don\'t know, all of the gaurds seem to pitty you as they load you up for your ride to what they cal hell on earth.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1446', '59a57d7062', '', '[quote:59a57d7062=\"Garth\"]\"Well we\'ll have to find a way for him to come to me.\" Garth scratched his eye. \"I\'mm afraid I\'m not very good in the brain area but maybe we could lure him somehow...\"[/quote:59a57d7062] Don\'t worry Garth, we wont worry you with how. You just provid all you do know about him to us, and we\'ll take care of the rest. In the mean time, we better find a safe place for you to live and feed, not to mention getting acknowldged in this domain if you want to live safely.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1447', 'b4d10d61e1', '', '::A bright smile crosses her face.:: Dah, Seneschal. We could call Druscilla, put him up in the Sanctum. Seems like that\'s the new boarding house around here. ::She starts to laugh and as she has to hold her side as the thought replay through her head.:: You know.... Moira.... our only Nos....... She could raise..... him [i:b4d10d61e1]right[/i:b4d10d61e1]. ::The words come out seperated from her laughter. The word right is said with sarcasim.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1448', 'b9099ca434', '', 'Robyn wanders from table to table asking people\'s opinion of her new decor. She stops at Carla\'s table and smiles. \"Good evening. I hope you\'ve found everything to your liking tonight.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1449', '4a8b31b33e', '', 'That rocks, so I can now hit some one with my full 27 points of damage, sweet.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1450', '611678d957', '', 'Well now it seems time is nothing to me anymore, Ive got some free time if you care to explain further, and perhaps refresh my memory about the Ordo Dracul.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1451', 'cd0dd897f9', '', '\"The Lancea Sanctum? I\'d rather not. Who\'s Moria, what do you mean by right?\" He looks at the two nervously.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1452', 'a29b50156c', '', 'Absolutely correct and it means I can also hit you back with my 50. :twisted:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1454', 'fc5d90ddb6', '', 'Once you arrive at the prison you are roughly escorted to a cell tht is about 8x5x8, ther is a ct, a toilet and a sink in it and that is it. Your meals are brought to you and you otherwise have no contact with anyone els accept for the rats that seem to be eveywhere in the building.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1455', 'abac357f02', '', 'I didn\'t know we were playing exalted. :razz:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1456', '497ce66cb2', '', 'reality is so mutable when in a game setting. :smt002'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1457', '253e62cebf', '', '::As Moira begins to feed Dru crosses herself and backs slowly to the door.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1458', 'befc98d69d', '', 'true that'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1459', '11ec5837bc', '', '[quote:11ec5837bc=\"Garth\"]\"The Lancea Sanctum? I\'d rather not. Who\'s Moria, what do you mean by right?\" He looks at the two nervously.[/quote:11ec5837bc] Philip lets out a little smile as well. “I have no doubt Garth that your sire raised you well enough to survive among humans. You’ve stayed hidden from us long enough to prove that. But in the kindred world there are rules and traditions he has not appeared to teach you. In many domains you would be destroyed on site because of this, but because of the benevolence of our most sensitive Prince and the methods of our order you are allowed some leniency. However rules are rules and my job is to see that they are carried out as well as possible. Once acknowledged by the Prince you may live as see fit, you need not even join any orders if you wish, but until then I recommend you watch you step. You understand that for the safety of this domain we will have to look into your background and person a bit before you have the trust of its members. Can you tell me, did your sire belong to any kind of order?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1460', '12ecd6085e', '', 'Garth searched back into his brain. He shook his head. \"My sire seemed to have a dislike for the orders and said that vampires were made to be alone. He seemed to particularly dislike the Lancea Sanctum and the Invictus.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1461', 'de52a520f5', '', '[quote:de52a520f5=\"Garth\"]Garth searched back into his brain. He shook his head. \"My sire seemed to have a dislike for the orders and said that vampires were made to be alone. He seemed to particularly dislike the Lancea Sanctum and the Invictus.\"[/quote:de52a520f5] ::Smile:: \"Well... I can\'t say I blam him there. The Invictus don\'t come around here anymore, and the Sanctum like to keep to themselves in this domain, so in the end it will be up to you. However I must worn you, some of our kind tend to look down on thouse who don\'t belong to something. Your feeding grounds will be smaller then others and you\'ll have less voice in the court, but it is in the end its your choice. I\'m going to call the Keeper and have you go have a talk with her. It will be important for you to talk to her and go over what you should or shouldn\'t do in this domain before asking for the Prince to let you stay.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1462', '61804d37f7', '', '\"What does the keeper do? Oh and if I could, what faction are you with?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1463', 'eeaa06333a', '', '::she grins and cradles her cup of coffee delicately:: Always. You\'re the own right? Robyn? I\'m Carla. ::she offeres Robyn her hand to shake::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1464', '75be3b9bf6', '', '[quote:75be3b9bf6=\"Garth\"]\"What does the keeper do? Oh and if I could, what faction are you with?\"[/quote:75be3b9bf6] Our Keeper of Elysium? Her job is very strait forward. They call Elysium, make sure it’s safe and make sure the rules are followed. At a proper gathering, in some ways, she has even more power then I. As for me, I wouldn\'t call it a faction, but I’m a member of the Carthian Movement. Some say I don’t have the personality for it, however I believe in the movement and even more in our conservative Prince.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1465', 'ecdd58a920', 'Water and Wine', 'He walks in. He has on a long gray coat and a dark gray suit. He sits and orders a glass of red wine and a glass of water. He drinks the wine down and sips at the water. A few moments later he walks into the bathroom with his water glass in his hand. When he comes back he sits watching the crowed. He poors whats left in his water glass into the wine glass and sips at it for a while.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1466', '0950709d1a', '', 'she takes her hand and grips it warmly. \"Yes, Robyn Winters. Pleased to meet you Carla. How do you like our seasonal decor?\" She waves her hand at the walls around them and tilts her head to the side.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1467', 'dc28186010', '', '\"Oh Elysium, okay I guess I better prepare to meet her.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1468', '8faceaca1b', '', 'Seneschal. Where we gonna put the pup up till we figure things out?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1469', 'e94acc8eb9', '', '::she grins:: I really like it. I have always loved Halloween and I think sometimes places need a bit of an enviroment change. ::she looks around:: People seem to like it. The place is still hopping. ::she chuckles:: The students on my campus are all about making the area very much like this, but it is a dark campus at night and there are trees everywhere that makes it even darker at night. ::she nods:: No, ::her eyes roam the walls:: I really like it. You did a good job.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1470', '7caf0aaebc', '', '[quote:7caf0aaebc=\"Saskia Tolan\"]Seneschal. Where we gonna put the pup up till we figure things out?[/quote:7caf0aaebc] Put up? Sus, We don\'t have to put him up.\" Voice lowers, \"He all ready lives in our fair city. He just needs to let us know were he\'s staying. Not that I go there. Forgive me but I\'m not found of most Nos homes.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1471', '6c7ec5381f', '', 'Dah. Guess you are right. Answer Seneschal boy. Tell him where your haven is. ::her voice is serious now, the lighthearted aspects gone.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1472', '9f0f69bd4b', 'Idea', 'I think the the storyteller\'s girlfriend had a great idea and our sheets should be in our personal files for us. :smt004'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1473', 'eb94dacd94', '', '[quote:eb94dacd94=\"Saskia Tolan\"]Dah. Guess you are right. Answer Seneschal boy. Tell him where your haven is. ::her voice is serious now, the lighthearted aspects gone.::[/quote:eb94dacd94] \"Easy Sus. No one likes to give up thier haven. But she\'s right son. Once you are a memeber of this domain you can set up a haven and not tell anyone were it is, but until then we need to know were you are at.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1474', '9f6cf0b831', 'Re: Idea', '[quote:9f6cf0b831=\"Dawns\"]I think the the storyteller\'s girlfriend had a great idea and our sheets should be in our personal files for us. :smt004[/quote:9f6cf0b831] Yeah that ST\'s girlfriend is smart. What\'s here name again? :smt006 :smt005'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1475', 'e84c24afdf', '', 'Tell this story teller and his girlfriend that I am The Judge and to keep their noses out of my game. :smt098'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1476', '03b3f81c1e', '', 'I don\'t know who the fuck keeps calling you a storyteller hon. I\'ll find them and kick their asses. You should prove that as a Judge you are better than a storyteller and post up those sheets. That would stick it to these anonymous bastards!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1477', '0da2bd3146', '', '[quote:0da2bd3146=\"Saskia Tolan\"]I don\'t know who the fuck keeps calling you a storyteller hon. I\'ll find them and kick their asses. You should prove that as a Judge you are better than a storyteller and post up those sheets. That would stick it to these anonymous bastards![/quote:0da2bd3146] LOL :smt097'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1478', 'f94bb7f06a', 'Feeding time with the Not-Really twins', 'I found Alice and Mark roaming the streets of Morristown. I was going call Lesleigh and see if she was busy, but this saved me from having to appear needy. Mark flagged me down, waving his hand and calling me over. I smiled and walked over to them. They both drew me into a hug and kissed my cheeks. “What are you up to?” Mark Just wandering around I responded with a charming smile. “We were just on the way back to my place. You up for hanging out a bit?” Alice asked me. I shrugged with a smile. Sure I said. I think hanging out would be fun. They both smiled and nodded for me to take their place next to one of them. I slide next to Mark and he offers me his arm. I take it and he smiles. I think after all this time they just don’t think about oogy vibes. And for once I don’t mind being Nosferatu. Though gothed to the max they are incredibly beautiful people. Alice is thin, not sickly so, but very athletic. She has long blond curly hair, which though goth she has never dyed or made something unnatural. She tends to dress in black, and loves her corsets and lace. But she also on occasion wears white. And when she does she looks like an angel or an elf in the vision of the Lothlorian elves of Tolkein’s world. Mark is effeminate but not so much that he come off gay or girlie, but just beautiful. He has brown hair by birth, but I think I have only seen it brown once in my time being here. At the moment it is a blue with purple tips. Kinda cute in a strange sort of way. He dresses very similarly to Alice. But instead of corsets he like his black fine meshed shirts, which allows him to show off his slightly sculpted figure that he is oh so proud of. I know that is blasphemous to say, but I really hope that if by the ever so unlikely chance that God and Longinus decide to let me into Heaven when I die the angels look like Alice and Mark. My car is over there. I point to it. And since I live not all that far away from Alice it would make far more sense for me to go in my own car then have them drive me back to Morristown only to have to go back the same way. They nod and both give me a kiss. “We’ll see you shortly” They grin and walk off towards whatever vehicle they came in. I got in my car and got it started as I saw Alice and Mark pass me. I made my way into the road around the square and took off after them. We arrived about 10 minutes later as I had caught up to them on our trip and we managed to pull in the driveway at the same time. They got out as I did and Mark went an opened the door. I don’t know why they just don’t move in together. They should. They’ve been together 5 years, and have been pretty much living at Alice’s house most of the time. The house never changes in it’s appears or smell. Everything is tidy it amazes me. They both grab a hand and pull me towards one of their bedroom. They must have been up to something as it was decked out in candles. I was hoping that they wouldn’t decide to put them on. Thankfully as I was thinking this Mark chimes up with “Alice, Moira, Candles?” Alice grins. “No I don’t think it is that kind of night.” She offers me a mischievous grin and slips up next to me and turns my head so that I am looking her in the eyes. “What do you think Moira?” She kisses me. “A night of sightless exploration.” I kiss her back. I would love that. I respond in an equally mischievous tone, but for some reason it always sounds worse because of the accent. “Alright, I’m game for that.” He smiles. “Is it a rough night or not?” “What is everyone feeling?” Alice asks, but the look on her face tells all. I already know her answer. Oh come on Alice. I know which way you want it tonight. I say looking between them. I don’t know where I learned this game. When I was younger all I wanted was to be a nun. How funny is that. And now the only way I can feed is find those odd enough to want to be close to me. Perhaps that is one of my punishments for becoming damned. Tonight was all about them I had managed to heal some of my wounds they didn’t look so horrid, but they did ask my why I had bandages around my midsection. I made up some elaborate tale of a pitchfork being waved wildly around at the stable I was visiting and the person waving it got me in the stomach because I wasn’t paying attention when I rounded a corner. They both knew that I liked horses, but never pressed how much so they took the explanation at face value with no further questions. And I must confess to myself. It was a fun night and with their decision to play it rough I was able to go along with my plan for stealing a bit more from them when it came time for me to feed. They would pass it off as to much exertion the next morning and sleep in. They would go about their normal lives with part of them feeling a bit meh, but it won’t last too long and I’ll make sure I work them hard again until I am healed. I stay most of the night with them, curled up between the two of them. About 2 hours before the sun rose. I told them that I had to go home. I had some stuff to do before the day hit and I wanted to make sure that I had it done and they sleepily told me not to be a stranger and I got up, dressed and went home to shower and sleep.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1479', 'c59285be84', '', 'Philip walks in with a book under his arm and small paper bag. He finds a table and sits down.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1480', 'a11d313496', '', '*Tom spends most of his time sleeping or chasing the rats away. Whenever he sees a guard he asks them why he\'s in this place and where the other people here are*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1481', '9ade9ec5c2', '', 'oh comeon. it would be really snazzing for people like me who do alot of this at work. I mean I could put it in. but.... it would be much better if the judge did.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1482', '519912cbc1', '', 'I, the JUDGE\'S girlfriend could do it for everyone. Then I would know ALL your sheets!! MUA HA HA HA HA!! Ohhhhh.... Jiiiimmmmmmm!!!!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1483', 'faf5c70bfd', '', 'Evil woman!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1484', '84b31eb0ad', '', 'True so true!! :smt084'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1485', '9c218803b7', '', 'There are other inmates but they are almost never allowed to socialise, if you chase the rats away you will wake up in the night to having them bite you accasionally and the gaurds just laugh at you or ignore you completely.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1486', '20c966c415', '', 'Thats it, firey death for all. :smt074'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1487', 'a148af0486', '', 'you keep threatening that. why?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1488', '2c4251cdb7', '', '::whispers:: It makes him feel important!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1489', 'c50b495549', '', '[quote:c50b495549=\"Druscilla Lang\"]::whispers:: It makes him feel important![/quote:c50b495549] Some say the world will say in Fire, some say in Ice. From what if tasted of desire, I PRAY the world will end in fire.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1490', '553ab78dda', '', 'Garth frowned and sighed. \"My haven is under my gym it\'s down a remote man hole.\" He looked up \"Is that sufficent?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1491', '16b02cff10', '', 'Fire? Ice? I\'m the guy with the Guns :smt066 . I say: Ok Judge......BATTLE!!!! :smt067 :smt068 :smt070 :smt071'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1492', 'c064b6c414', '', 'you may have the guns but I have a blaster and the force. :smt072 :smt032 :smt032 :smt032 And not to mention the army of transformers at my command.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1493', '1bd12684a9', '', 'I don\'t know. You may have the force. But I have Irvine (jacob\'s icon)and his guns, Selfie, Rinoa, Squall, Laguna, Seifer, Zell , alucard (philip\'s icon) and his magic vampire awesomeness, Spike and his bounty hunter skills, Vash the Stampede and his humanoid typhooness, the EVAs, Cloud, Barret, Tifa, Vincent, Yuffie, Red XIII and to be safe Sephiroth. I think that will be good enough for taking on the force and your army of transformers. ((for all you Final Fantasy people if there are any. Watch Advent Children. It is soooo pretty.)) I\'m punchy right now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1494', '14ebdc96cf', '', '[quote:14ebdc96cf=\"Garth\"]Garth frowned and sighed. \"My haven is under my gym it\'s down a remote man hole.\" He looked up \"Is that sufficent?\"[/quote:14ebdc96cf] It\'s fine. I\'m going to need to talk to Sas for a moment if you can wait out in my waiting room? I believe she has a young one of her own we need to discuss. We\'ll set up a chance for you to meet with the Keeper before the prince, you\'ll understand if I need to talk to her alown, I\'m sure.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1495', 'e68dc63216', '', 'What the hell are my Icons? I just saw them on the net and thought they were pretty.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1496', 'e09bc9c266', '', 'Oh, and please don\'t eat my staff while you are out there. Good help and hard to find. You know the deal.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1497', 'd4e94e2050', '', '\"Okay Seneschal.\" Garth nodded and moved out fo the office and stood near the door down stairs he scraped his swollen eye and looked around ignoring the secretery.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1498', 'cec0926ab7', '', 'Philip\'s is Alucard from the anime Hellsing. [url]http://hellsing.pioneeranimation.com/index.html[/url] Jacob\'s is Irvine from Final Fantasy 8 [url]http://en.wikipedia.org/wiki/Final_Fantasy_VIII[/url] [url]http://en.wikipedia.org/wiki/Irvine_Kinneas[/url]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1499', 'ffe35f06bc', '', '[quote:ffe35f06bc=\"Moira Kelly\"]Philip\'s is Alucard from the anime Hellsing. [url]http://hellsing.pioneeranimation.com/index.html[/url] Jacob\'s is Irvine from Final Fantasy 8 [url]http://en.wikipedia.org/wiki/Final_Fantasy_VIII[/url] [url]http://en.wikipedia.org/wiki/Irvine_Kinneas[/url][/quote:ffe35f06bc] Wow!... I\'m cool.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1500', 'b1645d1956', '', 'Hehe, very true. :smt026 You picked well without knowing who they were.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1501', '9a0c1ab72a', '', 'Gee, and all this time I thought you scoured anime looking for characters that fit the ones you were playing. :smt002'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1502', '501345de90', '', '\"Well I aim to please. I have been told that this type of decor is much prefered over that of bright orange pumpkins and plastic spiders. Frankly I love this time of year in general. The colors are wonderful and a holiday where you are someone or something completely different is definitely a good one in my book.\" She smiles. \"But then again, I just love this job. It is wonderful to work in a place that doesn\'t have to have a height chart next to the door.\" She laughs softly.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1503', '2472a7ff63', '', '::A few minutes later Saskia comes down the stairs and heads right for the exit door.:: Let\'s go boy. ::She pushes the door open forcefully and gets in her truck.:: I take you to meet Keeper. ::She is quite during the ride unless Garth asks her something.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1504', '78d6f302e3', '', 'Garth follows Saskia into the truck aftewr a minute he asks her a question. \"JUst curious, what is your\'s and Phillip\'s clan?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1505', '5a37f235f3', '', 'Philip\'s a Daeva, I\'m Gangrel.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1506', 'b44b55f2ed', '', 'As bizarre as it it. The chars do kinda fit. :smt048'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1507', '9dbd9145ff', '', '::she chuckles:: Makes alot of sense. And I think the kitshie bright cartoony halloween decor is a rather silly. I really do like this. You know I wonder sometimes. Do you really think Taco Bell gets held up all the time with their value menu? I can\'t imagine that you are going have people raiding your cash register drawer if you aren\'t dealing in alot of cash.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3509', '74b83d854b', '', '::he raises an eyebrow at the first part of the response and then smiles a rather wicked smile:: Mr. Abruzzesi you may be shocked to find that I have had a rather different telling of the session of Court that you attended. ::he waits for a reaction from his guest::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1510', '3ccf69b98a', 'October 22, 2005', '::Throughout the week the following sign has been posted.:: Ostrava closed October 22 for private Halloween Party. Will reopen to public on Sunday the 23rd with 25% off all drinks for any inconvinence. Happy Haunting!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1511', 'fadfdf49c6', '', 'Garth nodded and said no more just looking out of the window.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1512', '1ccb981b04', '', ':: Saskia makes a call.:: Master Stevens, Saskia. Have new guy with me Senescal wants you to talk to. ::she glances at Garth.:: Dah, in about 15 minutes. ::After about 10 minutes of driving they come to a brick building.:: You going to meet Keeper in here. Try to keep cool...dah? Don\'t piss her off. ::She gets a smile on her face.:: Any questions? OOC: Go into the meeting hall forum that was just opened for you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1514', 'c06bd84bb0', '', '::she turns to leave and then looks over her shoulder:: Dru when do you plan to do what you are going to do with Charles? ::she stops:: After I ::she pauses:: Embrace David. If he wants it?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1515', '0cac5238dd', 'A Few Words With Mr. Miles before his Quest', '::Vincent has Jonathan summoned to his chambers for a final run through before going off into enemy territory:: ((OOC: I didn\'t know when Miles was going live so would it be okay to run this one quickly?))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1516', '9110c393b0', '', '\"Okay, I better make a good impression.\" Garth muttered. OCC: Should I make a topic?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1517', '3259abe6be', 'Meeting the Master...', '::Saskia hops out of the truck and heads into the estate building (read description on the Elysium forum for details).:: Come on. ::She walks through the front door. When she gets to another door she nods at the man there (human) who raises an eyebrow at the guy behind her.:: New guy. Bringing him to see Master Stevens. ::The guy nods and opens the door for her, he backs up a little when Garth walks past him. There is noone else in the room yet.:: Sit. ::She points to a chair and drops herself on one of the couches and kicks her booted foot up on the cushion.:: She\'ll be here soon. When was the last time you fed? You hungry? ::She nods to herself and begins to pick at her fingernails.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1518', 'ded05608a2', '', 'Garth shurgged \"About an hour after I woke up whcih was about 10 o\'clock.\" He chuckled. \"Well I look out fo place here with my bloody eye.\" He sat back and scratched his chin.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1519', 'ae7cba8eaa', '', 'Nope. This is Elysium, you can be what you are here. ::She lets her fangs slide down and her hands begin to shift shape into long sleek almost silver looking claws.:: Noone say hill of shit long as you don\'t attack anyone else. ::She\'s a little harder to understand with the accent and the fangs hanging down.:: ::She winks then looks at her watch.:: Where is she? ::mumbles::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1520', '37a149bd9c', '', 'Soon as I finish healing and prepare. Probably around the same time as you, if not a few days later. ::She looks confident but there is an underlying sadness in her voice.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1521', '22f9f70421', '', 'Mrs. Tolan I am not certain what the customs are where you come from but here in my home I would appreciate it if you didn\'t put your feet on the sofa, unless of course you planned on paying the cleaning bill. :: A small woman with long black hair tied into a pony tail wearing a a long skirt and a sweater materialises on a chair next across from where the two of you are sitting. :: I am the master of elysium, my name is Melissa Stevens and this is my home, at least i would like you to treat it as such while within these walls. And you are?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1522', '50250c3316', '', '::Saskia grumbles a little, but does what she is told and takes her feet off the couch. She moves to slide a clawed hand across, and it converts back to human before touching the cushion and brushing off any dirt.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1523', '79b2ea7d0b', '', 'She laughs. \"I used to manage a liquor store in a less savory part of a less pleasant town. This place is joy as far as I am concerned.\" She smiles again. \"I\'m glad you like it, Please let me know if you think of anything that would improve your experience here at the cafe. I\'m always open to suggestion.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1524', '3d45eac32f', '', 'Garth looked at the woman and stood up \"I\'m Garth, nice to meet you.\" He kept his hands in his pockets looking the master up and down.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1525', '7d0c864cdd', '', '*realizing that his efforts are fruitless stops chasing the rats away and talking to the guards, instead he ignores the guards and saves some of his food to feed the rats while he talks to them*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1526', '7953df3eae', 'Praying Oct. 24th', '::Monday night and Druscilla enters wearing a long black skirt and a deep green shirt with full sleeves and princess cutting. She walks to the front and kneels before the alter and crosses herself.:: ::After close to an hour a tall form slowly slips from the shadows and progresses up the isle. He stops directly behind her, and Druscilla\'s back straightens slightly. She reposistions herself and then continues to pray. The gentleman crosses himself also, and kneels praying until Druscilla stops.:: ::When Druscilla stops she rises from her knees and turns to face the man behind her. Her head is not lowered, but her eyes are cast down slightly. The man stands finally, making her wait for several minutes. When he rises his body moves like liquid and he stands nearly two feet above her making her appear no less important, just smaller than even she normally seems. He catches her eyes for a moment before speaking.:: We need to talk. ::He lets his eyes flick about the room as she nods and begins to lead him off towards the back of the church. They slip through a set of doors, the last noise being the click of the locks slipping into place before leaving an astounding lack of sound behind them.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1527', '230a000dae', 'Muffled Conversations', '::Druscilla leads the tall man through the door to her private chambers, the soft click of the lock can be heared. For quite sometime there is no sound from behind the doors. Eventually though the male voice can be heard but the words are muffled and undistinguishable. Druscilla\'s voice is heard in return. Obviously the conversation being held is beginning to become more intense.:: ::Eventually the conversations disapate and the voices can not be heard again. The lock slides and the tall man exits. Before he leaves he turns back to the chambers.:: May God and Longinus guide you my Childe. ::He exits the church, his driver opening the door of the dark red Rolls Royce for him. He gets in and then drives away.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1528', '205b3c929b', 'Call to Moira...', '::This calls is around 1 am on Monday the 24th:: Moira, when you have a chance please come to my chambers. ::When Moira gets there Druscilla is writing in a journal at her desk.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1529', 'dcfeee17d9', '', '::moira exits her room just to see the man emerge from Dru\'s chambers. She stands still and watches for a moment regarding the man and then Dru::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1530', 'ce13279ff2', '', 'Good evening Dru. ::she says quietly with a soft smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1531', '3315e213dc', '', '::Dru looks at Moira and nods to her before entering her chambers. About and hour or so later Moira gets a phone call.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1532', '2234a39158', '', 'Evening Moira. How are things with David? He was not very talkative, at least to those of us other than you, on Saturday. How is he dealing with things?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1533', '383c636100', '', 'He is going to have a very hard time with the adjustment. I hope to God and Longinus that he will be okay with this transition. His soul is in great turmoil and he is striving to hold onto his life that was. I will be going out with him in a bit to lightproof his second story apartment, for he refuses to leave it. It should be alright for now. :;she laughs slightly:: For being an intimidating and imposing individual he is not a very social one. I told him to observe for now. Perhaps as he becomes more comfortable with his situation he will talk more. But from what I recall he was not all that talkative when he was with the others as Kine at Saskia\'s.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1534', 'd353f47b37', '', '::Moira returns back to her chambers when Dru nods:: ::When her phone rings later she answers:: Hello?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1535', '10e3cceb1b', '', '[quote:10e3cceb1b=\"Moira Kelly\"]::Moira returns back to her chambers when Dru nods:: ::When her phone rings later she answers:: Hello?[/quote:10e3cceb1b] OOC: Call from other board.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1536', '53922eec7b', '', 'I\'ll be right there. ::she closes her phone and walks down to Dru\'s office:: ((Continued on the other board as instructed. :mrgreen: ))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1537', '52ba186a72', '', '::She nods.:: I was not there to observe those nights at her bar. My offer for him to stay in the Rectory still stands. Charles will be here until he is released. David will transition in his own time. Let him know that if he wishes to speak confidentially as the Bishop of this Covenant I would do so. I know though that he is not to happy with my presence at all and he dislikes me, but the offer is there. I will be speaking with Charles tomorrow about his behavior this past weekend. Is there anything in particular you feel I should discuss with him? Please let me know. He is well behaved when I am nearby and his behavior when I am not concerns me. I don\'t want something like what the Harpy\'s childe pulled occuring with Charles.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1538', '32b98a17dd', '', '[quote:32b98a17dd=\"Moira Kelly\"]I\'ll be right there. ::she closes her phone and walks down to Dru\'s office:: ((Continued on the other board as instructed. :mrgreen: ))[/quote:32b98a17dd] LOL'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1539', '81b831d3a8', '', 'I told David I would like him to stay here while we build him a herd. I will mention your offer to him. But I doubt he will accept. He has a serious dislike of religion. ::she sighs:: ::she pauses:: Is Johanna still the Harpy? I heard something that made it sound like she wasn\'t. I could have misheard.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1540', '3c71f15f24', '', 'Just for shits and giddles tell me what you say to the rats since they will be about the only friends you have for a while and they will sit and eat the food you give them.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1541', '6673405431', '', 'No, she is not Harpy. I guess that is just force of habit. The Seneschal declared he will be removing her of the position after having her childe Mark call his childe and ghoul both \"assclowns.\" I made Charles watch the exchange to help him understand the seriousness of his role in things now, he was slightly taken a back by the Seneschal\'s reaction to Mark. Hopefully he has learned.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1542', '1f767f89cb', '', 'Hopefully. ::she smiles slightly then shakes her head:: What has become of this domain Dru? It doesn\'t feel like home anymore. I barely know it anymore. ::she looks so sad:: And my poor child, made because I had to not because I choose to with his only option to become kindred or die. I don\'t know what to think anymore. I am so confused.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1543', '9c05b87c56', '', ':: She looks at Garth for a moment before speaking again. :: PM comming Garth::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1544', '7d71b80f03', '', 'I don\'t know Moira. ::she pauses:: Honestly, as I said that night, I feel and almost pray that we were back to the days when the Invictus ran our domain. While the Carthians have been peaceful, the Invictus would not be allow such laziness on the part of this domain\'s officers and officials. ::she sighs:: I know you are confused and lost but I have no answer as to what will come. It is disgusting what you have been stuck with, and the fact that David has been forced to this life the way he has. At least if it had been an impulse on your own part you would have been able to pick a childe that matched your own personality. There would have been a stronger relationship there. Our home is changing, I can feel it. This is only the beginning of a new trial that od is bringing us. That is why you must understand that I am straining to keep this flock together. The abdecerians, while preforming well over the last month, have also be discussing the embraces of David and Charles. One has even approached me to discuss the matter. Our discussion was long and personal for him so I can\'t deliever the details, but trust me I know that there are concerns floating among our ranks.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1545', '6f0ab033df', '', 'I did not think that this would be well taken by them. You do now that whatever is in my power to do I will aid you. Though I must admit I feel sometimes that rational and I have become estranged. I do not know how much more change and surprises I will be able to sustain. Too much has changed to fast. ::she shakes her head:: I’m sorry I don’t want to seem like I am whining.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1546', 'af1b7451e5', '', 'Moira, you are not whinning. Your concerns are important to me. If they were not then I wouldn\'t ask for them. I will attempt to shield you from a large portion of the goings on here or at least break them to you slowly. You need to focus on David and his upbringing. You did not answer my earlier question about Charles though. What do you think?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1547', 'ad46fdc6b6', '', '::she shakes her head, in that “I am stupid” sort of way:: I don’t know. My initial dealing with him were not all that positive, so I am not sure what to say. I think he needs to calm down, but until that happens I do not think that I could offer any more request than that which you already intend on teaching him. And though I am not happy with having to Sire I will do my duty to God, Longinus and our covenant to make sure that he has the best possible start in our society, like my sire for me.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1548', '1250162086', '', 'Thank you. :: She nods and picks up the phone and dials. :: Nathaniel can you please come down here. :: She hangs up the phone. :: Moira, I know you are extremely injured, and your obvious strength leads me to beleive that that is not the bes position for you to be in right now. So I am allowing you to feed from Nathaniel untill you are healthy again, I can\'t share my herd with you since it now has to support Charles as well. I\'ll have Nathaniel sent to your room every few days, take what you can from him, he\'s fairly strong so 3 pints should be plenty. :: There is a knochk at the door and when it opens Nathaniel enters. :: :: OOC Hey Shan just let me know what days you have him and how much you take so I know how long it takes him to heal. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1549', '87cd693d03', '', 'I\'m okay. All better. ::she says with a playful little smile:: I planned carefully. ((when I initially did my healing I healed 7 agg or more. So I shouldn\'t have any problems with healing from creating. Jim can I get the total damage I received from the embrace and I will figure it into my chart and get it back to you I think it was 1 agg and the rest lethal, but I can\'t remember how much))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1550', 'fdb2552ebd', 'Time with David', '((Joel, until we can figure out where to do most of this stuff)) ::Moira knocks on the door to David\'s room. And waits for him to answer the door::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1551', 'd8d148c426', '', 'You can do it here if this is where David will be staying for a while, if you want me to rename the room for you I can do that as well.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1552', 'c64e674106', '', 'you are correct 1 Ag and the rest lethal.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1553', '01185227fa', '', ':; Drscilla leans back and raises an eyebrow, with her left hand she motions for nathanial to sit. :: Are you positive Moira, a lot of the damage you took was from Saskias claws, have you healed that already? If you need it I want you to take what I can give you no strings attached. Just one more question, have you used the reliquerrys that you made?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1554', '89bafb5a78', '', '\"Hey there little guys, you\'ll be my friends won\'t ya?\" \"Here ya go, have some food. You must be starving.\" \"Yeah im stuck in here because of some shit named philip. But he can\'t keep me in here forever.\" \"Life sucks, how did i end up in here just for taking a little bit of money from a rich guy?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1555', '61a1dabbe3', '', 'ok cool, just let me know what you are doing and saying and all that crap kind of like a personnal journal in jail. I start a new job tomorrow so I won\'t be able to respond to you till I get out of work but I\'ll have something for you by then.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1556', '0afbff6d4d', '', 'Philip walks over and speaks with Robyn for a moment then leaves.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1557', 'ceebed3f3f', 'Conversations with her sire...', '::Marcus follows Druscilla into the chambers. Once the door is closed he slips his hand onto her shoulder and leans into her inhaling the scents he finds. As he does so he drops his obfuscate allowing his predator to reach towards her. Druscilla steps back a pace or two and mimics him by dropping hers. She offers him one of the luxurious chairs near the alter at the end of the room. He accepts but pauses to cross himself in front of the alter before sitting down.:: So childe, ::his words are light and cool sounding:: you\'ve grown stronger... ::there is a half smile on his lips and he nods to himself:: Yes sire,::Druscilla responds to him in the same tone:: so have you. ::The tall man stretches his sinewy legs out in front of him, and undoes the top button of his shirt. His arms hang loosely over the sides of the large chair and he sinks into the shadows that flicker in the room. His eyes boar into her with intensity and she follows him relaxing more as she sits.:: Yes, we both have. So, tell me how fairs your little flock here? ::Druscilla pauses:: Things have been better. Our Prince requests that Moira sire so she is dealing with that issue. The abdecerians are learning quickly; they\'ve become very useful in the last few months. ::He nods and slides a thin hand through his loose black hair; a few strands frame his face. He leans forward and rests his elbows on his knees.:: So, my [i:ceebed3f3f]childe[/i:ceebed3f3f] ::the word comes out with power, rising in volume and tone before the remainder of his words fall to the same state as before.:: tell me what of this news I hear that you recently brought a kine to our Cardinal for confession?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1558', 'e40b601005', '', '*tom once again starts to feed some rats part of his lunch* So little guys do you think i belong in here, cause i don\'t. And i hate to say it but i miss my \"friends\" from the regular prison. Sure they were mean nasty and probably were ganna fuck me but then i got in their group and they weren\'t THAT bad. *sigh* I wonder if im ever allowed to see any other people in here...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1559', 'f5a225a51c', '', '::She looks into her sire\'s black eyes.:: Yes, I met with Cardinal Drake. He heard my confession. ::Marcus\' hands rub together slowly.:: I see...so when are you going to Damn this kine? ::The tension in his voice is rising as he palms press together with extra force.:: ::Druscilla does not break the eye contact she has established.:: I already have. ::Her voice is calm and static as she speaks.:: Really? ::He stands slowly and walks towards her, his voice becoming louder.:: I would have thought that you, Bishop Lang, would not have acted so...rashly. ::Druscilla rises to meet his form, unaffected by the use of her titled name; fully aware he is using it against her to show his dissatisfaction with her actions. She smiles coolly.:: Really sire? You feel I\'ve acted rashly? ::Her voice is rising to meet his.:: You have no idea how long I have been contemplating this action or how difficult it was for me. ::He almost growls at her.:: Still so insolent. Your rashness was something I thought I had worked out of you. Now you are siring with no thought! ::His voice is just below a yell and he is mere inches from her.:: Perhaps you have picked up these bad habits from this Carthian domain you reside it. ::he sneers:: ::She smiles again.:: I sired just like you did...Sire. ::As she finishes the thought his hand shoots to her throat and she feels the wall slam against her back. Her eyes no longer have to strain to meet his as he slides his knee between her legs; supporting her weight.:: Druscilla...::His tongue holds the name for a second longer than necessary. His eyes flick red as he lets his fangs slide loose.:: [i:f5a225a51c]You[/i:f5a225a51c], childe, have no idea the time[b:f5a225a51c] I[/b:f5a225a51c] spent on you. I watched you for nearly three years. Observed from the shadows as you fucked men for their secrets and whispered power into the lobes of others. I watched you use this body...::his free hand slips down her:: as a tool then run to church for Mass, begging for forgiveness only to turn and feed your sins again. ::When he grabs her hips Druscilla\'s image mirrors his, fangs exposed, eyes firing from beneath half closed lids. She smiles again as he leans into her ear.:: [b:f5a225a51c]I[/b:f5a225a51c] cultivated you, my perfect sin. [b:f5a225a51c]I[/b:f5a225a51c] choose you then taught you making sure you would prosper. [i:f5a225a51c]You[/i:f5a225a51c] were not a rash action made on a whim or at the behest of a prince. You, were ordained by God to be my childe. You were given to me, not taken by me. [b:f5a225a51c]I[/b:f5a225a51c] was given you as a choice, as my sin. Just as[b:f5a225a51c] I[/b:f5a225a51c] gave you the Holy options of Damnation or death. ::He slowly loosens the grip on her throat; lowering his knee to let her slide to the floor.:: ::She stays pressed against the wall looking up at him.:; I may not have cultivated Charles in the manner you did with me, but he is here for purpose. My embrace of him kept the Circle clear of him. The Ordo of this domain will act without thinking as their pettiness infuriates them with the thought that I have at least minimal sway over my childe while the others run amuck in a Carthian domain. Charles is willing to accept and see our beliefs and the path to God. His training will be slow as his enthusiasm is overdone now, but I will fix that. ::She takes a step closer to him.:: I have done what I\'ve done for my flock, my Covenant, and this domain. To attempt at keeping some semblance of order within it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1560', 'd68b522b26', '', '::He looks at her, his face normal again and nods to her. He steps closer and touches the place on her neck where he drained her life over a century ago.:: Yes, childe you have done your best with what you are dealt. I do not approve of this Charles, and I will meet him....but not tonight. I have no patience for a neonate tonight. Be sure that you contact the Cardinal later this week to schedule your creation rites. [b:d68b522b26]That[/b:d68b522b26] I am looking forward to. The Cardinal and I will be discussing your punishment. ::He moves to the door.:: Do not waste our time that night. ::She follows him and opens the oak monstrosity.:: I have no intention ArchBishop Rivera. ::He steps out the door then turns back to her.:: May God and Longinus guide you my childe. ::She nods.:: And you. ::After he leaves Druscilla reenters her chambers and stares at the alter there. She moves to begin her prayers but stops herself. She falls into the chair her sire sat in the leans her head back staring at the ceiling above her. Almost two hours later she gets up and moves to her desk. She pulls out a small journal and a feather pen and ink well. She calls Moira, asking her to come when she can and begins to write furiously.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1561', 'a2b6d372fa', 'Your Sheet', 'Shannon, this is the most recent record I have. Please compare it to yours and update this as I am missing your specialties, merits, Contacts/Allies (8 dots to spend at creation), Haven Dots (10 to spend at creation) What was the name of the devotion you picked? Virtue: Charity Vice: Pride Clan: Nos Covenant: Lancea Sanctum [b:a2b6d372fa]Attributes[/b:a2b6d372fa] Intelligence: 3 Wits: 3 Resolve: 3 Strength: 2 Dexterity: 2 Stamina: 3 Presence: 3 Manipulation: 3 Composure:3 [b:a2b6d372fa]Skills[/b:a2b6d372fa] [u:a2b6d372fa]Mental[/u:a2b6d372fa] Academics: 4 Investigation: 2 Occult: 2 Politics: 2 Science: 1 [u:a2b6d372fa]Physical[/u:a2b6d372fa] Athletics: 1 Brawl: 2 Stealth: 2 Weaponry: 1 [u:a2b6d372fa]Social[/u:a2b6d372fa] Empathy: 1 Expression: 1 Intimidation: 3 Persuasion: 2 Subterfuge: 1 Merits Covenant Status: 2 Herd: 4 Disciplines: Nightmare: 1 Obfuscate: 2 Vigor: 1 Theban Sorcery: 4 Rituals: 1 - Vitae Reliquery, Hauberk of blood, Theban Inscription 2 - Resistance of Disciplines 3 - Pharoah\'s Paces, Lash Beyond Death 4 - Gift of Lazerus Humanity: 7 Health: 8 Willpower: 5 (One lost for siring) Vitae: 12 BP: 3 Size: 5 Defense: 2 Initiative Mod: 5 Speed: 9 Current Game Experience To Spend: 16 Flaws: Eerie Presence No 10 again and 1\'s subtract on anything based on presence and manipulation. Does not count on Discipline use. Extra\'s PC has Messenger\'s mark from Nomad p. 94'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1562', '493f87aea3', 'Notice:', 'To all members of the Domain of Morristown: We have had an attack on a few unaligned members. They were killed while they slept. Their havens were burned out a few hours before night fall. We have no other information at this time. This could be the first sign of hunters or some other danger in our domain. All members are asked to help in the investigation as best they can. Those of you who are still under accounting should ask your sires how you can help. Everyone should watch their backs and report anything that might be a clue or warning to a member of the counsel. That is all'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4192', '6bdff4b6e0', '', '*tom takes a few steps away from everyone and swings it around ackwardly* \"I\'m not very good with weapons...brother.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4193', '7f79cf99d0', '', '::Joseph nods:: I know... you are not expected to fight tonight... this is simply if you need. ::JJ swings bat at Tom\'s head and it goes clear over Tom missing him by at least half a foot. He chuckles and winks.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4194', '66834f0379', '', '*tom laughs* \"Keep trying JJ maybe one day you\'ll get me.\" *tom turns to joseph* \"Joseph, how do we find vampires? With how manipulative they manipulate things from the shadows i\'d imagine that they don\'t show themselves often.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2452', '22a5bad8e1', '', 'Garth stood to attention in front of his master and smiled himself. \"Well I was lucky enough to find one of the big vampries, the Seneschal. He was a bit pissed off that we hadn\'t told him that we lived here, but I managed to convince him that we wouldn\'t provide any trouble.\" Garth scratched his eye and looked around the gym. \"He just wants to meet you and talk with you to make sure you udnerstand everything about the domain. Plus you owe him a major boon, apparently for not killing you. So should we go and meet him?\" OCC: Do I need to roll anything to cover the fact I\'m not telling the whole truth?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2453', '22a3078891', '', 'Listen kid..... Why do you think I avoided politics in the first place.... Cause all they do is I owe you and you owe me and who insulted who wah wah wah. I\'m unbound, that means that I don\'t belong to their bullshit and that\'s why they want everyone to belomg, so that we all have to follow rules that don\'t mean a hill of shit. I don\'t owe him or anyone else nothin unless I descide that I do. If he want\'s me to tell it to his face then he can come here whenever he want\'s to hear it. :: OOC Na you don\'t need a roll for any of that. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2456', 'f071b75803', '', 'Garth laughs. \"A good way to put it. I\'ve only been talking to them for one night, and I\'m sure there are a hundred rules I still need to learn.\" He smiles at his sire. \"Should I try and get him to come here, master? You and him could talk about what\'s going to happen.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3508', 'a4f2368baa', '', 'Most Excellent Alder Caroll, I did not know we were on such familiar terms that vulgarity has become common parlance. I humbly apologize, for I did not seek to lecture you, only to inform you, your Excellency, of my position in the matter, and the fact that the Carthian’s have shown their hand, and that it is weak, it should be a simple matter to gain a long lasting foothold within their domain.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1566', 'e3da57c1a1', 'Your Sheet', 'Name: Garth Age: Looks 32 (Embraced 1989) Concept: Solitary scarred soldier, now a coach Virtue: Fortitude (He has gone through a lot and still believes in his ideals) Vice: Wrath (He was kicked out of the army for killing one of his soldier who was joking about his face) Appearance: He is about 6,2 and has a large swelling around his eye covering it completely. He is very muscular and looks at others angrily for soem reason. Short brown hair and blue eyes. Clan: Nosferatu Covenant: Unaligned Physical: Primary Strength : 4 (Favoured attribute) Dexterity : 2 Stamina : 3 Social : Presence 3 Manipulation 2 Composure 2 Mental: Resolve 2 Intelligence 1 Wits 3 Physical: Athletics 3 Brawl 2 (Dirty tricks) Drive Firearms 2 Larceny Stealth Survival 1 Weaponry 3 (Improvised weapons) Social: Animal ken Empathy 2 Expression Intimidation 2 (Physical threats) Persuasion 1 Socialize Streetwise 2 Subterfuge Mental: Academics Computers Craft 1 Investigations 2 Medicine 1 Occult Politics Science Disciplines: Nightmare 2 Vigor 2 Blood Potency:1 Merits: Fighting style: Boxing 3 dots Contacts (Street brawlers) 1 dot Haven security 3 Herd 1 dot (Gym visitors) Resources 1 Willpower: 4 Health: 8 Defense: 2 (3 against brawl attacks) Initiative: 4 Morality: 7 Speed: 11 Size: 5 Flaws: One eye: His eyes was cut by a dirty weapon which swelled and made it so that the eye cannot be seen through. Nos flaw of no 10 agains and 1\'s subtract on all rolls related to presence and manipulation (Does not count for Discipline use.) History: Garth suffered tragedy from the beginning when his father left his mother for another woman. His mother never got over the loss and ended up dead from an overdose of crack. He was sent to an orphanage with nothing but a picture of his mother or father. He was stronger and fitter then the other boys and far more imposing but easy to outwit. As he got older he got slyer but not more intelligent. When he was allowed he joined the army and fought in the Vietnam war. In that war he was trained as one of the jungle fighters and an interrogator. But on one such mission he was cut by an unknown poison, which caused the area around his eye to swell and cover his eye hole. The poison was stopped but Garth was permanently scarred. He continued helping train them how to interrogate suspects until one private who thought it would be funny made a crack about his face. The private’s face was soon thrown through a window and down 100 feet to the hard ground. Garth was arrested and fired form his job, he pleaded guilty but his lawyers somehow managed to get him out of it saying that he had been provoked. He was set free and set up a small gym. He trained people well and one client interested his greatly. He to was often alone in society and they became reasonable friends then one night while training his friend showed himself for what he really was. For the entire night Garth had had a sense of dread. When he practiced again against his friend he was beaten easily by something with amazing strength. His friend said that such power could be his if he just let himself free. Garth did and was embraced. Now Garth still keeps his job but it is now open at night, making it less active. He feeds off some of the people he trains and others. His sire has taught him about the kindred and Garth has decided that currently none of the covenants are where he belongs. He has been lying low for a while but now he decides to enter the world of the vampires…. I spent my experience on upgrading Vigor to 2 and getting Herd 1 and resources 1'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3507', 'b36c13e536', '', '::he studies Anthony:: You lecture me on Elysium protocols? Interesting. You Mr. Abruzzesi have more balls than brains. ::his eyes narrow and Anthony can feel the age of Vincent as the Prince\'s dark eyes watch him. His position does not change, there is no body movement::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1568', '03debe1ad0', '', 'Davbid can hear muffled voices on the other side of the door after Moira knocks.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1569', '76e5438779', 'Another day in hell', 'Soon after your last conversation with the rats 4 rather huge gaurds come and remove you from your cell and begin to silently walk you down the halls of the prison, you see other inmates in their cells hide their eyes and pretend not to notice as you are lead past them. Even the rats seem to avoid the gaurds. Any questions that you ask are ignored completely. After about a 10 minute walk and an elevator trip to the basement you are pushed into a large circular room about 50 feet in diameter, there are tinted windows on booths that sit atop a 20 foot sheer concreete wall as well as one balcony that would be off to your right a bit. There are three men in suits wand six women in evening wear on the balcony. 2 more inmates are pushed into the room on opposite sides so that you are all evenly spaced appart, they seem to be just as confused as you are.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1571', '515278482d', '', '::the muffled noises stop for a moment, and she knocks again:: David I know you\'re there. Can I come in please?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1572', '545d4e6b43', '', '::she looks at Philip oddly as he comes over and speaks to Robyn. She waits for him to be done and looks at Robyn with a smile::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1573', '6caa6bd6ae', '', '*tom confused and a little more then afraid at this point blurts out* \"What the fuck is going on in this prison and who are you people?!\" tom looks up at the people on the balcony. ((just to help my mental image, what is the color of the room and are the booths with tinted windows along the side of the room towards the top, kinda like observation rooms?))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1574', '9bba6c6e0d', '', 'Thanks that seems in order'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1579', '3ee4f7d190', '', 'just PM me when you want to update it and this way we can both be current on it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1580', 'c0d4533108', '', 'There is no need to be nervous Garth, we are not the invictus here and won\'t hold social standing against you, do you have a covanant?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1581', 'bb6ef0f0cc', 'Sire Information (for the records)', 'Name: Martin Flannigan. Embraced in Ireland Chosen: Good Catholic Girl, saw her faith was strong and knew she would excel in Theban Resides: Travels between Ireland and America You know that he is famous in his Theban studies and he taught you the majority of your initial rituals.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2539', '3a8fccb3c9', '', '[quote:3a8fccb3c9=\"Saskia Tolan\"] ::She looks puzzled:: In a net... ::She looks around the room and mutters to herself in Czech.:: Dah, net... is right word. Hanging from ceiling. Guys inside, they shooting crossbows at her. She must have broke out while I was killing guy 2.... or maybe 3.... ::she stops to ponder the thought for a moment:: Dah, probably 2. ::She shrugs.::[/quote:3a8fccb3c9] ::The Mistress turns to the Seneschal.:: Seneschal Duke, were you aware that Saskia had risked herself to save the life of your childe? If not then I am glad this has come out. As she was required to use... human shields... to protect your childe... your blood... I believe that a Blood boon is in order to rectify the situation. ::She begins to write in the same book.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2538', 'd5fe4d9c0b', '', '[quote:d5fe4d9c0b=\"Melissa Stevens\"] What do you mean in a net? ::There is a shocked expression on her face.::[/quote:d5fe4d9c0b] ::She looks puzzled:: In a net... ::She looks around the room and mutters to herself in Czech.:: Dah, net... is right word. Hanging from ceiling. Guys inside, they shooting crossbows at her. She must have broke out while I was killing guy 2.... or maybe 3.... ::she stops to ponder the thought for a moment:: Dah, probably 2. ::She shrugs.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4199', '9a65a608a3', '', 'Yeah slowly as I\'m bored at work I\'ll finish it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2537', 'da34c9bd1d', '', '[quote:da34c9bd1d=\"Saskia Tolan\"]::Saskia sits back up roughly.:: They start huge fire, she frenzy, run into building. I follow her. When I get inside she\'s in a net. I give her bullet proof vest earlier, good thing too, or she would have been staked. ::Her voice gets more excited and her accent thickens a little.:: So anyway, I get in, start heading to 3 guys in back. 4th guy, big giant guy hit me with broad axe. He tough, but I take him down. Then I jump behind boxes with him and start feeding to heal. I use his body as shield and feed as I heal. Get to other three, take down first easy and cut through him. ::Her hands start to animate the conversation a little.:: Make him new shield, as I shoot number 2, number 3 start to head to switch. ::She chuckles:: I watch lots of movies... bad guy going for switch... never good. I throw first guy body at him and knock him over... next I know, I feeding on last guy with Seneschal childe frenzying. I hold her till she out. She feed, and I find new Nos. Unstake her and now she sitting back there. ::She sticks her thumb in the direction of Brigid in back.:: ::As she looks behind her she sees the new guy that followed Ramier in.:: OOC: 11-28 19:42:54 Saskia rolls 8 dice to PT 3 successes 3,6,5,6,9, 1,10,10,4,7[/quote:da34c9bd1d] What do you mean in a net? ::There is a shocked expression on her face.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1589', '862dda2c61', '', 'OOC: Jim didn\'t read me all the details, I was in bed and couldn\'t walk damn hips. Anyways. Ignore the last post and go with this. IC: ::She nods:: Understood. Moira, ::she leans forward:: I know this is hard on you. Just hold onto your faith, and don\'t be afraid to do what you must with David. If he doesn\'t come around then more extremem measures may need to be taken. I know your humanity aches to see him suffer, but we are what we are by God\'s divine will. We are given the thoughts we have by God through our state as Damned. If he needs punishment, then give it, just as you would give praise for something done well. Do you understand?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1590', '5ad5a71701', '', 'Aye, I do. My faith is the corner stone for who I am. If I lose that I believe I will cease to exist. ::she smiles:: I have no problems punishing and rewarding behaviour. I am watching him closely and trying to work with him as much as possible, trying to be a good parent. ::she almost laughs, something Dru really hasn’t seen for a while:: It is so hard though since I cannot relate to him on a truly personal level. He does not agree with our faith and I must hold my tongue when speaking with him, which is a hard task to do since my faith is what I am. But if I can prepare him for live as Damned than I will give him the best start possible. Whether or not he believes God and Longinus will guide his path and mine through these times. I believe this will all that I am, even though I think sometimes, before I sit and pray, when I become lost I forgot.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2534', '5d50d4a27f', '', '[quote:5d50d4a27f=\"Melissa Stevens\"] ::Melissa looks at Patricia, a flash of rage crosses her face. She stands slowly.:: Very well then... ::She turns to Druscilla.:: Bishop Lang, a life boon to Saskia. [/quote:5d50d4a27f] ::Druscilla nods.:: Of course Mistress Stevens.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4200', '5f664b4db9', 'New User', 'Hey Shan, xxxxx is something Jim and I are working on so do me a favor and don\'t look at the posts unless your character can see the area.... just plotting away here at centenary college :-)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1592', 'b676bf7072', '', '::She chuckles along with Moira.:: Now I know why I tried so hard not to have children while I was mortal. ::She nods approvingly and there is a genuine smile on her face.:: We all forget once in a while Moira. It is the renewed devotion we find once we realize what has been slipping that keeps us moving forward. Do not hold your tongue too much. Although this is a Carthian domain and he has a choice as to who to join once released, while with you he is yours and noone not even the Prince can deny you the rights or reasons why you do what you do. Is there anything else I can do for you? ::She glances at Nathaniel who has remained quiet with his eyes cast downwards the entire time. Although he doesn\'t look at her he shivers a little when her eyes stop on him. She then returns her gaze to Moira.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1593', '47d8a15cc6', '', 'I do not think he is ready for the covenants and their intricacies. While he remains with us he will see our World. I want him to be comfortable with his lot before I go into depth the covenants. Coming to terms with being Kindred is going to be hard for him. But I will speak to him casually about our covenant when I find the right time. How is Charles doing?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1594', '29ad8c33a1', '', '::She shrugs.:: He is doing okay. He developed his disciplines far faster than I thought he would. He needs to be taught that while our powers are a benefit to our purpose here they do not define our survival. He is still slightly overcome by all that he has witnessed. Our unfortunate run in with that Lupine and the demon-possessed human have sent him spinning. He learned that not only Vampires exist but also all other forms of supernatural beings. I have a feeling that I will have to be forceful with his education. ::She shrugs again.:: It worked in raising me so I guess like a mortal parent we repeat the methods used on us. ::she repositions herself.:: He definantly needs to learn a little more respect for the elders around him...::there is an aggitated look in her eyes and the tone is harsh. Nathaniel fidgets a little on the sofa as her tone changes.:: He should not have been running his mouth about beliefs and such, questioning those who have been around longer than his parents. He does not know enough yet to understand the answers he will receive or the questions he will be asked. ::Her tone slackens and she becomes more calm.:: I evny you slightly Moira. David may not be the perfect match for this covenant, only time and God\'s Will, will decide that, but at least he isn\'t jumping to the fore and causing problems for you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1595', 'e24927b4e4', '', '\"No I\'m currently one of what I think you call the unbound.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1596', '40ca3bfc7d', '', 'Unaligned. ::Saskia says into the air behind the Master of Elysium. She is still picking what appears to be dirt from her nails.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1597', '123cadb5df', '', '::she shakes her head:: I am sorry, young tend to have an interesting beginning. I am seeing that many of them have yet to fully grasp what has happened to them and what this world is all about. It is frustrating for me since I have not been there for 60 some years. How do you fully explain that thought we are Damned to a life eternal we are as just as susceptible to death as a mortal. ::she smiles grimly:: And poor David. He has spent his life on the outside. He seems to have a pretty solid head on his shoulders. I encourage him to ask questions, but he will pull me aside to ask, and not make a show of it infront of others. Which I am thankful for. Each person understands things differently and fielding questions from every neonate would not be the easiest thing for me. ((there was no yellow dot telling me that you had posted))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1598', '112ae8353b', '', 'Ah, no need to apologize, it is my issue not yours. Death, well if we were granted eternal life without the risk of death at all we would counterbalance the scales. There would be no need to hide among the shadows as nothing could harm us. We would therefore stop fullfilling God\'s will of hunting to turn mortals to him and let them levitate us to his status as God. Now, to explain that without faith for your childe.... associate it with nature. Even the tortise that can live over a hundred years must die. If he didn\'t then when he reproduced eventually there would be no food and no order. The planet would be over run by tortises. ::she chuckles picturing the image in her head:: Perhaps even mortals would worship the animal for its invulnerability to death. You should not have to field the questions of the other neonates, they are not your charge or concern unless you wish to do so. Does this help at all?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1599', 'fb28beeb19', '', '::she nods and smiles, also imaging the world full of tortoises:: I know. I’m getting used to not being able to spend my time in solitude studying practicing. But I think I am doing okay. Though right now it is a fine line.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2532', '0d6b27541d', '', '::Druscilla remains still in her seat.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2533', '8e550bbf94', '', '[quote:8e550bbf94=\"Patricia Collins\"]OOC: 11-28 19:56:32 Patricia rolls 7 dice to awe 4 successes 10,10,6,9,5, 7,3,8,3 ::She stands up quickly her hands on the table her voice is sharp and clear.:: Mistress Stevens, A life was saved, that is the end of the line. HE ::she points to Charles:: can not collect on a boon as he is under the accounting. Regardless of who saved who, Bishop Lang OWES Saskia for her life. If this domain wishes to raise these children to survive outside of it, they must be raised to be able to handle Invictus standards. Bishop Lang would be the pile of ash like the one she read earlier that evening if it were not for the actions of Saskia. Do you disagree?[/quote:8e550bbf94] ::Melissa looks at Patricia, a flash of rage crosses her face. She stands slowly.:: Very well then... ::She turns to Druscilla.:: Bishop Lang, a life boon to Saskia. ::She seats herself and makes another note in her book.:: ::She glances back at Patricia.:: Miss Collins, please seat yourself so we may continue, and I\'m sure I don\'t need to remind where you are and who is in charge of Elysium.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1601', '03490f882b', '', '[quote:03490f882b=\"Garth\"]\"No I\'m currently one of what I think you call the unbound.\"[/quote:03490f882b] Unbound or unaligned arebasicly he same thing, would you be interested in joining a covanant or do you plan on staying neutral?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1602', '266b8eb385', '', '\"I\'m not really sure. My sire told me of the covenants but form what he said they all sounded like right bastards. What do you think about the covenants?\" He stood straight now like a soldier in the presence of a higher officer.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1603', '6cf8894a5a', '', ':: A smirk crosses her mouth as she thinks about the answer. :: I think that some are bastards and some arn\'t, it depends on who\'s in charge of them in any given city, but the Lancea and the Invictus usually have the biggest stick in their asses followed by the Dracul and in a tie for last would be the circle and the Carthians.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1604', '9e003c7f37', '', 'Garth paused and scratched his chin. \"I think out of the oens my master told me about the Ordo do intrest me a tad, as do the Circle. Of course I would probably have to meet a member of both sects before I decide.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1605', '87e55eda07', '', ':: She smiles at you. :: Well then you are half way there since I am a member of the Circle of the Crone, as for the dragons I think they tend to be very selective of who they let in the door but if you want to meet one of them I can arrainge that for a small favor in return.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1607', '8b0f4ec476', '', 'Garth\'s eyebrow raised. \"What favour would that be?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1608', '35bcec8521', '', 'Has your sire explained boons to you yet? If not I will explain them to you and if he has I beleive me taking the time to introduce you to one of the more prominant kindred in the domain would warrent a minor boon, wouldn\'t you agree?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2531', 'ba1d0d5e59', '', 'OOC: 11-28 19:56:32 Patricia rolls 7 dice to awe 4 successes 10,10,6,9,5, 7,3,8,3 ::She stands up quickly her hands on the table her voice is sharp and clear.:: Mistress Stevens, A life was saved, that is the end of the line. HE ::she points to Charles:: can not collect on a boon as he is under the accounting. Regardless of who saved who, Bishop Lang OWES Saskia for her life. If this domain wishes to raise these children to survive outside of it, they must be raised to be able to handle Invictus standards. Bishop Lang would be the pile of ash like the one she read earlier that evening if it were not for the actions of Saskia. Do you disagree?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1610', '334b057f27', '', 'Garth starred at the keeper a blank look on his face and he slowly shook his head. \"No I haven\'t. Would the kindred you might take me to see be the Prince?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1612', '2eda063ec2', '', 'No he would not be, our prince is a Carthian, the one I would take you to see about the Dracul is the head of the order in this area. As for boons, they are like currency in our world, we do for others so that in the future they will do for us but since the future for us is eternal wi codify these acts with titles that represent the degree of difficulty performing the favor costthe one to do the work. For example it isn\'t to terribly difficult for me to set the meeting with this individual for you but it does take me away from my duties for a time so for the minor inconveniance I basicly charge you a minor boon for it. That means that I can ask you to inconveniance you at my discretion one time and you have to do it or else for the rest of your nights any who hear that you welch on a debt will not do business with you because they will assume that you won\'t pay up, and as kindred we have very long memories as well as written records of boons owed and payed.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1613', 'a2a2fa5315', '', 'Garth thought looked around the room looking thoughtful. After a minute he nodded. \"I guess that seems justifiable, I accept, madam.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1615', '01bd44c0db', '', 'Very well I will make some calls as soon as this meeting is over do you have a number I can reach you at?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1617', '30331a4ba2', '', 'Hearing the knock and voices, David sits up from the bed he was laying in. \"Hello?\" Then he hears Moira. \"Come on in Moira.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1618', 'bd286994b9', '', 'unfortunately Moira never knocked the second time as she is in the middle of another sceen. However after a moment of hearing the low tones a male voice elevates into a yell, if you ( Joel ) would like to try and make out the words through the thick doors I need a wits+investigation from you.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2530', 'c41c475dd2', '', '::Saskia sits back up roughly.:: They start huge fire, she frenzy, run into building. I follow her. When I get inside she\'s in a net. I give her bullet proof vest earlier, good thing too, or she would have been staked. ::Her voice gets more excited and her accent thickens a little.:: So anyway, I get in, start heading to 3 guys in back. 4th guy, big giant guy hit me with broad axe. He tough, but I take him down. Then I jump behind boxes with him and start feeding to heal. I use his body as shield and feed as I heal. Get to other three, take down first easy and cut through him. ::Her hands start to animate the conversation a little.:: Make him new shield, as I shoot number 2, number 3 start to head to switch. ::She chuckles:: I watch lots of movies... bad guy going for switch... never good. I throw first guy body at him and knock him over... next I know, I feeding on last guy with Seneschal childe frenzying. I hold her till she out. She feed, and I find new Nos. Unstake her and now she sitting back there. ::She sticks her thumb in the direction of Brigid in back.:: ::As she looks behind her she sees the new guy that followed Ramier in.:: OOC: 11-28 19:42:54 Saskia rolls 8 dice to PT 3 successes 3,6,5,6,9, 1,10,10,4,7'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1620', '147ad5600f', '', 'Garth hands Melissa a card with his moblie number on it. H ethen put his hands back in his pocket. \"What do I need to do now?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2523', '33bc3b1eb8', '', '[quote:33bc3b1eb8=\"Melissa Stevens\"]::She stares at Charles for a moment then nods.:: Bishop Lang, as Saskia was involved with saving your life, aided by your childe, you shall owe her a major boon for the services. Does anyone wish to contest this?[/quote:33bc3b1eb8] No Mistress Stevens, I do not.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4201', '8cca0bd67c', '', 'I agree. I had a blast! And the brick avatar is great! hehee'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2525', 'f8c3efcced', '', 'Ramier enters the Elysium on time with his ussual grace. He is dressed in his usssual black slacks and dress coat with the blue T-shirt. He is followed by another ((OOC: His description will follow.)) ::Ramier staets in a rational and nuetral tone.:: \"Actually Ms. Stevens.....With all due respect, I believe that a Life boon is in order here. Being that her child and Saskia did indeed, save her from the final death as the evedence has cleary shown\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2526', 'bb54939ca6', '', '::Druscilla looks up.:: Good evening Ramier. ::She returns her gaze to the Mistress.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2527', 'be4e153a6f', '', '::Saskia smiles a little and leans back in her chair.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2528', '9fc2a9abeb', '', 'Gavin enters the room following Ramier; he walks with his back straight, and his head held high. He is wearing black slacks, with a black sports coat, and a silver button-up shirt. ((OOC PT Roll: 11-28 18:52:15 Gavin rolls 8 dice to predatory taint roll (used WP) 4 successes 7,8,8,8,4, 5,4,9 ))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2529', '59c6887479', '', '[quote:59c6887479=\"Ramier\"]Ramier enters the Elysium on time with his ussual grace. He is dressed in his usssual black slacks and dress coat with the blue T-shirt. He is followed by another ((OOC: His description will follow.)) ::Ramier staets in a rational and nuetral tone.:: \"Actually Ms. Stevens.....With all due respect, I believe that a Life boon is in order here. Being that her child and Saskia did indeed, save her from the final death as the evedence has cleary shown\"[/quote:59c6887479] ::She looks to Ramier.:: Under normal circumstances, yes that would be the truth Ramier. But as both accounts have stated, and from my observations... are in fact truthful, neither of the parties involved is sure as to whom actually saved Bishop Lang. Charles is under the accounting and was acting in proper manner, Saskia is not. She can be indebted too, he may not. As there is a split in the discussion, yet both were involved Saskia is being repayed for her half of the participation. As evidenced by the major boon. Anything else? ::She turns back to Saskia.:: Saskia, could you now recount the events involving the Seneschal\'s childe?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1622', '63d3f8b7d4', '', '::Saskia looks up.:: Can I get one of those boy?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1623', 'caf1f220b1', '', 'Garth looked at the Gangrel paused then nodded and gave her one.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1624', '49550c09b2', '', '::She takes the card between two fingers and spins it around glancing at the writing. She rises and slides it into the pocket of the jeans she is wearing before plopping back down on the couch.::: Thanks Garth. ::She winks at him and nods.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2511', '5d339016c3', '', 'I told you, I don\'t know. I come round side of building... [i:5d339016c3]Bishop Lang[/i:5d339016c3] was on ground staked. I see guy with big machette getting ready to cut her so I shoot him. I think maybe her childe actually kill him, but I stop him from cutting off her head. We pull stake out... she don\'t rise... send her on way with her childe.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2512', '332ab474f3', '', '::She turns to Charles.:: Is that what happened?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2974', '9730df90bb', '', 'So do I, it just sounded funny when I read it... Faith and hugo belong to me.... I guess I heard a muahahahhahaha after it :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2514', '94e9aa6ddd', '', '::He sits up.:: I don\'t know who was shooting where. All I know is some dude was standing over my sire \'bout ready to kill her so I shot him. I grabbed the stake and pulled it. She didn\'t get up like I thought she would. I picked her up and ran. I don\'t know what else was going on, I was protecting my sire.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2515', '71e8db3591', '', '::Saskia leans forward a little.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2516', '9bd87ae46a', '', '::She stares at Charles for a moment then nods.:: Bishop Lang, as Saskia was involved with saving your life, aided by your childe, you shall owe her a major boon for the services. Does anyone wish to contest this?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2517', '23bacb704e', '', 'Nyet. ::Saskia leans back, her arms on the chairarms and her right hand grips the arm slightly.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2518', '387e1bae3c', '', '[quote:387e1bae3c=\"Garth\"]A bang is heard from a closing door and then a large man walks in he stops as he sees the large amount of vampires in the room. OCC: Predators taint. 2 successes 10,6,5,2, 9 He stands straight the moment his eyes fall on Crane who form the way he sits seems to be the Prince. His hand starts to rise but falls back down as he bows low. \"Forgive me for my rude entrance, I saw Ms Tolan entering and I have found something she may want to know, in fact you may also want to know it too.\" He starts to rise slowly trying looking nervous in the presence of so many of the Kindred[/quote:387e1bae3c] ::The Prince looks at him for a moment.:: First sir, your name and clan, and then the infomation.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2973', '27a92a7d9a', '', 'why? ::makes face:: I like their names.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2520', '7cebe1bac5', '', '[quote:7cebe1bac5=\"Saskia Tolan\"]Nyet. ::Saskia leans back, her arms on the chairarms and her right hand grips the arm slightly.::[/quote:7cebe1bac5] Very well then. ::She makes some notes in her book.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2521', '1e99f4d708', 'Debts Owed 11/28/2005', '[b:1e99f4d708]Prince Crane [/b:1e99f4d708]- Owes 1 major boon to Saskia for services [b:1e99f4d708]Prince Crane [/b:1e99f4d708]- Owes 1 minor boon to Ramier for services [b:1e99f4d708]Seneschal Duke [/b:1e99f4d708]- Owes 1 minor boon to Saskia Tolan for babysitting [b:1e99f4d708]Seneschal Duke[/b:1e99f4d708] - Owes 1 major boon to Saskia for the preservation of his blood at the cost of expending her own. [b:1e99f4d708]Bishop Lang [/b:1e99f4d708]- Owes 1 minor boon to Prince Crane for rudeness [b:1e99f4d708]Bishop Lang [/b:1e99f4d708]- Owes 1 life boon to Sakia for aiding in the preservation of her existence. [b:1e99f4d708]Saskia Tolan [/b:1e99f4d708]- Owes 1 minor boon to Master Stevens for the destruction of Elysium Property. [b:1e99f4d708]Garth[/b:1e99f4d708] - Owes 1 minor boon to Master Stevens for services [b:1e99f4d708]Brigid Harper[/b:1e99f4d708] - Owes 1 blood boon to Saskia for saving her life [b:1e99f4d708]Daren[/b:1e99f4d708] - Owes 1 Major boon to Prince Crane for disrespect [b:1e99f4d708]Daren[/b:1e99f4d708] - Owes 1 minor boon to Seneschal Duke for more disrespect [b:1e99f4d708]Daren[/b:1e99f4d708] - Owes 2 minor boons to Moira Kelly for repeated disrespect and disregard for her person and beliefs [b:1e99f4d708]Daren[/b:1e99f4d708] - Owes 1 major boon to Mistress Stevens for insult to her and towards the policies of Elysium. [b:1e99f4d708]Daren[/b:1e99f4d708] - Owes 1 major boon to Ramier for misrepresentation of the Covenant the Ordo Dracul.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4202', 'b2747902cf', '', 'Now all I have to do is figure out how to get Jim out of the damn house....'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4203', 'b4b457b7e2', '', 'Hehe'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4204', 'fbe4fce625', '', 'xxxxxx? woman I am confused... why create a new char for plotting? And as a habit I don\'t read forums I\'m not supposed to... :razz: There are some I just don\'t want to know about.... Why can\'t I plot too? :smt010'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4205', '3fe078dd1b', '', '::she smiles:: As am I. ::she sits:: So Sheriff Price, what information are you looking for? ::there is a sort of interest in her voice::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4206', 'b3ba86741d', '', 'Don\'t PC\'s just suck at times? :). That\'s what happens when you give an earth dragon a quest like keep these people out of my house, he sit\'s there untill he gets to make sure that they won\'t come back. :smt002'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2500', 'd9a26f1f2b', '', '*brigid sits quietly in the back, sprawled in a chair, watching the active members of the domain discuss the death of the former harpy and the scene at the warehouse. her eyes dart around the room, following the speakers with rapt attention as she attempts to learn more details about the evening.*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2501', '40b92ad733', '', '::Druscilla looks at the man standing infront of the Prince and waits for him to finish with his interuption. Her lips start to curl to a smile, but stop almost instantly.:: OOC: WW roller was down used alternate 6d10-> [8,10,8,7,4,5] 1d10-> [10] = (10) 1d10-> [7] = (7) 4 successes'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2502', 'e0f8eb0b5a', '', '((OOC: I see a potential for Moira to get in trouble (thanks Saskia). How are we working things concerning children? If everyone is assumed there what happens if said person is asked a question and there is no person to answer.))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2975', 'e0d794f94e', '', 'they are the harpy and the keeper... mwahahahahah could feasilbly be implied there'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2976', '4575863a23', '', 'Philip looks at Sas, You have come before me and asked this before. I told you that I had worries about this child, and I felt he needed to be watched over by you. What then has changed that you would ask me to release you from this [i:4575863a23][b:4575863a23]BLOOD[/b:4575863a23][/i:4575863a23] obligation?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2504', '6c1f235cc5', '', 'OOC: Jim said that he will talk to the people over the phone if he has to to help out. Go with it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2505', 'c97ccf304b', '', '::a slight smile turns up in the left corner of her mouth:: I am sorry to intrude. Do ye wish me to come back at another time? ::she asks regarding the man for a moment::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2506', 'bbbac2d55f', '', '((right-o))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2507', '14599fa2c1', '', 'I am no more than a minion my dear. You wield far more power than I, but The Judge... The Judge is my boss in these matters. And what? You don\'t like you\'re name. I could have gone with some of suggestions The Judge gave me. And I don\'t think you would like that. PS - What\'s the problem with working together and eating homemade chocolates? Great evil could come from that sort of collaboration.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2508', '4b29b9e43b', '', 'I love my name! And yes... homemade chocolates are good. Shush on The Judge being the boss thing though... it goes to his head! :smt004'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2509', '6c5bfc8a61', '', 'No Moira. Abdecarian Kendall and I have had our... discussion. You are fine. Please sit.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2510', 'd4dffec0d8', '', '[quote:d4dffec0d8=\"Saskia Tolan\"]::Saskia watches Druscilla waiting till she sits. Once she does she looks up.:: Dah, we find the harpy\'s place quiet, dirty, leaves, muddy prints. Go inside and find ash in center of room. ::Nods her head in Moira\'s direction.:: Her pup he do some cop stuff, taking evidence. The Bishop, she looks into the images she sees, tell us same hunters as the guy who get ashed in the car before. Funny thing, they all feed from Harpy before they die. While we inside Dru\'s boy, start shooting at stuff, car leaving the property. We all follow. Come to warehouse, Dru and her boy go around backs, don\'t know what happen, but I hear yelling run up side and see Druscilla on ground staked. Shoot the guy and kill him. All sudden fire goes up around area. Robyn freak out and run in warehouse... she Seneschal\'s childe so I chase her and she stuck in net. Fight my way through 4 hunters, ::she chuckles a little and leans back:: used one as body shield to feed and heal...::she chuckles again and shakes her head.:: Realize they fucking rouge ghouls so I kill them all... don\'t remember much of end.... woke up full though. ::She smiles again and stops talking for a moment then sits up a little.:: Oh yeah.... found the new Nos too... Harpo I think she call herself. ::She shrugs and resumes the leaned back position.::[/quote:d4dffec0d8] Ms. Tolan if you would please elaborate further, concerning Bishop Lang and her childe and the hunters they encountered there.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1628', 'c70339acd9', '', 'Yes, the changes in habits can be disturbing. You have for so long been solitary and studious, to have to but that aside must be frustrating. ::She shakes her head.:: Perhaps I should have stood my ground with the Prince and told him to shove a kine up his own ass. ::She sighs again, obviously distraught over the situation at hand.:: Moira, if you need anything at all just let me know. You\'re free to go if you want and don\'t have any further questions.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1629', 'eef9d586cd', '', '::she nods:: I should go visit David and see how he is doing. I will take my leave. For right now I think David has more questions than I. ::she smiles slightly:: ((Perhaps this would be a good lead into the scene where shite is hitting the fan? I need to end this one before I start letting what is going on with Moira\'s sire starts to creep into this conversation))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1630', 'b20827a3e7', '', '(Good plan, that\'s why I had her tell Moira she was free to go.) (Should that be the next night though \'cause this convo happened in early morning.) ::Dru nods to Moira as she leaves. Moira hears Dru speaking to the man in the room.:: Nathaniel... come here.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2977', '80bb0735ea', '', 'SEE! I knew a Muaa haa haa haa should be there :smt005'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2494', '854788fe8b', '', '((please roll for me madam))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2495', '8c3611f37f', '', '\"Well, im a bit hungry and i just woke up next to two men. Other then that im doing great.\" *he chuckles a little* \"Ya know, not having to breathe really can come in handy can\'t it?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2496', 'b139c5c7f8', '', 'OOC:11-28 10:56:20 Moira rolls 5 dice to See 2 successes 3,5,8,3,8 IC: ::Her eyes have a thrilled look behind them, almost lustful, but not in a sexual way... kind of like what ever happened in the room before Moira\'s arrival she enjoyed, a lot.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2497', 'fcacdcc3c6', '', 'OOC: Just want to let everyone know they are assumed here... even the new people so feel free to chime in.... if you dare!!! LOL :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2498', '9035d2a446', '', '::When Saskia is finished Dru waits a moment before starting.:: Prince Crane, when I read Johannah\'s ashes, I saw her death, in detail. She fought, but there were seven of them and she and her ghoul were over taken. I am still unaware of what happened to her childe Mark. Later, at the warehouse, before the events happened Charles and I were obfuscated looking around the building. We say two men outside, we went to destory them. Charles was able to get his, but unfortunantly, I was unable to get mine and a third, who we had not seen, shot me with a crossbow after I broke obfuscate. From that point on Saskia and Charles will have to fill you in as I am unaware of what happened. ::Druscilla\'s voice is even and cool.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2499', 'e83f585d09', '', 'A bang is heard from a closing door and then a large man walks in he stops as he sees the large amount of vampires in the room. OCC: Predators taint. 2 successes 10,6,5,2, 9 He stands straight the moment his eyes fall on Crane who form the way he sits seems to be the Prince. His hand starts to rise but falls back down as he bows low. \"Forgive me for my rude entrance, I saw Ms Tolan entering and I have found something she may want to know, in fact you may also want to know it too.\" He starts to rise slowly trying looking nervous in the presence of so many of the Kindred'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2491', 'd040540d37', '', '::Druscilla\'s hand tightens on her bible. After the second \"Dru\" she interupts for a moment.:: It is Bishop Lang, Ms. Tolan.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2492', 'b12f6b9e05', '', '::Saskia doesn\'t respond or even slow down her talking to acknowledge Druscilla\'s words.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2978', 'd8d0bd9fa2', '', '::Saskia chuckles and smiles.:: It been another month since I talk to you last. Tell you what Seneschal ::her tone is playful:: He half my blood.... half for half... is [b:d8d0bd9fa2][i:d8d0bd9fa2]Major[/i:d8d0bd9fa2][/b:d8d0bd9fa2] thing you doing for me really..... So what you think?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2490', '40fef9a7ba', '', '::Saskia watches Druscilla waiting till she sits. Once she does she looks up.:: Dah, we find the harpy\'s place quiet, dirty, leaves, muddy prints. Go inside and find ash in center of room. ::Nods her head in Moira\'s direction.:: Her pup he do some cop stuff, taking evidence. The Bishop, she looks into the images she sees, tell us same hunters as the guy who get ashed in the car before. Funny thing, they all feed from Harpy before they die. While we inside Dru\'s boy, start shooting at stuff, car leaving the property. We all follow. Come to warehouse, Dru and her boy go around backs, don\'t know what happen, but I hear yelling run up side and see Druscilla on ground staked. Shoot the guy and kill him. All sudden fire goes up around area. Robyn freak out and run in warehouse... she Seneschal\'s childe so I chase her and she stuck in net. Fight my way through 4 hunters, ::she chuckles a little and leans back:: used one as body shield to feed and heal...::she chuckles again and shakes her head.:: Realize they fucking rouge ghouls so I kill them all... don\'t remember much of end.... woke up full though. ::She smiles again and stops talking for a moment then sits up a little.:: Oh yeah.... found the new Nos too... Harpo I think she call herself. ::She shrugs and resumes the leaned back position.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2489', 'd6bafb08d2', '', '::Druscilla, prior to court starting, walked into the room with Charles in tow behind her. She is wearing a long black skirt and a deep red top that covers her to the neck. Her standard bible and crucifix are with her and she moves to the front towards the Prince. She bows to him very low, Charles follows her lead.:: Prince Crane, may I present to you Charles, my childe. ::After the Prince excuses her she turns and moves towards the table. The back of her shirt is cut completely down to just above her hip bones. On the small of her back, directly over her spine, there is a huge scar, the flesh is raised quite a bit, but clean almost as if drawn. The raised flesh almost seems whiter than the rest of her. The scar is in the shape of a large spear. It stretches from the center of her spine and points downward. The very tip of the spear disappears into the fabric at her hips. She takes a seat at the table and motions for Charles to sit next to her.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2487', '0ad6c9f1eb', '', 'Oh... caretaker... that cuts me... right to the cockles of my little black heart. No, it\'s true you didn\'t force, but I still consider you an accomplice.... making the screenname up and all.... Listening to the Judge.... Sheesh.... next we\'ll all be working as a team and eating homemade chocolates!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2488', '8521476e3b', '', 'Yes brother... ::Joseph\'s voice slides through the dark room:: Yeah... I\'m up too gorgeous... ::snicker:: how you doin\'? ::JJ\'s voice cuts through the darkness like shards of glass.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2486', '0c7814d606', '', 'Just a moment. ::There is the sound of people behind the door. Eventually it opens and the abdecarian from Drew\'s room is there.:: ::He looks at Moira quickly, but casts his eyes down.:: She can see you Ms. Kelly. ::He steps aside for a moment to let her in then looks back at Dru.:: Bishop Lang, thank you, I\'m going to go finish my penance now. ::He bows to her and leaves. As the door closes behind him there is the smallest hint of blood on the air. Dru is at the alter at the end of her room cleaning a long thin object and putting it inside a drawer. She turns to Moira.:: Yes Moira? ::She still has the cold detached look from the last time they spoke, but now there is a slight hint of something else in her eyes.:: OOC: Roll the wits + Inv. if ya wanna know sunshine! (I\'m sick and delusional today so weeeeeee with the RP)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2979', '1923b4a11c', 'what do you think', 'Article in a Northern New Jersey Paper: Thursday 12-08-05 Early this morning Lance Tyler a 43 year old CEO of \"Colorful Coats\" and, New York based company specialising in high quality paints for specialized purposes, was found dead in his Cedar Grove when a neighbored complained to the superentendant of a small coming from his apartment. Found with Tyler were 26-year-old Lisa Nabokov and 31-year-old Melanie Jamison. Police report cause of death as drug overdose. Nabokov and Jamison were both employees of Extrodinaty Sommer, a high quality escort service whose headquarters are based in New York City. Nabokov and Jamison, however, worked out of the Newark office. President of Extrodinary Sommer, Lynn Masters confirmed that Nabokov and Jamison were two of her employees, but she also mentioned that they were both suspended a week ago when she found out that they were partaking in some of the customers illegal habits. Masters says that they were allowed back to work only after they went to rehab and cleaned up. Tyler was a client of Extrodinary Sommer and Jamison and Nabokov had both been assigned to accompany Tyler to high class social events. Masters offers her condolances to everyones families during this holiday season and promises to supports the fight against illegal drug use.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2483', 'cf1389d482', '', '*tom sits up slowly* \"Is anyone else up?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2485', '689a740825', 'The Problem with Drew', '::Moira knocks on Dru\'s chamber door:: ((OOC: I wanted to get this started but things may be slow since this coversation is completely contingent on the one going on in Drew\'s room right now))'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2480', 'dce8b74ac5', 'The next night', 'You awake the next night suddenly but completely almost not even realising that you had slept at all, it\'s funny you only feel the grog of sleep for a moment but it felt differant, more of a heavy feeling then tired like tree sap warming enough to be able to move. You also feel the pull of the hunger though it is less intense then what you felt yesterday.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1654', 'a25f6e8e06', '', 'Miles of course shows up Promptly'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2981', 'be78ef24be', 'Painting', 'This is the painting.... the signature at the bottom says Monet. http://www.excelsiordirect.com/morning.htm'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2980', 'febed2ebf4', '', 'I think its good. Let me have Jim read it and get his confirmation when he\'s off work.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2470', '7bf6179d0d', 'Re: The Guardian', '[quote:7bf6179d0d=\"The Guardian\"]Hello all.... this is it.... the position I didn\'t want but was forced into by my boyfriend and The Caretaker. Ummm.... that doesn\'t sound right.... nevermind.... send me your questions, lend me your ears, request things here... blah blah blah... your wish is my command and all that Jazz.[/quote:7bf6179d0d] I don\'t seem to remember it as I was forcing you. I just did what I was told to do. :smt016 So deal dearest. :mrgreen:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2982', '3f15b87cf6', '', ':: when he awakes, he wanders the room looking for something small and metallic to bend so he can fidget with the cuffs. Upon hearing the muffeled voices, he heads to the wall and puts his ear to it to attempt to get a listen to whats going on. After a few minutes he heads to the couch and sits on the floor in front of it, trying to reach under the lip to dig out an apholstry stapel to work on the cuffs. :: ( as i have nothing really to do, i\'ll work on this until it either works, or someone shows up )'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1661', '6b330e9e60', '', 'Ah good evening Mr. Miles ::he smiles like a cat toying with prey:: How go your preperations? ::he gently rapts his fingers on the arm of his chair::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2467', '975b9f057e', '', '::moira looks about waiting for those higher on the ladder to speak::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2466', 'cec8849fb3', '', ':: As you all enter Prince Crane is seated in his chair waiting for everyone to arrive when they all do he thanks everyone for attending and begins. :: As most of you know by now just a few short weeks ago our former Harpy Johanah MacMillan met her final death at the hands of hunters. I would like those who were there to please relay their accounts of what had transpired for the rest of the domain to hear. After this business is handled I will meet those who are new to our city and descide upon acknowledgements. :: He sits and waits. ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2465', '31cf9fee87', 'November Court', 'Attention all kindred of Morris.... His Majesty Prince Crane wishes you all to attend his court on sunday November 27th, all are to attend. Thank you all.... Herald Collins Clan Daeva Ordo Dracul'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2464', 'bccfdbac25', 'The Guardian', 'Hello all.... this is it.... the position I didn\'t want but was forced into by my boyfriend and The Caretaker. Ummm.... that doesn\'t sound right.... nevermind.... send me your questions, lend me your ears, request things here... blah blah blah... your wish is my command and all that Jazz.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2983', '68b6c09e25', '', 'cool I was just getting back into the evil frame of mind... and I was trying to think of how Joslyn would handle those who crossed her... thus this article was created'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2459', '4f198f1232', '', 'Watch those Davea;s boy... they\'ll make you like them without you knowing it. ::He grins a toothy grin as Garth leaves.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2458', '9df381a3ad', '', 'Garth pauses for a moment. \"Daeva, I think that\'s what he is, I\'ll go talk to him as quickly as I can.\" Garth nods to Ranulf before leaving the gym.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2457', '1a0ae55f2a', '', 'Sure, why not. ::he chuckles.:: If the guy feels like coming all the way over here to get told no to his face that\'s fine. What clan is he?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2964', '19a9fbb1f8', 'Wednesday December 7th, 2005', '[b:19a9fbb1f8]Drug Use Increase[/b:19a9fbb1f8] 3 male students from Rutgers University were arrested and charged with the illegal creation and distribution off Lysergic acid diethylamide, more commonly known as as LSD or Acid. They were caught after an undercover sting operation disclosed the location of the building they were using to manufacture the drug. Police have been following the men for the last 3 months as more and more reports of bar patrons leaving bars with unusual hallucinations have been occuring. Mayor Winston stated, \"We\'ve known about these guys for a while now. We just had to let them slip up so we could find them. They did, and now we\'ve got them off the streets and heading to prison, where they should be.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1679', 'c0c5c13d91', 'Halloween Party', 'Tonight is the Hot and Ready\'s Halloween Party. If you arrive in costume you get 15% off all drinks and free snacks are provided. There is a fairly dark and brooding sounding band on the tiny stage in the back and some of thier darkly clad groupies have shifted a few tables to make a small area to dance. The rest of the patrons are laughing talking and generally socializing, though there are a few regulars in corners doing their usual thing. The vast majority of the customers are in costume or at least somewhat festive because the discount is a worthwhile incentive. All of the waitstaff are in costume as well and seem to be really enjoying themselves. Robyn arrives around seven dressed as Alice in Wonderland, blonde wig and all. She greets the regulars and begins serving drinks. Little cards appear around the room on tables with food and drink that say \"eat me\" and \"drink me\" in elegant calligraphy.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1680', '04de5eab5b', 'Reflection...', '::Druscilla walks down the halls of the rectory silently listening to the soft prayers of those around her. She slips into to the door leading to the third floor and closes it behind her.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1681', '2f1428ea87', 'A Request of the Bishop', '::Moira approached Dru\'s chambers and knocks on the door::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1682', '85ccafaee1', '', 'Come in... ::After she enters.:: Evening Moira. ::motions to the chair and stays seated on the edge of the chair she\'s in but closes the leatherbound book in front of her.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1683', 'e5747ab204', '', '[quote:e5747ab204=\"Garth\"]Garth hands Melissa a card with his moblie number on it. H ethen put his hands back in his pocket. \"What do I need to do now?\"[/quote:e5747ab204] ::She looks at him.:: In regards to that.... nothing. I will make some calls for you. Do you have any other questions tonight?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1684', '7901a748b9', '', '::she closes the door behind her:: I have a request.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1685', '31e665fbd8', '', 'Yes, what can I do for you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1686', 'dd1755db0c', '', 'I would like a storage facility to keep all of my studies in. I wish to continue using my room, but I cannot have my Theban studies in there. I must now concentrate on other things. Is there some place I can store them safely?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1687', '20362c11b4', '', '::She nods slowly then reaches in the desk and pulls out a small black key. She puts it on the edge of the desk.:: You can have the extra storage room in the basement level, go through the stone worship cells and in the back of the last one there is a small place in the wall, under the candle holder that the key fits in. The door will open and you can store your personal things there. That\'s the only key though so don\'t loose it..... I don\'t want to have to eat another contractor to get it fixed. ::she chuckels a little at the weak joke:: Can I ask you something in return?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1688', '0c1e2171d2', '', 'of course ::she says as she takes the key::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1689', 'd269680fcf', '', 'Charles has expressed interest in having more access to studies and books. I informed him about the library, but since that is technically your domain, I did not want to give him leave to interupt you in any way. If there are times you are not inside the library would you mind if he borrowed or sat and studied? I don\'t want him to encroach on your Sanctuary and if you say no, which you can do, (She says this firmly, reitterating the conversation from the night before) I will act as a go between and get and replace books for him.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1690', 'bc1d0b2677', '', '::she smiles:: My sire has given me strict instruction while he sleeps and they do not indulge in my books. Therefore I shall not be interupted in the library. I must ::she pauses and smiles:: Get out more. Or I may have another strict talking to when he wakes. ::another smile:: ::she stops:: You were not looking for access to my private library were you?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1691', '8e2f5f5c95', '', '::She shakes her head.:: For Charles? No... he isn\'t ready for that indepth of a jump just yet. If I find personal reason though I\'ll simply request the key back from you if you don\'t mind. I haven\'t delved into learning a new ritual in nearly 10 years. I have been contemplating doing so and await the rush of discovery.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1692', 'd8d065c74d', '', 'If for for your learning, I have no issue in sharing. I do though request that the briefcase that will be in the storage room is from my sire. I would like it to be left alone. As it is of deep personal value. As my sire is going to be sleeping for many years. ::she looks sad:: I would like time to go through those first.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1693', '4b5bf971d6', '', 'Of course. I understand. There are several other rituals I\'m interested in anyways. Moira, it is good that your sire is sleeping...while he will have to deal with the fog when he awakes, he will be able to thrive in his holy purpose. Strong blood, while an advantage is a disadvantage also. He runs the risk of commiting Amaranth the stronger he gets, a path which would destroy him and remove him from God\'s plan. This is a good thing. ::She nods and her voice trying to be sympathetic.:: OOC: (Always forget she is a low humanity so she tries to be nice but isn\'t always. Damn rules!) ::She pauses for a moment and then continues.:: I believe the Cardinal wants to perform the creation rights for Charles and I this weekend. Will you be available to attend? David is welcome to if you are not concerned with him attempting to run.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1694', '4910afc8bb', '', '[quote:4910afc8bb=\"Tom Smith\"]*tom confused and a little more then afraid at this point blurts out* \"What the fuck is going on in this prison and who are you people?!\" tom looks up at the people on the balcony. ((just to help my mental image, what is the color of the room and are the booths with tinted windows along the side of the room towards the top, kinda like observation rooms?))[/quote:4910afc8bb] concreate floor and thick chain fence walls and you are correct about the booths. After you make your statement three baseball bats are thrown into the room, one close to each of you, the other two look around and go for the bats with haste, feer and determination in their faces.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1695', '1a66003554', '', '*tom stands there for a moment in shock over this all but quickly realizes whats happening and quickly grabs his bat and brandishes it* \"What the fuck is going on in this place? Oh fuck me!\" *he makes no move towards the other inmates and instead waits for them to make their move*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1696', 'f9ff962056', '', '::Several hours later she returns through the door. As she walks down the halls the slight scent of blood follows her. She returns to her chambers for the rest of the evening.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1697', 'c7c7db35ae', 'It was a dark and stormy night...', '[color=blue:c7c7db35ae]He walks in and orders a hot tea. He sits in the middle of the room and sips at it. [/color:c7c7db35ae]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1698', 'edc63342f7', '', 'Notice to all who have Sired a child these last few months. I have reason to believe there may be 7 in our domain. Also the 7 like to use the young to turn on their Sires. If they will not turn, they will kill the them. The young and the old alike may be at risk. Keep an eye out. That is all'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1699', '8623cdcad8', '', '::she smiles:: I understand and acknowledge the need for him to sleep. But that does not take away the fact that I will not be able to speak with him for many years. I am his childe and he is my father. I will miss him in those years. ::she smiles again:: But I intend to be there with his grandchilde when he rises again. And I intend to carry out that which he has instructed me to do in that time. As for Charles\' creation rights. I will be able to attend. I will ask David. I am not concerned that he will run. But he may not wish to go. When does the cardinal wish to perform the ceremony?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1700', '39a95e86fc', '', 'He is trying for this weekend (depends on if Jeff, you and Joel can get down early). It depends heavily on the schedule of the Archbishop though.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1701', 'c7e7f1c093', '', '::she smiles:: Understood. I will be in attendence. I will ask my childe. Please just let me know. ::oddly Moira\'s attitude has changed drastically since the night that her sire arrived. As if she has been given a new quests. One that she is embracing with all her being::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1702', '4c233e52a8', 'The Day After "Time With David"', '::Moira returns the next night after she knocked on his door, but disappeared:: ::she knocks this time:: David ye about?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1703', 'dd07f287f4', '', 'Good. I\'ll let you know.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1704', 'fbfeeaec0e', '', ':;she nods her head:: Thank you. I will return the key when I have completed putting my things away. I do not want to be tempted by my books.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1705', 'e033c95ec6', '', 'That\'s fine. ::Her voice gets more aggitated then concerned sounding.:: Moira, the Seneschal is reporting extreme disturbances in the domain right now. Don\'t let David go out on his own, and be careful about hunting. Please tell him that for his own safety, whether he likes us or not, he should not return to his apartment just yet, especially a second story. Burning that out from under him in the middle of the day will not be a hard task for a hunter to accomplish.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1706', 'dda222c04d', '', 'I had heard such rumours. ::she nods:: Do we have anyone investigating? ::she pauses:: I will relate this to David and let him know. I do not think he has a death wish.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1707', '16deeab860', '', '\"Should I stay here since my master is currently being hunted. Also will I be allowed to stay in the domain or is that for the Prince to decide?\" Garth frowned waiting for the answers.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1708', '4d4e4a85c2', '', '::She sighs and leans back slowly.:: I don\'t know yet. I\'m assuming the Seneschal has the hound and the Sheriff on things. ::Her eyebrow goes up.:: Hold on.... ::She picks up the phone and dials.:: Sheriff.... Bishop Lang here. I was wondering if you could possibly stop by later I\'d like to speak to you. Thank you. ::She hangs up.:: I\'ll see what I can find out and let you know. Moira, your rites will be after mine, not the same night, but as in, once I\'ve regained the strength to do them. You may want to start expaining it to him so that he is not shocked at the events that will transpire.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1709', '8f5aed5800', '', '::the corner of her mouth turns up in a smile:: I think everything will be shocking to him right now. But I will explain things to him so that he may be prepared.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1710', '403a390fe9', '', '::She smiles back a little.:: True, there is a huge difference between being told what will happen and witnessing punishment that would most likely kill a kine. ::There is anxiousness in her eyes.:: Some preperation is better than none for them I guess.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1711', '3bc8066c9a', '', '::she nods:; This is true. But he was a police officer and he should be able to handle it. It will be his an introduction into the harsh world of the Kindred.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1712', '6d84998746', '', 'Shan, you may want to hold off on this for just a sec.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1713', '2286b91db0', '', 'when you hold back the other 2 men beat the crap out of each other with no hesitation, all the while they watch you to see if you are comming after either of them untill one of them looses his footing and the other just about takes his head off with the bat. I need an innitiative from you as the one left standing is comming for you. 11-01 17:20:31 inmate rolls 1 die for initiative 10 that gives him a total of 16.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1714', '76cdcaf7c5', '', '11-01 17:30:26 D. C. rolls 5 dice to Wits + Investigation 1 success 3,5,10,1,3, 2 (OOC: Ignore previous post.) Hearing the knock on the door, David sits up from the bed he was laying in. \"Hello?\" Then he hears voices. (Wits + Investigation Above)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1715', 'cc72a9e3d8', '', 'You may stay here if you wish, the elysium is a place that is a safe haven for all kindred. If yoy have a haven of your own you can stay there as well but it may be inadvisable unless it is very secure, there are rumors of hunters about.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1716', '990b99711e', '', 'Ok all resolved and continue with this one.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1717', '727dc5cbc4', '', 'David continues to sit there and listen.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1718', '115049c5de', '', 'What I told you on the phone is pretty much all you heard with the exception of what might be a door slam.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1719', '4faebdbfb1', '', 'Robyn is in the back doing paperwork. She emerges through the door behind the counter and reaches for a large cup, frowns as though she has just remembered something and takes a small one, filling it with some spicy flavored coffee. She takes a seat in the corner and watches, one eye on the customers, the other on the two kids behind the counter to make sure they don\'t get too busy.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1722', 'a3243b25ad', '', 'Basically time to get in line and figure it out or stop wasting yours no?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1723', '9aa5711208', 'Beer for two....', '::The bar is packed tonight...the Wednesday crowd. Gotta just love a college town. Saskia is in the back area working the customers, she chats with some here and smacks the ass of a drunk guy there. Generally doing the things that normally happen in a bar. Annabelle is in her usual place behind the bar, blonde hair swept up into a ponytail, as she serves the drinks she flirts with the guys around her.:: Saskia: HEY, don\'t be pushing me. ::Saskia is being pressed against the wall by a semi-wasted guy there is a playful tone in her voice but warning is underneath it.:: Guy: Come on Saskia... your accent drives me nuts... you always.... ::One of his friends starts to pull him off her:: Friend: Sorry Saskia, he\'s plowed and he\'s kinda had it for you since we wstarted coming here. ::Saskia looks at the drunk trying to stand straight just as he weakly belts his friend in the gut.:: NYET! ::She grabs the drunk\'s wrist and waves a finger in his face, she\'s obviously starting to get slightly irritated with him.:: Don\'t be hitting in my bar, not even for fun, someone get hurt other mad, be sheit storm I don need. ::She pulls the drunkk guy towards the front of the bar. She gets to the bouncer and pulls out a 20 giving it to him.:: Here, you put him in cab and send home he too drunk. ::The bouncer does what he is told and Saskia heads back into the bar. She walks over to the drunk\'s friend and places her hand on the guys back as she begins to whisper to him. He smiles and whispers back to her. They continue with the conversation getting drinks and chatting.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1724', 'ed473e0ad2', '', '::Saskia chuckles to herself for a moment.::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1725', 'c2c55cda14', '', '::she chuckles:: Something like that.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1726', 'f2365bf395', '', 'So is there anything else I can do for you tonight?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1727', '609cd20342', '', '11-02 14:14:26 Tom rolls 1 die for initiative 4'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1728', '88fb22cdf6', '', '::she shakes her head \"no\":: Nothing at the moment. I have much to do.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1732', 'c4dfc7a96d', '', 'Vary well. ::She nods to Moira as she leaves.:: OOC: Later that night.... ::Druscilla stops by Moira to speak with her quickly.:: Moira, I spoke with the sheriff... they found 7 silver crucifixes at the last scene.... he is discussing with the Seneschal about having me spirit touch them to see what I find. I\'ll let you know when I here more... keep David close.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1734', '3b4b536eff', '', 'Ok what are you doing this round, he will be able to move first but he is pretty beat up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1735', 'e42dad02fb', '', '*tom realizes that staying out of this fight is impossible so he readies himself to attack the one inmates thats left*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1737', '1aa16c91a0', '', '[quote:1aa16c91a0=\"Robyn Winters\"]Robyn is in the back doing paperwork. She emerges through the door behind the counter and reaches for a large cup, frowns as though she has just remembered something and takes a small one, filling it with some spicy flavored coffee. She takes a seat in the corner and watches, one eye on the customers, the other on the two kids behind the counter to make sure they don\'t get too busy.[/quote:1aa16c91a0] He picks up his drink and walks over to her table. [color=blue:1aa16c91a0]\"This seat taken?\"[/color:1aa16c91a0] He sits with out waiting for an answer.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1739', '582703615b', '', '::a look of worry crosses her face:: Crucifixs? ::she says more to herself than to Dru:: ::she nods:: I shall watch over David. And thank you for letting me know what they had found.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1740', 'cfc5f83351', '', '::she walks in dressed in her proffesional librarian garb. She looks slightly frazzled and books it for the counter. She orders the largest size she can get a lotte in and askes that they put in vanilla syrup and carmel. And make the milk as fluffy as possible. She points to a desert type bar she sees and makes a pathetic, can I have that face. She pays quickly but waits patiently for her drink to be made. It is a fine art and not to be rushed:: Thanks. ::she takes her drink and finds a corner to sit in. She takes the bag that she has slung over her shoulder off and places it next to her. She places the latte on the table and gingerly holds both sides as if it were precious to her. She picks it up with both hands and carefully sips it. She smiles as she puts the cup down looking much happier::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1742', '7acaef54b6', '', '[quote:7acaef54b6=\"Jacob\"] He picks up his drink and walks over to her table. [color=blue:7acaef54b6]\"This seat taken?\"[/color:7acaef54b6] He sits with out waiting for an answer.[/quote:7acaef54b6] Robyn blinks at him, and shakes her head. In a very polite and professional tone \"May I help you?\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1743', 'fb3b8c140c', '', '::she smiles, but there is fear and concorn on her face:: Good. I need to go see to Charles. Goodnight.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1746', 'bb7f740cb2', '', '::she smiles:: Good night Dru. ::she bows her head:: And thank you. ::and with that she leaves::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1748', '1ac267d6f1', 'Charles feeding...', 'Basically Dru takes him out about every other or every two days, depending on how much blood he is spending to feed on the animals at the local farms in the areas. They obfuscate and then he goes up and feeds while she watches (HS) for any sign of trouble or mortals at all.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1751', '6553922f74', '', 'Garth turns and looks at Saskia then turns back to Melissa \"Yes I think I will rest here for now if that is okay with you.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1752', '1b8fe7d55d', '', '::Saskia smacks her thigh lightly and stands up.:: dah, good. Well, Master Stevens. My job here done. Trust you let Seneschal know I brought him to you dah? ::Turns to Garth.:: You hungry before I leave? I get you something to eat.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1753', 'e8f4af379d', '', 'Garth relaxes and nods greatfully. \"Yes I could use a bite to drink.\"'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1754', '1bb3949908', '', '::She smiles.:: Come... Master if you\'re done I take him out back for food. Then my job done. I trust you tell Seneschal I brought him to you. Dah?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1755', 'b517c27924', '', 'Garth followed her out of the hall nodding to the keeper. He reduced his fangs to human size. Then looks around the outside.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1756', 'a63f3af878', '', 'He swings and hits you for 1 bashing, your turn, his defense is a 2 so use your strength + brawl + 2 for an attack.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1757', '286a8240aa', '', '*tom swings his bat at the inmate* 11-03 17:45:49 Tom rolls 7 dice to attack (used WP) 2 successes 6,2,9,2,6, 10,2,7'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1758', '50e0d16464', '', 'He is staggerd but not unconscious and looks like he is going to attack again. Ok he used will and an all out attack ( gives another +2 ) 11-03 18:17:27 inmate rolls 8 dice to attack (used WP) 2 successes 3,2,3,8,4, 1,9,2 Take 2 more bashing, he has no defense this turn so you can use your full pool to get him.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1759', '73e78e00db', '', '*tom swings again at the inmate* ((oooo im in trouble)) 11-03 18:30:10 Tom rolls 7 dice to attack (used WP) Failure 2,4,7,6,5, 6,4'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1760', 'e4effd94a3', '', 'he staggers forward and swings again with everything he has but misses you this time. You may attack again and he still has no defense. :: OOC did you subtract the guys defense from your first roll? ::'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1761', 'e398f98f9a', '', 'OOC: Damn Forums and running two freaking NPC\'s that last one should have been under Saski. Sorry man.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1762', 'd378b9733c', '', 'Of course, make sure he is fed. Garth, there is private stock here too if you need it in the following nights. This privilage is not to be abused though.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1763', '0f7301f5e2', '', 'OOC: There is no street it is a huge manor on a piece of large secluded property. ::Saskia takes you out back through a different door. You are on a backyard that is finely maintain, bushes carved, whole nine. She leads you towards the middle of the yard and stands there.:: You be quiet now. They like me, but you make them nervous. Give me a few minutes. ::She begins to make a weird bleating sound through her fangs. After a few minutes a female deer walks out of the woods towards her. She holds out her hand and the animal comes closer. She continues to make the noises and eventually the animals hesitent looks at you stop. She backs up a step or two.:: You can feed now, don\'t kill her.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1764', '4667e4ef9c', '', 'OOC: I did the strength+brawl+2 so i had 2 in strength then did the +2 so i rolled 4 dice then used WP, was i supposed to subtract anything? *After the inmate missed his last attack tom attempts another attack* 11-03 20:48:47 Tom rolls 7 dice to attack (used WP) 3 successes 8,5,3,9,9, 2,5'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1766', '298d755864', '', '::she knocks again:: David?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1767', '039a959d22', '', '[quote:039a959d22=\"Robyn Winters\"][quote:039a959d22=\"Jacob\"] He picks up his drink and walks over to her table. [color=blue:039a959d22]\"This seat taken?\"[/color:039a959d22] He sits with out waiting for an answer.[/quote:039a959d22] Robyn blinks at him, and shakes her head. In a very polite and professional tone \"May I help you?\"[/quote:039a959d22] \"aaahhhh, my heart brakes my dear. You don\'t remember me? We met the other evening at that little gathering you went to. I came late, but I remember you.\" [b:039a959d22]MY BAD/ THIS SHOULD BE JACOB![/b:039a959d22]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1768', '51cfd747fd', '', '[quote:51cfd747fd=\"Philip\"][quote:51cfd747fd=\"Robyn Winters\"][quote:51cfd747fd=\"Jacob\"] He picks up his drink and walks over to her table. [color=blue:51cfd747fd]\"This seat taken?\"[/color:51cfd747fd] He sits with out waiting for an answer.[/quote:51cfd747fd] Robyn blinks at him, and shakes her head. In a very polite and professional tone \"May I help you?\"[/quote:51cfd747fd] \"aaahhhh, my heart brakes my dear. You don\'t remember me? We met the other evening at that little gathering you went to. I came late, but I remember you.\"[/quote:51cfd747fd] OOC: Wrong character Drake lol!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1769', 'f85bbf701b', '', 'Garth nodded his thanks and grabbed the deer by the neck pressing a pressure point which worked on humans, knocking the deer out. He caught the deer and bit into the deer\'s veins, he drank out but only took about a tenth of it\'s blood. He wiped his mouth and let the deer fall. \"Thank you Sakia I think I will close my gym for a while, then return.\" With a nod he left the grounds and head to his gym.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1770', '2dae76fd0d', 'Closeing the gym.', 'Garth returned to his gym and enter it. He looked his haven securely and then but a sign saying the gym would be closed for a while maybe a week at most. He does this and looks at the gym a while before moving back out of the street. OCC: Does anyone or thing talk to me or look suspicious, mainly in case I meet my sire.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1771', '18810a6f1e', '', 'you land a well placed strike and he falls to the ground and you can hear the cheers and boos of the crowd in the booths. One man on the balcony stepps forward and gives you the signal to finish your opponents.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1772', '9609a9bf46', '', '*tom oblivious the the boos and cheers brings the bat down several times on the inmates skull until it is crushed he then drops the bat a