# # phpBB Backup Script # Dump of tables for thedivin_jelly551 # # DATE : 14-10-2025 17:17:48 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: phpbb_banlist # DROP TABLE IF EXISTS phpbb_banlist; CREATE TABLE phpbb_banlist( ban_id mediumint(8) unsigned NOT NULL auto_increment, ban_userid mediumint(8) NOT NULL, ban_ip varchar(8) NOT NULL, ban_email varchar(255), PRIMARY KEY (ban_id), KEY ban_ip_user_id (ban_ip, ban_userid) ); # # Table Data for phpbb_banlist # INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('1', '63', '', NULL); INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('2', '0', '515f927e', NULL); INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('3', '69', '', NULL); # # 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', 'The Divine Madness', '10'); INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('2', 'LINKS', '20'); # # 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', 'thedivinemadness.net'); INSERT INTO phpbb_config (config_name, config_value) VALUES('site_desc', 'The Divine Madness Official Forum'); 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', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_remote', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_upload', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('enable_confirm', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_autologin', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_autologin_time', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('override_user_style', '1'); 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', '255'); 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', 'info@thedivinemadness.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', '15'); INSERT INTO phpbb_config (config_name, config_value) VALUES('search_flood_interval', '15'); INSERT INTO phpbb_config (config_name, config_value) VALUES('search_min_chars', '3'); INSERT INTO phpbb_config (config_name, config_value) VALUES('max_login_attempts', '5'); INSERT INTO phpbb_config (config_name, config_value) VALUES('login_reset_time', '30'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email_form', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_filesize', '6144'); INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_max_width', '80'); INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_max_height', '80'); INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_path', 'images/avatars'); INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_gallery_path', 'images/avatars/gallery'); INSERT INTO phpbb_config (config_name, config_value) VALUES('smilies_path', 'images/smiles'); INSERT INTO phpbb_config (config_name, config_value) VALUES('default_style', '2'); INSERT INTO phpbb_config (config_name, config_value) VALUES('default_dateformat', 'D M d, Y g:i a'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_timezone', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('prune_enable', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('privmsg_disable', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES('gzip_compress', '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', '22'); INSERT INTO phpbb_config (config_name, config_value) VALUES('record_online_date', '1185579518'); INSERT INTO phpbb_config (config_name, config_value) VALUES('server_name', 'thedivinemadness.net'); INSERT INTO phpbb_config (config_name, config_value) VALUES('server_port', '80'); INSERT INTO phpbb_config (config_name, config_value) VALUES('script_path', '/forum/'); INSERT INTO phpbb_config (config_name, config_value) VALUES('version', '.0.22'); INSERT INTO phpbb_config (config_name, config_value) VALUES('rand_seed', 'a485b8598b6711abe0497141dd0c5ba3'); INSERT INTO phpbb_config (config_name, config_value) VALUES('board_startdate', '1185567950'); 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', 'The Divine Madness', 'Latest News, General Discussion...', '0', '20', '26', '5', '117', NULL, '0', '0', '0', '1', '1', '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', 'Links', 'All the links to our pages', '0', '140', '8', '1', '137', NULL, '0', '0', '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', '1', 'Merch', '', '0', '130', '15', '4', '141', NULL, '0', '0', '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('4', '1', 'Secrets LP', 'Debut Double Album', '0', '40', '13', '5', '104', NULL, '0', '0', '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('5', '1', 'Rapture LP', 'Sequel to \'Secrets\' - currently in production', '0', '50', '5', '1', '139', NULL, '0', '0', '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('6', '1', 'Free Goodies', 'mp3, etc', '0', '120', '5', '2', '108', NULL, '0', '0', '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('7', '1', 'The Afterlife LP', 'Sequel to \'Secrets\' - currently in production', '0', '60', '7', '1', '132', NULL, '0', '0', '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('8', '1', 'REGISTRATION', '*** Please read this to register on this forum ***', '0', '10', '1', '1', '128', NULL, '0', '0', '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('9', '1', 'Ask Victoria', 'all the questions you were afraid to ask...', '0', '30', '33', '11', '131', NULL, '0', '0', '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('10', '1', 'The Videos', 'Closer, Faith, Gentle...', '0', '80', '12', '4', '124', NULL, '0', '0', '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('11', '1', 'Soundtracks', 'The Divine Madness soundtracks', '0', '110', '1', '1', '68', NULL, '0', '0', '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('13', '1', 'The Movie', 'yes, it\'s going to be a feature film', '0', '100', '6', '2', '143', NULL, '0', '0', '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('14', '1', 'Reviews and Interviews', 'Amazing what a google search can turn up...', '0', '90', '4', '4', '72', NULL, '0', '0', '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('15', '1', 'The EPs', 'Precious, Theatre of Pain', '0', '70', '2', '1', '122', NULL, '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '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('6', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('7', '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('9', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('10', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('11', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('12', '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('14', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('15', '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('17', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('18', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('19', '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('21', '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('24', '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('26', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('27', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('28', '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('30', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('31', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('32', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('33', '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('35', '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('37', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('38', '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('42', '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('44', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('45', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('46', '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('52', '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('55', '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'); 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('65', '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('67', '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('69', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('70', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('71', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('72', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('73', '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('75', '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('77', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('78', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('79', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('80', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('81', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('82', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('83', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('84', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('85', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('86', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('87', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('88', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('89', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('90', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('91', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('92', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('93', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('94', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('95', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('96', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('97', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('98', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('99', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('100', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('101', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('102', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('103', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('104', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('105', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('106', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('107', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('108', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('109', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('110', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('111', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('112', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('113', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('114', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('115', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('116', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('117', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('118', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('119', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('120', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('121', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('122', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('123', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('124', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('125', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('126', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('127', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('128', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('129', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('130', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('131', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('132', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('133', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('134', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('135', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('136', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('137', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('138', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('139', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('140', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('141', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('142', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('143', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('144', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('145', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('146', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('147', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('148', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('149', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('150', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('151', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('152', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('153', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('154', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('155', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('156', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('157', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('158', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('159', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('160', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('161', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('162', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('163', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('164', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('165', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('166', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('167', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('168', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('169', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('170', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('171', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('172', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('173', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('174', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('175', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('176', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('177', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('178', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('179', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('180', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('181', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('182', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('183', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('184', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('185', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('186', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('187', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('188', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('189', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('190', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('191', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('192', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('193', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('194', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('195', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('196', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('197', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('198', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('199', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('200', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('201', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('202', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('203', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('204', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('205', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('206', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('207', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('208', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('209', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('210', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('211', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('212', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('213', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('214', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('215', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('216', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('217', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('218', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('219', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('220', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('221', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('222', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('223', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('224', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('225', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('226', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('227', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('228', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('229', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('230', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('231', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('232', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('233', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('234', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('235', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('236', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('237', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('238', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('239', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('240', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('241', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('242', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('243', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('244', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('245', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('246', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('247', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('248', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('249', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('250', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('251', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('252', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('253', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('254', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('255', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('256', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('257', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('258', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('259', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('260', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('261', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('262', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('263', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('264', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('265', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('266', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('267', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('268', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('269', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('270', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('271', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('272', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('273', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('274', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('275', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('276', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('277', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('278', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('279', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('280', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('281', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('282', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('283', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('284', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('285', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('286', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('287', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('288', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('289', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('290', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('291', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('292', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('293', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('294', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('295', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('296', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('297', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('298', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('299', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('300', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('301', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('302', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('303', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('304', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('305', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('306', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('307', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('308', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('309', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('310', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('311', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('312', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('313', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('314', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('315', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('316', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('317', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('318', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('319', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('320', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('321', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('322', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('323', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('324', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('325', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('326', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('327', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('328', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('329', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('330', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('331', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('332', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('333', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('334', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('335', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('336', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('337', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('338', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('339', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('340', '1', '', 'Personal User', '0', '1'); INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES('341', '1', '', 'Personal User', '0', '1'); # # 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('1', '1', '1', '2', '972086460', '7F000001', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '2', '2', '1185568642', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('3', '3', '3', '2', '1185568805', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '3', '1185578509', '4b156f64', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '4', '1185580298', '440c152d', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '9', '1185581043', '46e7e60a', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '12', '1185584291', '4844ce89', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '15', '1185587174', '43b1851c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '14', '1185587749', '4c0584f6', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '4', '6', '2', '1185588321', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '5', '5', '2', '1185588786', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '6', '7', '2', '1185588901', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '30', '3', '35', '1186599268', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '14', '9', '31', '1185605762', '440705d1', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('15', '9', '4', '22', '1185591068', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '10', '1', '2', '1185591485', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '13', '1185594562', '180b7421', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '11', '9', '13', '1185596124', '180b7421', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '25', '1185598812', '18425e8e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '10', '1', '26', '1185599092', '45d605ca', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '26', '1185599462', '45d605ca', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '30', '3', '2', '1185773345', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '10', '1', '33', '1185612838', '509414ba', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '33', '1185613588', '509414ba', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '10', '1', '34', '1185615188', '58e67d3e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '1', '1', '34', '1185615437', '58e67d3e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('28', '10', '1', '35', '1185617346', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('29', '2', '2', '35', '1185617647', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '16', '9', '23', '1185627043', '446a53bb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('31', '16', '9', '32', '1185633322', '47820b68', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '32', '1185633389', '47820b68', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('33', '14', '9', '32', '1185633578', '47820b68', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '12', '9', '32', '1185633779', '47820b68', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '11', '9', '32', '1185633880', '47820b68', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '40', '1185633961', '44672c1b', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '17', '4', '40', '1185634138', '44672c1b', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '6', '7', '40', '1185634380', '44672c1b', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '17', '4', '41', '1185635396', '454f64eb', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('40', '6', '7', '22', '1185635670', '4753a81e', '', '0', '0', '1', '0', '1185959051', '14'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('41', '6', '7', '41', '1185635897', '454f64eb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '6', '7', '22', '1185636107', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('43', '2', '2', '22', '1185636307', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '5', '5', '41', '1185638153', '454f64eb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '6', '7', '41', '1185638239', '454f64eb', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '12', '1185646240', '4844ce89', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '18', '9', '14', '1185649203', '4c059b26', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '19', '10', '35', '1185649973', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '20', '9', '35', '1185650482', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '17', '4', '35', '1185651051', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '2', '2', '35', '1185651223', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '10', '1', '47', '1185651491', 'd98e8b76', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '20', '1185660215', '438e8214', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '4', '6', '20', '1185661400', '438e8214', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('55', '13', '9', '17', '1185671148', '485c6c77', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '9', '4', '20', '1185674046', '438e8214', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '4', '20', '1185674145', '438e8214', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '19', '10', '20', '1185674840', '438e8214', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '12', '9', '20', '1185675653', '438e8214', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '20', '9', '20', '1185675923', '438e8214', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '14', '9', '21', '1185680131', '474f32f6', '', '0', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '19', '10', '22', '1185693043', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '41', '1185721745', '454f64df', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '4', '6', '41', '1185723455', '454f64df', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '19', '10', '41', '1185724248', '454f64df', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '21', '9', '13', '1185767108', '180b7421', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '22', '13', '2', '1185771603', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '23', '11', '2', '1185771698', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '24', '14', '2', '1185772583', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '25', '14', '2', '1185772728', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '26', '14', '2', '1185772774', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '27', '14', '2', '1185772824', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '28', '15', '2', '1185773096', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '2', '1185773219', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '31', '4', '22', '1185774078', '4753a81e', '', '1', '0', '1', '0', '1185822297', '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('77', '22', '13', '45', '1185774827', '47dd9d49', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '30', '3', '40', '1185800963', '42c700a4', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '30', '3', '22', '1185805384', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '32', '1', '22', '1185805460', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '33', '4', '22', '1185805672', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '41', '1185811913', '3ff56fd5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('83', '22', '13', '41', '1185812538', '3ff56fd5', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '40', '1185816058', '42c700a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '31', '4', '40', '1185816694', '42c700a4', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '12', '1185821610', '4844ce89', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '34', '4', '12', '1185822591', '4844ce89', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '34', '4', '35', '1185828267', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '21', '9', '32', '1185834447', '4785292c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '13', '9', '32', '1185834598', '4785292c', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '21', '9', '13', '1185834603', '180b7421', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '3', '1185836745', '4b156f64', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '31', '4', '3', '1185837115', '4b156f64', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '14', '9', '25', '1185838554', '18425e8e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '19', '10', '3', '1185838694', '4b156f64', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '14', '9', '3', '1185839599', '4b156f64', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '20', '1185858766', '438e8221', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '22', '1185859685', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '22', '13', '34', '1185969927', '556eb132', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '4', '6', '34', '1185970004', '556eb132', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '29', '1', '13', '1185973972', '180b7421', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('102', '29', '1', '41', '1185986188', '188b9e44', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '35', '9', '41', '1185986475', '188b9e44', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('104', '34', '4', '41', '1185986668', '188b9e44', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '30', '3', '59', '1186024110', '46995da5', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '14', '9', '35', '1186085862', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '14', '9', '32', '1186106659', '47819bd3', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '36', '6', '60', '1186133459', '576d19cf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '14', '9', '35', '1186166280', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '37', '10', '35', '1186167136', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '38', '10', '35', '1186172991', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('112', '30', '3', '13', '1186191591', '180b7421', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('113', '30', '3', '45', '1186208575', '47dd9d49', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('114', '39', '9', '60', '1186228189', '576d018a', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('115', '30', '3', '32', '1186261202', '47816fa0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '38', '10', '32', '1186261395', '47816fa0', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '40', '1', '35', '1186270040', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '38', '10', '35', '1186272456', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '28', '15', '43', '1186371371', '47dd9d49', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '42', '10', '19', '1186319686', 'd2e9c6ea', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('121', '42', '10', '3', '1186336878', '4b156f64', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('123', '30', '3', '43', '1186371837', '47dd9d49', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '38', '10', '43', '1186372100', '47dd9d49', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '30', '3', '32', '1186546834', '4b38c0bf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '30', '3', '43', '1186549347', '47dd931c', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '44', '8', '2', '1186594284', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '45', '3', '35', '1186602417', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '46', '9', '43', '1186623133', 'a4a5853d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '6', '7', '20', '1186997047', '438e8210', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '5', '5', '20', '1187192981', '438e822b', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '2', '2', '20', '1187450171', '48ab0095', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, post_edit_time, post_edit_count) VALUES('135', '2', '2', '22', '1187477651', '4b38c0bf', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '2', '2', '20', '1187693864', '438e822e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '2', '2', '12', '1187744731', '47ff4d29', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '5', '5', '6', '1187972944', '485ce8ee', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '5', '5', '22', '1188035322', '4753a81e', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '45', '3', '35', '1188490806', '56153573', '', '1', '0', '1', '0', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '47', '3', '43', '1189042973', 'a4a5853d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '48', '13', '43', '1191891654', 'a4a5853d', '', '1', '0', '1', '1', NULL, '0'); INSERT INTO phpbb_posts (post_id, topic_id, forum_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', '48', '13', '20', '1191893297', '48ab0094', '', '1', '0', '1', '0', 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('1', '5118907860', 'Hacked!', 'Two years of work down the tubes!! It really sucks that myspace has such godlike control over our little page and can delete it with no warning. They won\'t even respond to our emails. They could care less. We will get back on our feet! We are pretty upset by this but more determined than ever.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('2', 'b9475d5f17', 'Some important links', 'http://www.myspace.com/thedivinemadness http://www.myspace.com/thedivinemadnessband http://vampirefreaks.com/u/ladyVdivine http://www.purevolume.com/thedivinemadness http://www.ubl.com/artists/thedivinemadness http://www.sonicbids.com/epk/epk.asp?epk_id=72276'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('3', '9922d0ea2f', 'Link to Merch', 'http://thedivinemadness.net/store/merch.html'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('141', '2a00bcb6a2', 'just another hairbrained scheme', 'Just a thought of another possiblity for you other than an aucton. I see alot of different entities raise money by offering something in a limited raffle format. X is being raffled, there will only be X amount of tickets sold, Raffle will be held on x date or upon the sale of all tickets. I don\'t know all of the particulars of what legalities might be involved, but it might be worth looking into. kane'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('4', 'fc62d796ba', '', 'Fix it!!! :( <3 Wow, where is everyone? Slackers.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('5', '61b44e7a78', 'Re: Hacked!', '[quote:61b44e7a78=\"ladyvdivine\"]Two years of work down the tubes!! It really sucks that myspace has such godlike control over our little page and can delete it with no warning. They won\'t even respond to our emails. They could care less. We will get back on our feet! We are pretty upset by this but more determined than ever.[/quote:61b44e7a78] While I am real happy to be here and very appreciative of your invite, losing your page really was sad...because that is the first thing I thought, the amount of work that you must have put into that for the past few years. Sheeesh!!! :x Hopefully Myspace will come through for you soon, but at the very least you know you have your loyal fans now...with or without myspace. BTW (LadyV)...I never really did take the time to tell you that I went and rented Dracula\'s Curse. It was really neat seeing you in that. That said, I still need to go rent Transmorphers also. I have often wondered where you find the time to do all that! :-) So cool!...I am here, happy and appreciative for the invite, and will pop-in when I can to see what you are all up to...even if Myspace gets you your page back I still plan on checking things out here. Have a great weekend. [/img]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('6', 'e4647a6240', '', 'Hey there, sorry to hear about the hacking. That totally sux, but to add insult to injury from MySpace\'s lack of communicating with you is really bad. Well, like ATigersHunger said, you have your loyal fans wether you have a myspace page or not. Thanx for the forum invite! 8)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('7', 'bbe9e0dc6d', '', 'That\'s pretty messed up that Myspace can delete your page with no word or reply. Myspace was the reason I found out about you guys (and I\'m glad you requested a friends invite, the music is awesome) so for them to just up and delete makes me want to choke someone. Hopefully you\'ll get it settled soon. Thanks for the forum invite :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('8', '86b49d3d80', 'your myspace...', 'sad your myspace was deleted. i was wondering what happened! but soo happy that you are back on! luv you guys! yur the best! :D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('9', '22a121f463', 'Yay.', 'I\'m glad your Myspace got fixed. Myspace is one of those things you can\'t live without. Hah. XD I\'m glad it\'s back up again. :D I\'ll be around.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('10', '56fa7836bd', 'Free mp3s!', 'Here is the link to some free mp3s http://thedivinemadness.net/freemp3/ Closer Acoustic The Hunger demo HIM Wings of a butterfly cover'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('11', '75cd428a50', 'The Rapture song listing', 'We are posting some of the demos here: http://www.myspace.com/therapturelp track listing will be The Hunger Into the Sun Go Wait Angel Descent Consequence A Girl Named Fear Devolution The Rapture Black Heart Wicked Days A Long time'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('12', 'a1b7705ff4', 'spooky', 'This album will be seriously spooky, epic and sometimes fun. We will be posting some demos pretty soon :) One song is so out there it caused Chris to have beautiful nightmares - hopefully they will have the same effect on the listeners... either that or past life regression....'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('22', 'd372bd543b', 'Do you have a boyfriend?', 'If not I\'d like to apply for the job. :D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('15', '28445297e7', 'double the pleasure', 'Double Album? Yea, we do everything in twos... it\'s a biblical thing...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('16', 'cf02b8d58d', 'We are back!', 'We are back! - happy times'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('17', '8bb01a9774', '', 'I\'m glad your myspace is back. Great that you now have a forums site too. Yours trully D.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('18', '2b3db4a10c', 'Dracula\'s Curse?', 'How did you land that role? Did you have fun kicking Vampire Azz? What is your opinion on the overall storyline? I really thought the movies story was unique and different then the norm but then again I like vampire movies :P.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('19', '65246c6e0a', 'Hello there', 'Hey there VIcky, Im a huge fan and I love the sound of the band. Your sound reminds me a bit of evanescence in that its very dramatic and soothing tone but yet edgy and loud at the sametime. With that said, which bands on the market currently do u personally listen to and which performer would u consider a duet with.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('20', '36cad5e332', 'Glad to see you\'re back.', 'You guys did a pretty good job of whipping things up till you got the sight back. Here\'s to less hacks! Good to see the original sight is back up.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('21', 'fecbcc6d30', 'Happy Birthday ! ! !', 'Just wanted to wish you a happy birthday. Enjoy your day. Treat yourself special. Blow out a condle for me. . . Mike'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('140', '5575844b1d', '', 'Well it arrived, so I guess yes....'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('75', '02ec8bd585', 'Ebay Auction', 'We are currently in fundraising mode so we can afford to properly complete our next studio album and finance a natoinal tour. With many labels going out of business these days, we little bands have to roll up our sleeves and do this ourselves! So in that spirit, we will be auctioning off unique, one of a kind Divine Madness items exclusively on Ebay! Included are Victoria\'s dresses worn on stage, videos and photoshoots, jewelry, locks of Victoria\'s hair as well as various other items such as the birdcage from the \'Gentle\' video and the actual guitar used to record most of the Secrets album. This guitar is signed by the whole band! We will also put up original hand written lyrics and other cool odds and ends. We will also be selling a couple quick EPs very soon as well as some wonderful artwork created for us by the amazing Davey Jones! If you have any other ideas, post em here - we will sell all our possesions if we have too! Anyone want some china plates or a cappuccino machine?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('24', 'c6ed08ca22', '', 'Woohoo! sweetness. If ya\'ll r ever in Germany, Stop by Kaiserslautern, Germany and Ill buy ya\'ll drinks. Keep rockin over there'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('25', '918999e974', '', 'Happy Birthday, Lady V! Hope all is well and have a killr bday party. Ill drink one on ur behalf. Here\'s 2 you. DJ'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('26', 'e496196686', '', 'it\'s great to see you are back.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('27', '5d3e622ddb', '', 'i\'m too happy to see your account is back.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('28', '8f1e0fa3ee', '', 'Great news :D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('29', '04c777ddea', '', 'http://www.girlband.org/artists/thedivinemadness'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('30', '8bedde98f6', 'Knotts Berry Farm', 'Didn\'t I see you at Knotts Berry Farm a few weeks ago? I think it was you on the parachute drop. You were with your grandfather? :shock: :shock: The Divine Madness is the best and most interesting rock group I know of.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('31', '126ffa63fc', '', ':oops: ok...maybe so, you got me. I was flying high with Mike, he is one of my dads :wink: xo V'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('32', '4c01fcb8b8', '', 'many thanks! The events of today are all top secret to me at this time.... :P'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('33', 'f77bc58845', '', 'awww! That is sweet. I guess I will just say that everyone is lonely from time to time and all of the friendships and messages have really made a difference :) Hope we can always be there for you too! xo'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('34', 'a062c11dcd', '', 'Yes, I think we have a lot of diversity, which I love. Now, for a duet, I usually don\'t like duets, so I am very picky :) That makes the answer that much easier: 1. Rufus Wainwright 2. Ville Valo'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('35', 'fcc634cc5d', '', 'Oh ya, Dracula\'s Curse was amazing. I think that movie has a lot of staying power and a cult following that will make a sequel to blow our minds....I also am a HUGE vampire fan, so it was really a dream come true.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('36', '41365c5815', '', '[img:41365c5815]http://www.xoospace.com/myspace/graphics/14630.gif[/img:41365c5815] HAPPY BURFDAY!!!! ^_^'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('37', '38121dd805', 'The greatest thing ever recorded!', 'I\'m listening to it right now! [img:38121dd805]http://a265.ac-images.myspacecdn.com/images01/78/m_a424cdf3a0f37b6e4cbe002c80feb810.jpg[/img:38121dd805]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('38', 'efbe2de66f', '', 'It seriously caused nightmares?? Ok I gotta ask, was it Theatre of Pain? I have a theory that song caused sleep paralysis for me, I blogged about it a couple weeks ago. [url]http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=12542307&blogID=288635914[/url]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('39', '8b7847f270', '', 'My personal favorite is Paradiso, but I like Inferno almost as much :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('40', '', 'dreams', 'That comment was in reference to a new song \'The Afterlife\'. I really enjoyed reading your blog post! :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('99', 'db0330fc4d', '', 'it sounds great. can\'t wait to see... :wink:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('100', '5878c9b82e', '', 'really great 3 songs... thanks a lot! you rock!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('101', '21e112a5eb', '', 'That\'s good to hear. Can\'t wait for Theatre of Pain to come out. Loved that track first time I heard it.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('102', 'af86ce4ad7', '', '[quote:af86ce4ad7=\"Mykol\"]An EP is a disc with more songs than a single but not enough to be classified an album. It stands for Extended Play and the term comes from the old days of vinyl records, when they were generally 7" discs played at 45RPM with two songs per side.[/quote:af86ce4ad7] Oh, I see then. Thanks.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('66', 'e9facdd48a', 'What do you think of Fan Art?', 'Well I was browsing through photo\'s and was curious. Do you get any fan art and what\'s your opinion on it? Would you have a album of fan art if you get any?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('67', '01248a25bc', 'some details...', 'The time has come.... a new music movie. Semi musical, autobiographical and just as dark, spooky and sexy as you have come to expect from us. Originally it was scripted to be more akin to \'Purple Rain\', but now it\'s turning into \'Alice in Wonderland\' meets \'Rocky Horror\'. It\'s partly based on Victoria\'s childhood and will star Victoria and the band. It will feature some pretty cool rock legend / actor cameos. Top secret for now. :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('41', '2aed741ddb', '', 'Nice, I can\'t wait for it to come out. Do you have a release date? Or is it in the early stages as we speak? Anyways, cool news :!:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('42', 'df48117db6', '', 'No release date yet, but hopefully by the end of the year. We are raising funds for the recording studio costs and demoing / rehearsing the material. We want to gel it out with the band and get it really tight before hitting the studio.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('43', '3b73245971', '', 'thanks for adding that. We do google searches from time to time and stuff is popping up all the time :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('63', 'bfa4a38743', '', 'yay, Happy Birthday!!! :D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('64', '9b183743a0', '', 'great! I love all three :D Thanks a lot :!: You rock 8)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('65', 'eb572bd1ff', '', 'Sounds awesome, I love that video too. The bathtub scene is pretty cool and creative.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('44', 'b3b5867ace', '', 'Great, the sound, the lyrics, everything! :P'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('45', 'f14b8593dd', '', 'alright, thanks :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('46', '697b44cf32', '', 'Happy Birthday Victoria :)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('47', '372064a818', 'Happy Birthday. =D', 'Hallow, I was curious as to how life was before The Divine Madness... What were you doing, was everything ok, how was school (I guess... XD), other hobbies, etc. I\'ve always been curious as to what artists were doing before they decided to jump into the music. This is finally my chance to ask. =D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('48', '088187e5e1', 'Great!', 'I love the videos I\'ve seen, Closer is my favourite....but they\'re all great! If anyone hasn\'t seen them yet, they\'re all on my site @ http://www.girlband.org/artists/thedivinemadness/videos Dave x http://www.girlband.org'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('49', '2f39b18838', 'Your Movies...', 'V, Not seen any of your movies, which one should I start with? Dave x'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('50', 'eea5c65fda', '', 'It arrived in the post yesterday, not had a chance to listen to it yet, but am looking forward to!! I love the songs I\'ve heard online, so should be good!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('51', '39cfc7daf3', '', 'You\'re welcome, it\'s actually my site.....am really into your tunes at the moment!!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('52', '2ecd5eb8d1', '', 'The best News i got this day :D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('53', 'be92a925b6', 'b-day wish', 'happy birthday VICTORIA .... i hope ur birthday is filled wiht love - joy - and happyness.... live it up girl take a few pics and many memories!!!! HaPpY bIrThDaY 2 ya -crickett'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('54', 'c3a0e7a12a', '', 'oh my damn ... thanks soooo much ... a HIM cover... the song is a bit short but so worth every second thanks a million -crickett'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('55', '855995348d', 'Happy Birthday!!', '[img:855995348d]http://i4.photobucket.com/albums/y104/vampgoddess30/comment%20tags/birthday2.gif[/img:855995348d]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('56', '4ef77be280', 'about the cd', ':!: i have the double cd ... and i love it ... tho i have had it about 2 months ... i have yet 2 listen 2 the first disc .... because i can stop listenin 2 the second disc .... i put the 2nd disc in first cause i flipped a coin and that one won .... but i promise 2 listen 2 the other one soon -crickett'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('57', 'bfc356384d', '', 'i have it in the cd player as we speak ...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('58', '23c7bc0d46', '', 'i agree all are great but CLOSER is my fav as well'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('59', '88fd71f8f5', '', 'if ya did a song with valo ...that would be amazing .... tho u and the band are good enough 2 stand on your own ....'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('60', '7e9d177878', '', 'is there a list somewhere i can look at as so i can write down the movie ya appeared in ??'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('61', '', '', 'Too Funny - I was reading the FAQ on myspace where it asked "Victoria will you marry me?". The response being, of course, "Yes, but they have yet to perfect cloning in humans. Until then you will have to be patient." I got a real kick out of that. I walked into the living room where my wife and kids were and said, "Hey honey, guess what, I\'m engaged". It was worth a few laughs....'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('62', '0925ed8a52', 're:', 'Thanks guys. We did that video within a month of the band forming. It was a crazy fun day that we will never forget. When Leigh, the director, got that closeup on Victoria singing for the first shot, I was looking at the big camera LCD and was thinking - \'yep, there is a star being born right before my eyes\'. A very magical moment.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('68', '2b5fd1b626', 'Epicenter', 'Here are some samples from the soundtrack http://www.myspace.com/epicentersoundtrack'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('69', '8051c4aea1', 'links to reviews', 'We are always looking for these - if you come across them, please add...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('70', 'fdd2f5aba0', 'Victoria Mazze Dark Romance interview', 'Victoria Mazze Interview [- Hide] www.darkromance.com Q&A with singer Victoria Maz... The Divine Madness Q&A with singer Victoria Mazze Singer/songwriter/composer Victoria Mazze brings her love for all things dark and elegant to an ambitious and enchanting rock band. Victoria Mazze began playing piano at the age of seven, but her decision to make a life in music was slow in coming, though her natural talent would seem to have made it an easy and obvious choice. After leaving high school behind, during which she determinedly expressed her love of creative eccentricity through music and fashion, she attended BYU and graduated with a Bachelor\'s in Music Media and Sound Engineering. Her childhood was an unusual one for a girl who would become such a glowing example of the most elegant and classically influenced artists in gothic music, growing up in a secluded desert compound in the vicinity of the infamous Area 51 with only her siblings as companions. Her earliest exposure to popular music was through singer-songwriters like Simon and Garfunkel and Sarah McLachlan, with a dose of bands like Depeche Mode. With experience as a model and a film composer in the recent past, her current focus and passion is for the success of The Divine Madness, an ambitious musical project that Victoria describes as Gothic with added influences from the music of the 80\'s, most notably Berlin and vocalist Terri Nunn. Q and A times 10 with Victoria Mazze DR: How did you come to create a double concept album? Victoria Mazze: Our "Secrets" double album is the unleashing of years of longing, frustration, desire, passion, loneliness and love. It is as if, like star-crossed lovers, every moment before was just waiting; waiting to mean something and create something that would last. And, naturally, a massive undertaking began. I remember when we were mixing the songs for the album; there were so many of them, it was very intimidating even to ourselves. But some things just make sense no matter how impossible. The naming of the two discs, (\'Paradiso\' and \'Inferno\'), stand for the dichotomy in our band stylistically as well as within us. How does the live show differ from the CD? VM: The show is a chance for everyone in the band to show off their chops. Combine Cano\'s solid drumming, Chris Ride\'s keys at the speed of light, Moni\'s command of a stage, and Mike Crawford\'s grooves, and you\'ve got quite a show. There is also such a strong bond between us that I think comes across in the performances. And, similar to the album, our shows have a lot of variety; we move seamlessly from "Crawl" to "Redemption," that flexibility that is very rare. Is fashion and presentation equally important to all of you? VM: (smile) Well, the music is first and foremost but from there we create a world that showcases who we are. But there is another way to look at it; visuals are an art form all their own; there is meaning hidden behind the surface. That, I think, is why we love to make videos and have built a reputation for being so visual. For \'The Rapture\' album we are working with an artist that we love and respect, Davey Jones. He is creating art pieces that are inspirited by the music; they will be magnificent. I am very excited to see where he takes it. Have you ever been a solo performer? VM: Strangely, not really. I was and still am a film composer, but it can get very lonely; I guess I just like collaboration too much. To work with other artists that take you and your abilities to another level is the real joy of what we do. "some things just make sense, no matter how impossible" Who are your historical muses? VM: Queen Elizabeth, Thomas Edison, Ludwig van Beethoven, Edgar Allan Poe, Julius Caesar, Emily Bronte, Sylvia Plath, Socrates, Ben Franklin, William Shakespeare, Hildegard of Bingen, and too many to count. Which contemporary songwriters inspire you? VM: Not many. I mean, there are a lot of contemporary artists whose CD I will buy and have it playing while I am eating dinner and such. Have you ever tried to eat while playing The Doors? It just doesn\'t work; the walls start coming alive, your heart starts racing, and you feel at any moment you will no longer have control of your body as it separates in all directions. I guess there are many that I respect but few that can possess me. Which songs on the albums excite you the most, and why? VM: I love how \'out there\' many of the songs are; for example, having a harpsichord or an autoharp as the grounding instrument in a rock song is kryptonite to the "industry" folk. But we did so in "Secrets" and "Blessed." I really like the fact that we don\'t know any better. I keep telling myself, ok, we have to make this song tangible to listeners that aren\'t musicians and are used to what is on the radio, but we can\'t. It might be insanity, perhaps arrogance, naiveté, or maybe just a combination of all of the above. I can\'t tell you how many times we have heard, "You are not radio friendly." I guess that\'s a bad thing. We are however imagination friendly; the Anti-Christ of the industry has arrived! Who are your favorite classic composers? poets? VM: Claude Debussy, Sergey Prokofiev, Dmitri Shostakovich, Arnold Schoenberg, Franz Liszt, Rachel Portman, Danny Elfman, David Bowie, Grimm Brother\'s Fairy Tales, Emily Dickinson, T.S. Eliot, Henrik Ibsen, George Bernard Shaw, Bram Stoker, and Mary Shelley. Have you opened for any well-known bands yet? VM: Not yet, but it might be fun; we almost opened for Berlin, which would have been awesome because we have so much in common. Give us a few months. Are you sponsored by anyone? VM: Nope, just the best fans in the world..'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('71', 'ecd2c6930c', '\'Secrets\' Double Album Review', 'Monsters and Critics The Divine Madness debut double album \'Secrets\' is blend of gothic rock with elements of pop and even a touch of operatic style. The album\'s two discs (dubbed \'Paradiso\' and \'Inferno\') are a musical trip through "Dante-like" lyrics that is well worth taking. The band (which at times seems a dark spin on Alice in Wonderland) was formed in 2005 and consists of keyboardist Chris Ride, drummer Cano, vocalist/film composer Victoria Mazze, guitarist Moni Scaria, and bassist Michael Crawford. Founding members Mazze, Ride and Cano first approached the group as more of an "art project" – which led to more creative musical freedom. The group\'s signature sound can best be described as a mixture of classical music, 80\'s New Wave, and even some influences from film composers – such as Danny Elfman. In every song, it is easy to see the blending of these influences that create a new sound belonging to The Divine Madness. \'Secrets\' is described by the band as trip through heaven and hell. If this is true, then Mazze\'s voice is the angel that guides the listener on this journey. Ride\'s amazing keyboards blend with the singer\'s voice creating an almost visual experience for the listener – helping the song\'s poetical lyrics to come alive in each track. Disc 1 (which features 11 tracks) kicks off with the dark toned "Haunted" which sets the pace for \'Paradiso\' followed by the title track – which screams of Elfman\'s influence and makes the album impossible to dismiss. If you are not already sold on the sound of the band, you will be by "Wish" and "Redemption." The two tracks demonstrate the range of Mazze\'s voice and the talent of The Divine Madness. The singer and music are powerful on "Wish" and absolutely haunting on "Redemption." Disc 2 (which features 12 tracks) starts with the more electronic dance sound of "Total Addiction" –showing some of the band\'s New Wave influence. It is followed by the dark toned "The Future" - demonstrating how hard The Divine Madness can rock. The song is a mix of guitar rock with a chorus (which has a great hook) that raises it to a quasi power ballad. The track is followed by the equally dark rock toned "Precious" – featuring Crawford\'s thumping bass lines and Cano\'s driving drums. "The Sorrow" once again demonstrates the power of Ride\'s keyboards blended with the beauty of Mazze\'s voice. \'Inferno\' ends with the electric-pop influenced "Until the Break of Day." The song leaves you wanting more from the band, and ready to start the trip all over again with \'Paradiso.\' I have been a fan of The Divine Madness since hearing their EP release \'Precious.\' Their new album takes the sound that was established in the EP and in L.A. club scenes (where they have been making a name for themselves) and lifts it to even greater heights. The group has the perfect combination of rock, pop, and classical influences. They simply have something to offer every listener and I highly recommend taking the chance on their debut double album. \'Secrets\' is the perfect beginning for the band, and I can\'t wait to hear future releases from the group. Monsters & Critics \'Secrets\' Album Review By Patrick Luce'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('72', '6f0b8d5995', 'Precious EP review by Frank Gualtier', 'indietour.blogspot.com Hanging out on MySpace has it\'s perks. I recently caught wind there of The Divine Madness and while I can\'t attest to their mental status I can say that I\'m enamored with their music. Fronted by the captivating voice of two time phoenix Victoria Mazze they sound something like a cross between Berlin and Celeste Lear with a bit more lean towards distortion and darkness. Victoria\'s voice is breathtaking with a curiously original yet familiar timbre that makes me think of a hybrid between Terri Nunn and Lijie. Victoria Mazze (VOX), Chris Cano (Drums) and Chris Ride (Keys) make up the band. They write and perform their own material and credit "JOHNNY BURKE & RAIN" (Guitars) as "special guest stars". They currently have one 4 track compilation out with the Precious EP and the debut full length Secrets is due out soon. Last I read it was up in the air but they may be releasing Secrets as a double disc. A video for the song Closer is included on the DVD for the movie "Bram Stoker\'s Dracula\'s Curse" and can also be viewed on their MySpace profile. This is well worth the time even if you\'re on dialup as it cache\'s after one run and you can replay it with no streaming glitches after it buffers up fully the first time.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('73', '11c70506f5', 'theatre of pain', 'The 5 song Theatre of Pain is coming very soon. Track listing: 1. Theatre of Pain 2. My Confessional 3. Jealousy 4. Glisten 5. No Hero Also an acoustic EP featuring: 1. Closer 2. Push 3. Redemption 4. Secrets 5. - a surprise -'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('74', '1e3770d027', '2 New EPs!', '2 new Eps coming soon. We are releasing these to help raise funds to complete our new albums. they are: Theatre of Pain 1. Theatre of Pain 2. My Confessional 3. Jealousy 4. Glisten 5. No Hero Also an acoustic EP featuring: 1. Closer 2. Push 3. Redemption 4. Secrets 5. - a surprise -'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('139', 'e9902867e8', '', 'Cheers yep - that was a different version. We even have a newer one we did in the studio earlier in the year but we were planning on releasing that one with The Rapture album. 8)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('76', 'f4cf4691b9', 'Almost sold out!', 'Our second run of Secrets has almost sold out! The sales far exceeded our expecations since we released it in December of 06. Thanks to everyone who picked up a copy and in some cases more than one copy... We are now down to our last box. Due to the expense we will probably not reprint them as a double CD. Probably release them as seperate albums - Secrets Disk 1 / Paradiso and Secrets Disk 2 / Inferno. There are also some still available on CDbaby and Projekt.com If you want them signed, please order them through paypal - but after the box is gone that\'s it. It will always be up on itunes and snocap. (link here http://thedivinemadness.net/store/merch.html)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('77', '0039ae8c94', 'A Trip To Wonderland........The TDM movie.', '[color=green:0039ae8c94][/color:0039ae8c94][b:0039ae8c94][i:0039ae8c94]I can\'t wait to see the finished product. Ever since the Closer Video I have been awiting news of the movie........YAY!! :twisted: [/i:0039ae8c94][/b:0039ae8c94]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('78', '2a82ff8557', '', 'Locks of Victoria\'s hair! We can use those for cloning, right? Victoria said... :D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('79', '2521346510', '', 'yea, were hoping the cloning will get us some good press. Plus the clones can do backup vocals at the live shows'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('80', '19b0a90ce2', 'Official FAQ', '[b:19b0a90ce2]The Top most Frequently Asked Questions.[/b:19b0a90ce2] from our myspace page / by Victoria Mazze and Chris Ride 1. Where can I get your CD? I can\'t find it in stores. - It\'s on CDBaby Paypal, itunes and snocap. You can also hear samples from the CD on the CDBaby page. Goto this link for more options and merch.. http://thedivinemadness.net/store/merch.html 2. If I buy it, can you autograph the CD? - Of course, but only if you buy it on Paypal because we ship them directly. Please request it with the name you want it signed too: ) 3. I can\'t believe your not signed to a major label! Why not? - Simple, because we don\'t wear enough plaid or look like lumberjacks. 4. Will you be touring? - YES! but just shows in LA for now. 5. Can I get a free mp3 download? - Yes, sign the mailing list, we give em out occasionally. 6. Can you send me a signed autograph? - Yes, buy a postcard on our website and we will sign it for ya 7. How come you don\'t have more stuff for free? - We are a fan backed band. All of our videos and recordings are paid for from the profits of CD sales, donations, merch and music licensing for tv and film. Every little bit goes a long way. 8. How can I help? - Hell yea! Well for starters, buy our CD, and sign the mailing list. Post our banner on your page. Get the word out to all your friends and family. Request us on your local radio stations. Post our songs and videos on your page. We will have a street team setup soon, so be sure to check back for that. There\'s a little somethin for everybody. 9. Victoria, will you marry me? - Yes, but they have yet to perfect cloning in humans. Until then you will have to be patient. 10. I heard on TMZ that Victoria Mazze is related to Axl Rose! Is this true? - If Madonna and Axl had a child in the 80s, it would probably be true. Yea, ok it\'s true! Second cousin once removed or something. It gets confusing. 11. Does Victoria have a twin sister? - hmmmm maybe. 12. So when is the Divine Madness movie finally coming out! - Still in the preliminary stages, but it will happen, we promise! Originally it was scripted to be more akin to \'Purple Rain\', but now it\'s turning into \'Alice in Wonderland\' meets \'Rocky Horror\'. It\'s partly based on Victoria\'s, let\'s say...\'unusual\' childhood and will star Victoria herself. It will be the greatest rock movie ever made and will feature rock legend cameos! Yea baby! 13. Who runs the myspace page and answers all the emails? - Chris & Victoria run the page. Victoria answers most of the messages. Cano pays the electric bills. 14. When are you going to update your website? - Will be clearing out the cobwebs soon. 15. Can you come play \'Closer\' at my wedding? - Sounds like fun. But we may weird out your guests and corrupt your bridesmaids. 16. Victoria, can you help me with my relationship problems? - Sure, buy a CD. It will make it all better, promise. 17. When will you have more merch! - You can buy it here: http://thedivinemadness.net/store/merch.html 18. Why did you add me? - Because you have excellent taste in music! Occasionally we add some friends of artists that we admire. This is a great way to connect with all you wonderful people out there that we would otherwise never be able to reach. 19. Where can I find your lyrics? (check the \'Secrets\' forum category) 20. How did you come up with your band name? - Simple. Three band members are good. The other three, evil. But, if you want the more academic definition, it\'s from Socrates: "We are told Socrates considered this to be a form of "divine madness", the sort of insanity that is a gift from the gods and gives us poetry, mysticism, love, and even philosophy itself." Socrates would have been a fan. We\'d party with him. 21. What is the one thing I would be surprised to find out about Victoria? drumroll.......Victoria loves nerds! Sorry studly guys. It\'s just a abnormality of nature that happens from time to time. 22. Was that Paris Hilton I saw at your Roxy show? Yes, believe it or not, Paris is a fan. She sent us a message once but we didn\'t think it was really her. Then she showed up at our Roxy show! Now if we can just talk her into playing one of her parties, that would be a blast. But since were like the Beverly Hillbillies of gothic rock, we would probably accidently smash a poodle or some 2,000 year old chinese vase. All hell would break loose. But yea, she is cool, we give her props for checking us out. Paris, please go buy all our merch so we can pay for our next record and tour!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('81', '1d931e9718', 'Complete Secrets Lyrics', 'PARADISO HAUNTED Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP We are haunted by ghosts of what has yet to come By the dawning of the end of time In your secret world I will find a place to hide From the darkness of your night I will wait for you if you want me to So take me there To the place I know I found it in your warm embrace Tell me again how we can try and live forever when we know That nothing matters at all In our future lies the tainted shadows of the past To take the life of what we know won\'t last We can close our eyes and pretend it all Wash away the dirtiness Of our history A chance to breathe so free So take me there To the place I know I found it in your warm embrace Tell me again how we can try and live forever when we know That nothing matters at all And I tried hard To close my eyes and let it go But it feels like the stars are falling down on me If we make it through your wilderness of broken dreams I will be there for you We can try to live forever We can only fall apart We can try to live forever We can only fall apart SECRETS Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP I wish I never knew the secrets that I kept inside A state of innocence A blissful ignorance and pride But you warned me To be careful with desire Pleasures come and go As we descend into the fire We reach for the stars like there\'s no tomorrow \'cause all we have are yesterdays And we don\'t understand that we have no future There\'s only fear to guide the way It was nice of you to let me live inside this maze The colorful views and skies A delicate world held by a thread But you warned me to be careful with desire Pain is plentiful The more you find the more you fall We reach for the stars like there\'s no tomorrow \'cause all we have are yesterdays And we don\'t understand that we have no future There\'s only fear to guide the way Tick tock, goes the clock I press and I tear away layer, peal away layer, peal away I press and I tear away What\'s underneath your skin GENTLE Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Are we jaded? Bleached out -faded Under a blistered sun Gentle persuasions Distant So twisted In your arms I feel the suffocation Losing consciousness a beautiful sensation I drown myself in waters deep within Deep within your smile Lie here Wasted Waiting X-rated Sunlight burns my eyes Are you My savior Turn tricks And favors In your arms I feel the suffocation Losing consciousness a beautiful sensation I drown myself in waters deep within your smile A gentle place where I can leave behind The shadows of my mind Where do we go from here? So far away and yet so near A funeral pyre to light the sky Trust and reason suicide Are we Lost Cause Too late For our fate But in your arms I feel the suffocation Losing consciousness a beautiful sensation I drown myself in waters deep within your smile A gentle place where I can leave behind The shadows of my mind BLESSED Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Night and day our time just slips into forever In my room the universe collides around us No more promises and no regrets You\'re so different from all the rest And when I\'m in you I feel blessed A soft machine a delicate surprise waiting An inverse dream underneath the sky of mirrors No more promises and no regrets You\'re so different from all the rest And when I\'m in you I feel blessed A spinning wheel Your flesh reveals my mind in detail Perfect design The movement takes me past heaven No more promises and no regrets You\'re so different from all the rest And when I\'m in you I feel blessed IF TOMORROW COMES Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP We\'re born alone Into a world of consequence No stranger\'s hand to guide us Your skin and bones Are all that\'s left for me to hold Here on the edge of existence If it\'s too complicated We can leave it all behind And for once we feel we can make it through alright If tomorrow comes will you be here We can take a stand and fight our fear As we let go of all the things we hold so dear If tomorrow comes So out of touch No remedy to ease the pain I know our luck has run out Your velvet words Have left you fading all too fast I\'m standing close and distant Is life so complicated That I would let you ease away? And a foolish girl will never find another heart If tomorrow comes will you be here We can take a stand and fight our fear As we let go of all the things we hold so dear If tomorrow comes If tomorrow comes If tomorrow comes Is this the life I was promised Is this all I can demand It came and went and failed me It came and went and failed me And now I know, without it I will never belong I will never belong Is life so complicated that I would leave it all behind? What a hellish way to make it through the day If tomorrow comes will you be here We can take a stand and fight our fear As we let go of all the things we hold so dear If tomorrow comes If tomorrow comes will you be here We can take a stand and fight our fear As we let go of all the things we hold so dear If tomorrow comes If tomorrow comes If tomorrow comes WISH Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Sometimes I feel alone in the dark Sometimes I feel the pressure will tear me apart But you disappeared When darkness creeps around me Wish you were here The sound of devils and angels fill my mind Whispering spirits Unholy and Divine But you disappeared When madness creeps around me Wish you were here We were not ordinary people Bound to every fairy tale were told Without you I get no mercy From a world that feels so desolate and cold Sometimes I feel I\'ll see you once again But I know there\'s nothing to save us in the end So you disappeared When darkness creeps around me Wish you were here Wish you were here CLOSER Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP You want me to surrender You want to win it all It\'s ok I\'ll take the fall Within your eyes I wander Within your smile I hide From the lonely world outside Fears run heavy Tears run from my eyes into my hands they burn I will wait here I will wait for your return Tonight So come closer now I\'ve got to let you know You are the one I can\'t let go So come closer now I\'ve got to let you know You are the one I can\'t let go I wanted to remember You wanted to deceive When you asked me to believe Beneath the sea of anger We float within the calm Waiting for the siren song Fears run heavy Tears run from my eyes into my hands they burn I will wait here I will wait for your return Tonight So come closer now I\'ve got to let you know You are the one I can\'t let go So come closer now I\'ve got to let you know You are the one I can\'t let go Do you feel Do you feel same (x2) Oh baby do you feel the same Or is it really over Do you want to stay Or slip away in the dark Fears run heavy Tears run from my eyes into my hands they burn I will wait here I will wait for your return Tonight So come closer now I\'ve got to let you know You are the one I can\'t let go So come closer now I\'ve got to let you know You are the one I can\'t let go FORSAKEN Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Forsaken Dried up on the vine We wait here For a sign from the divine Elevate my arms Reach out our hands Searching for more than I am Heal me Guide Me When the sun begins to die Goodnight When the moon begins to cry Goodnight When the stars fall from the sky Goodnight Goodnight Mistaken By the master of all lies Give our minds For promised purity I don\'t know what you\'ve been told We live our lives bought and sold Believe me To believe in you Goodnight When the moon begins to cry Goodnight When the stars fall from the sky Goodnight Goodnight So entertain me for a little while longer Close my eyes I feel your touch Cold hands and a warm embrace Steals the laughter from my face We\'re nearing the end The beginning Possibilities are meant for you To live a life of gravity Only you For only you DUST Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Listen to words devoid of meaning To sounds that long for feeling To wicked eloquence Hold on the world keeps spinning Hold on the earth keeps shifting under us Guiding our decent And with every breath Our moments fade away Hoping to shine again someday Tonight its over As we try so hard not to feel Midnight surrounds us As we drift so far from what is real Dust to dust Enter a dream world bathed in silence Of rituals and violence Unfilled desire Hold on your senses reeling Hold on to fantasies unyielding With secrets deep inside And with every move Our chances fade away Never to see the light of day Tonight its over As we try so hard not to feel Midnight surrounds us As we drift so far from what is real Dust to dust We lie awake on fallen leaves As earthworms gather for their feast We pray the Lord our soul to keep In dark night shadows we will weep We\'re on our way We\'re on our way Tonight its over As we try so hard not to feel Midnight surrounds us As we drift so far from what is real Dust to dust REDEMPTION Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Oh so clean and oh so pure The fever takes control of you And please don\'t leave me on my knees The last familiar place To let me get away A strong redemptive song To help me ease the pain If you feel Endless sorrow Just know you\'ll find a voice inside The past is shared and both of us To make the world a place That\'s worthy of your face To show you what\'s inside A mind you find insane And I\'ve fallen from grace now Like too many times before All around me the shadows call me As I try to cry out your name But should I give into temptation a sweet song to steal my breath away Is this the last chance before I slip away Oh so clean and oh so pure The fever that takes control of you Please don\'t leave me on my knees The last familiar place To let me get away A strong redemptive song To help me ease the pain INFERNO TOTAL ADDICTION Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Your love It flows within my veins The sweetest drug Takes away the pain But in the morning light You turn to me you say goodnight But I need another fix to get me through Total Addiction Total Addiction It\'s not a feeling that I\'ve ever felt before (X2) This cruel world Leaves me wanting more It makes me do Things I never should But if you hold me tight And tell me everything\'s alright Just lie real still and take me where I think of only you Total Addiction Total Addiction It\'s not a feeling that I\'ve ever felt before (X2) Do I need a reason To want you by my side One more true believer To do you bidding It\'s almost criminal What I would do For another taste of you But I need another fix To get me through And I need to feel your warmth on my skin And I need to be the one you cant live without So just lie real still and take me where I think of only you (chorus X2) THE FUTURE Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP I\'ve waited so long for the future to come So many reasons, changing seasons Of my mind When all that\'s left are memories To make us feel alright We hold ourselves up to the flame Hoping to get burned But it\'s alright now because We belong above the clouds Beyond the satellites We\'ll be strong Together if we put it all Behind us now And I will fight so hard To see through your spiteful words And you should feel the same And we can live as one once again So free from sin I should have known This time we\'d gone too far And when it\'s over I\'m wondering who you are Searching for a savior To lift us from our lives We hold ourselves up to the flame Hoping to get burned But it\'s alright now because We belong above the clouds Beyond the satellites We\'ll be strong Together if we put it all Behind us now And all of my life I have been waiting to be free Free from the lies Free from blind hypocrisy A journey of light That leads us for away from home And into the night, into the world We stand alone Until the end PRECIOUS Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP I\'m, I\'m your only ally And I\'m the one who understands I\'ll be your alibi Because once you take the first step The rest comes easy Precious We\'re meant to be Precious We\'re meant to be I\'m, I\'m your saving grace I could make you beautiful Take a sip Want a tip I\'m in the mood Imagine me finding you Your knowing eyes behind a disguise Fascinate curiosity How could you be without me? Precious We\'re meant to be Precious We\'re meant to be Can\'t you see? Can\'t you see? Imagine me finding you Your knowing lies Fascinate my curiosity Imagine me finding you Your knowing lies behind a disguise Fascinate my curiosity Precious, Precious Precious My love we\'re meant to be Once you take the first step The rest is easy So easy, easy my precious Oh wait and you\'ll see SHOW ME Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP All this talk All these words your saying Have no meaning to me And yes we tried We tried to make it happen so naturally A cruel fate descends upon us now It\'s so easy to see That in the end All we have is each other So what will it be? All this time we\'ve wasted with our lives Will now be in vain But you could always have it all Show me that you will give me what I need It is now or never This time I\'m leaving without you babe I\'m not waiting around for you to decide With every thought With every quiet moment we move further away And into the night We hide within the silence while we wait for the day But if we try to build on what we had We could start again And take a chance on happiness Show me that you will give me what I need It is now or never This time I\'m leaving without you babe I\'m not waiting Show me that you will give me what I need It is now or never This time we\'ve gone to far and we can\'t turn back You\'ve got to understand This is the end my friend Again Again Show me that you\'ll be here forever And show me that we\'ll live forever after And show me that you\'ll be here forever Forever Show me that we\'ll live forever Ever after Ever after Show me ever after TRUE LOVE Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP When all the air is gone There\'s nothing left in me I can\'t find a way For us to be near Have I let you down? Do you still to believe? But nothing stays the same for eternity I will be there for awhile Nothing lasts forever Searching through the night for true love I won\'t lose you This time will be forever Searching through the night For true love I would lead you home I would hold you close Never letting go That\'s how it should be There\'s no other way There\'s no destiny No one know the way to eternity I will be there for awhile Nothing lasts forever Searching through the night for a true love I won\'t lose you This time will be forever Searching through the night For a true love I\'ve been waiting for this moment to appear When I close my eyes I feel that you are near A breath of wind to cast away your fears But night draws near I will be there for awhile Nothing lasts forever Searching through the night for true love I won\'t lose you This time will be forever Searching through the night For true love DIRTY Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP If you ask me Will we be ok I would have no answers No answers at all Only questions Form within my mind What is there to show for our pain? Only questions remain Only questions remain If you want me to give myself to you We could do it once again With no passion Reaction No reaction No emotions in our way We could feel so dirty deep inside No conviction To help me fall in place I need your attention Your attention that\'s all No connection to the world below In this sweet remission Only fiction remains Only fiction remains If you want me to give myself to you We could do it once again With no passion Reaction No reaction No emotions in our way We could feel so dirty deep inside We\'re just passing through each other honey Every detail every contradiction Blurry shapes make better lovers Honey I don\'t know how I fit together If you want me to give myself to you We could do it once again With no passion Reaction No reaction No emotions in our way We could feel so dirty deep inside PUSH Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP I will follow time I will lay you down I will be there when you\'re in need Now you\'re in control I\'ll do what I\'m told In your bedroom kingdom I will bleed We could be great together if just for tonight Would you be the one? Be the one You can push me to the limit I will never let you go Take me to the edge of darkness I will always find a way To come back To you Push Your heart is beating fast It\'s a part of me You are the life so close, don\'t you see Is it misery? Is it loneliness? That makes your love so surreal We do belong together each and every night You will be the one Be the one You can push me to the limit I will never let you go Take me to the edge of darkness I will always find a way To come back To you Push So do you really have a reason? To keep me hanging on the line? Is it all a game to you? Leave me holding on to what we never had? You can push me to the limit I will never let you go Take me to the edge of darkness I will always find a way You can push me to the limit I will never let you go Take me to the edge of darkness I will always find a way To come back to you I won\'t let you I won\'t let you I won\'t let you To come back to you Push THE SORROW Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Under velvet dreams Underneath the soft light Of the morning sun We are one as I Listen to your heart Touch your pale skin Will you let me in to the world within So now is our time because we\'re beautiful And we won\'t let anybody stand in our way Though time one day will tear our souls apart For now we\'ll hold each other tight through the night Our sorrows creep along Like shadows on the pavement And our hearts beat fast \'cause we know that this won\'t last The moments of our lives pass quiet as a whisper Within our minds we\'ll never die So now is out time because we\'re beautiful and we won\'t let anybody stand in our way Though time one day will tear our souls apart For now we\'ll hold each other tight through the night And I stop to wonder If we\'ll ever be the same No more strange illusions No more innocence to blame Is this the price that we all pay When we fall and lose our way So now is out time because we\'re beautiful and we won\'t let anybody stand in our way Though time one day will tear our souls apart For now we\'ll hold each other tight through the night PACIFY Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Think about what you said Think about what you said Think about what you are When everything falls apart, We\'ve got to have someone to blame And look who is the girl in the spotlight this time I thought you were different I thought you could find something Really refined in my jagged edges and everything curious about me You can Tear me down if you want to You can make me a fool if that\'s what you need to survive Tear me down if you want to You can make me a fool if you can be that wickedly cruel Could you be so cruel? You circle around to find The place where I\'m weak at times Is it really your fault? Or is it a disease That you need me to cure? Everything you do is ugly Everything you touch is falling apart And it\'s still not your fault You can Tear me down if you want to You can make me a fool if that\'s what you need to survive Tear me down if you want to The nights are longer now that I have you tearing me apart Could you be so cruel? Tear me down if you want to You can make me a fool if that\'s what you need to survive Tear me down if you want to You can make me a fool if that\'s all that will pacify your heart It\'s getting darker now that I have you in my life The nights are longer now that I have you tearing me apart Could you be so cruel? The one and only, lonely bastard MIA Music and Lyrics by THE DIVINE MADNESS with Eduardo Olguin © 2006 MAZZECANRIDE MUSIC ASCAP All the times you rolled around All the things you tried to sell All the times you tried to tell me its understood And now things have changed It\'s all so strange You tell me I\'ll be yours forever Should I stay or should I go The more things change they stay the same You want me now why even try The thing you do it makes me cry You tell me that you want me You tell me that you need me You tell me you can\'t live without me Sometimes when I need you You\'re never there Are you looking for a way To make your lonely get away So I will tell what an honor it was to live for you Well now things have changed Your lips taste so strange Still you tell me I am yours forever The more things change you stay the same Stop and listen You\'re in a sorry condition Your strategic acquisition of my psychological disposition CRAWL Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Late at night we crawl along Underneath the street light blinding our eyes Cheap thrills, the scent of sin Penetrate and hide beneath our skin I will take one last breath So hold me close, never let this feeling end Feel my heart beat so fast Watch the future dissolve into the past this could be our last days SO COME DOWN HARD NOW WE WILL NEVER STOP UNTIL WE REACH THE OTHER SIDE (WE WILL BE ALRIGHT) A bitter crush becomes my end Defies my eyes until I forget where I\'ve been Murdered heart your weapon in hand No turning back remember none of this was planned this could be our last days SO COME DOWN HARD NOW WE WILL NEVER STOP UNTIL WE REACH THE OTHER SIDE (WE WILL BE ALRIGHT) Bridge I\'m not giving in I\'m not giving up I\'m not letting go now that my grip is tighter and tighter UNTIL THE BREAK OF DAY Music and Lyrics by THE DIVINE MADNESS © 2006 MAZZECANRIDE MUSIC ASCAP Such a waste of time We live our lives and then we die Oh, is it worth it? So meaningless an empty shelf, a lovely view Is it worth it? So here we are forgetting what it is to dream The starlight shines upon our eyes Until the break of day Tonight we drive as fast as we can To the edge of town Do my cynical ways do anything to interest you? Oh, is it working? Do you feel alive, Not afraid to die? Revolution begins Oh, is it possible? So here we are forgetting what it is to dream The starlight shines upon our eyes Until the break of day Tonight we drive as fast as we can To the edge of town Oh, is it worth it? Tell me is it worth? Oh, is it working? Tell me is it working? So here we are forgetting what it is to dream The starlight shines upon our eyes Until the break of day Tonight we drive as fast as we can To the edge of town'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('82', '79454e9aa1', '', 'Sorry if I sound dumb but, what is an EP?'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('83', '4d44d44c81', '', 'great, I\'m looking forward to it :o'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('84', 'ebd1d69453', '', 'An EP is a disc with more songs than a single but not enough to be classified an album. It stands for Extended Play and the term comes from the old days of vinyl records, when they were generally 7" discs played at 45RPM with two songs per side.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('85', '11749bb80f', '', 'That\'s so awesome. The double albums are going to be SO rare and only the cool people will have them. :P'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('86', '94d1ccec20', '', 'Oooh a new EP. SHIBBY! Any ETA on it? :) I have a credit card and am not afraid to use it!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('87', '1e0af486cc', 'Favourite Songs?', 'Just curious to see which are folks favourite songs. I seriously love the whole album but if pressed I\'d choose: Closer Precious True Love Dust Redemption Haunted Secrets Blessed'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('88', 'ed0735a38c', '', 'Only had one listen of the double cd so far....but my favourites at the moment are.... "Closer" "The Future" "Gentle" "Crawl" Dave http://www.girlband.org'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('89', '710e971f87', '', 'We love fan art; we have often thought about having a cd that is completely designed by the fans. We got the idea after having several people send in sketches. Actually the artwork for one of our next cds, Afterlife, is currently being created by Davey Jones. He was just an artist fan that found us on myspace, and after listening to our music for a while, he started creating art pieces in his head so he called us up. We love collaboration:)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('90', '3a1e38578b', '', 'Thank you to everyone for making this the best birthday of my life; I can\'t say that I am used to so much attention...I am really in shock by it all, so thank you from the bottom of my soul~ xo'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('91', '3279af7871', 'Cool, can\'t wait to see that.', 'That\'s great to hear. I\'d love to see tons of fan art of the band etc. I like art so to speak so sketches etc would be nice to see.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('92', '2b1c5d47f8', '', 'The usual... sign me up for two of each please! ;D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('93', '4570ee3658', '', 'Good thing I have two, mwahaha....though the thought of getting a few more before they are gone has crossed my mind...hmm...better get those EPs out soon so I can order them all together!! :D'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('94', 'bb5bf1133d', '', 'Well guys, I think we all pretty much figured she would have one...i mean do u seriously thing a woman that gorgeous would be single. I would really start to question the mental faculties of the male species if a guy hadn\'t asked her out by now.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('95', '02e63807fd', '', 'The bathtub scene in Closer reminds me of a Tori Amos vid. I wanna say Crucify? Been awhile since I\'ve seen it. Very hawt though, Mistress V.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('96', '322bef63b8', '', 'She\'s married to me, sorry guys. You\'ll see...in the THANK YOU\'S on the next album it will say "To my dearest E-husband, Wolfkiller!" *Wonders how much bribe money I\'d have to pay the band for that to really get put in the booklet...*'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('97', 'a8810c59f9', '', 'will these be released as a douple ep.... or will we have 2 buy them seperate just wonderin..... thanks -crickett'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('98', '4ca80bd0fa', 're', 'Seperate EPs. Theatre of Pain will be out first. We are currently working on that and preparing for the auction at the moment. Then a couple weeks after we release Theatre we will put out the Acoustic EP. We were also thinking of recording the song [b:4ca80bd0fa]Smile[/b:4ca80bd0fa] by Charlie Chaplain as a free download around that time. Just for fun 8)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('103', '2844989494', 'what ethnicities do you have?', 'I guess I was curious since your last name seems foreign somehow (that\'s a good thing, I think its cool 8) ). I myself am white/native taino/and there may be some black in the family somewhere too :P'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('104', '41bdce1ddb', '', 'let\'s see: Show Me Secrets Redemption Blessed Closer Sorrow Wish Push Me Haunted of course both cds kick much @$$ entirely, but those are at the top for me'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('105', 'd2289a0b72', '', 'Such a great idea! If I can think of anything else to add to the auctions, I will post them here. Just give me some time to think. Please keep me posted of additions, and maybe send me an e-mail the day before the auction opens. Thanks. gary'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('106', '676bc7fc83', '', 'Perhaps I can tempt ms V with my English accent? I\'ve heard American girls love the accent...lol Dave x'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('107', 'd4a2b2a479', '', 'How did you know my weakness:)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('108', 'e80c738e0f', 'The Divine Madness - Secrets.mp3', ':roll:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('109', 'fa818a7544', '', 'haha...I\'m gunna relocate to America then ;) Dave x'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('110', '2fb80c5073', 'Gentle', 'Gentle is rapidly becoming my new favourite.....'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('111', '5f063737ef', 'Faith', 'I\'m beginning to really confuse myself as to which video I like the most....am now really into Faith at the moment...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('112', '56d790fc0f', '', 'Was wondering if the band has a Live DVD or anything live? I live in the midwest so no way to get to the West Coast to see a live show. Would love to see a Live DVD if anything ^^'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('113', '3161d19457', 'New merc idea', 'Playing cards with Victoria as the Queens an the boys making up the kings, jacks and jokers? Of course the TDM logo on the backs.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('114', '71356ad514', 'Private question for Victoria...', 'Greeting... I\'d like to have some pictures for you... Can you post them for me please? :roll: Thank you...'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('115', '1a44538e51', '', 'Delicious idea:) We\'ve actually wanted to do that for awhile...maybe it will be in the next batch off merch... xo'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('116', 'c88ca3aa47', '', 'lol...that video was magic. We wanted to do one that was a taste of our live show since most of our fans are so far away 8)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('117', '78c9169ab0', '#1 at GirlBand.Org !!!', 'Looks like the \'subtle\' plugs to my site had an effect.. The Divine Madness are this weeks no. 1 I\'m thrilled as TDM are my favourite band at the moment!! Dave x http://www.girlband.org'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('118', '7c6360ee43', '', 'in that case, I wanna see your live shows ;) I love the variety in your videos, they are all unique....a lot of bands produce the same old videos....Ms V you even look different in them! If I didn\'t know better I would think - different band... Dave x'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('122', '8f35caaef0', 'faith', 'Wasn\'t ther a Faith Ep due out at the end of July. Is it still in the works or did this get shelved? 8)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('123', '631ad660d7', 'Idea for making some extra dough...', 'Ok, here it goes..."V", you and some of your other gorgeous friends need t have a "Bikini Car Wash". I know that if I saw you washing cars in a bikini I would probably just hand you my wallet, keys, etc.........Kane :twisted:'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('124', 'dcb14a4697', '', 'I love "Faith" is so hot, and "Gentle" is grand. But the range of personalities and expressions on "Closer" takes the Grand Prize.....so far.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('125', 'aa1c6ac800', '', 'How about a motorcycle calendar unlike any that you have seen before:) -V-'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('126', 'e74c0c048e', 'motorcycle calendar', 'Victoria, You know that would "Rock My World", again.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('142', '8d69ad9a03', 'Movie, Movie Movie...', 'just wondering if there is anything new on the movie front? I am very anxious for this to happen.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('143', 'cc006cc681', '', 'yes ... i would like 2 know as well'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('120', '780cf0dcf6', 'Which DVDs feature Divine Madness music videos?', 'I know that [i:780cf0dcf6]Bram Stoker\'s Dracula\'s Curse[/i:780cf0dcf6] DVD has the music video "Closer", but where can I find the music videos: "Gentle" and "Faith"? I ask because I am deployed on a ship right now, and personal internet onboard the ship is too slow to watch the music videos on YouTube.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('121', '4daf948f88', '', 'I\'m pretty sure Transmorphers has "Faith" on it. Not sure if Gentle has been featured on any DVD yet though.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('128', 'b98d428330', '*** HOW TO REGISTER ***', '***Here is how to register*** 1. Click the register link on the top right and go through the registration process. 2. Then send a personal email to info@thedivinemadness.net telling us that you registered and the username you chose for the forum. Then after reviewing, we will activate your account. If you have any problems, please email us. We have to do it this way to prevent spam on our board. It may take a day or two to do this, please be patient :) cheers!'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('129', '597894c612', '', 'Sounds good ;)'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('130', 'c9b3afb8fb', 'International Shipping....', 'Hi Guys, I noticed only the CD and T-Shirt have an international shipping option... I was after the signed poster, is that the same price for international, $15 + $3 ? Dave x'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('131', '793eac7848', 'Post that I saw this morning...', '[i:793eac7848][b:793eac7848]I was ashamed at what I saw posted here this morning. Please let me offer my apologies for the rude, offensive and just plain stupid acts of people with low standards and no brains. I know that a lot of work has gone into this site for your fans to have more access to you and it is sad that some just are not grown up enough to treat it and you respectfully. It is times like this that I really wish that stupid would hurt! An appreciative fan.....K[/b:793eac7848][/i:793eac7848]'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('132', 'f26e428677', '', 'well no rush ... i am happily awaitin the release ... and i know that whatever the time of release will be that the EP and/or CD will be golden .... worth the wait .... and tunes that will chill, excite, and thrill all of ur loyal followers and fans -crickett'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('133', 'cbac44d926', '', 'oh my damn .... i just listened to the three songs ya have posted and i loved them all .. but i must say when i listened to the song "A Long Time"..... i got cold chills ... great work you all keep makin music ... and i will keep listening to it -crickett'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('134', 'b45e2ab9e8', 'heres 2 hope-ing', 'i was wonderin if ya could post that link 4 the acoustic set ... i 4 some reason cant load it threw windows media player ... is there a real player link .... or a streamin link ... would love 2 see it -crickett'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('135', '4d6c933878', 're:', 'As far as we know, that\'s the only format for the show.. :( Here is the link: mms://wms.partner-streaming.com/thegig/TheDivineMadness-20070815.wmv Here is the main site for The Gig http://www.liveatthegig.com/'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('136', '18c8681d16', '', 'just watched the acoustic set ... and all i can say is stunnin . looked like a great time .... every song great - loved it thanks so much'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('137', '71619847a5', 'Re: re:', '[quote:71619847a5=\"chrisride\"]As far as we know, that\'s the only format for the show.. :( Here is the link: mms://wms.partner-streaming.com/thegig/TheDivineMadness-20070815.wmv Here is the main site for The Gig http://www.liveatthegig.com/[/quote:71619847a5] Thank you for the direct link, I couldn\'t find it! Absolutely lovely. I can\'t wait for the acoustic ep :) I have money saved already.'); INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('138', '43839dc185', '', 'Was the version of The Hunger on the page listed above the original version or the updated version? I remember there being a slight difference when you re added it to the main profile a few months back and was just curious on it. The tracks on the page are awesome. So much raw energy from Into The Sun. But that\'s a common thing with all your music. Good luck on the CD\'s! :D :D :D'); # # TABLE: phpbb_privmsgs # DROP TABLE IF EXISTS phpbb_privmsgs; CREATE TABLE phpbb_privmsgs( privmsgs_id mediumint(8) unsigned NOT NULL auto_increment, privmsgs_type tinyint(4) NOT NULL, privmsgs_subject varchar(255) NOT NULL, privmsgs_from_userid mediumint(8) NOT NULL, privmsgs_to_userid mediumint(8) NOT NULL, privmsgs_date int(11) NOT NULL, privmsgs_ip varchar(8) NOT NULL, privmsgs_enable_bbcode tinyint(1) DEFAULT '1' NOT NULL, privmsgs_enable_html tinyint(1) NOT NULL, privmsgs_enable_smilies tinyint(1) DEFAULT '1' NOT NULL, privmsgs_attach_sig tinyint(1) DEFAULT '1' NOT NULL, PRIMARY KEY (privmsgs_id), KEY privmsgs_from_userid (privmsgs_from_userid), KEY privmsgs_to_userid (privmsgs_to_userid) ); # # Table Data for phpbb_privmsgs # INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('1', '0', 'Site Error Message', '9', '2', '1185581246', '46e7e60a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('2', '2', 'Site Error Message', '9', '2', '1185581246', '46e7e60a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('3', '3', 'Re: Site Error Message', '2', '9', '1185598963', '4753a81e', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('4', '2', 'Re: Site Error Message', '2', '9', '1185598963', '4753a81e', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('5', '2', 'Re: Site Error Message', '2', '9', '1185598963', '4753a81e', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('6', '0', 'Re: Site Error Message', '9', '2', '1185601470', '46e7e60a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('7', '2', 'Re: Site Error Message', '9', '2', '1185601470', '46e7e60a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('8', '0', 'Facebook', '35', '32', '1186166663', '56153573', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('9', '2', 'Facebook', '35', '32', '1186166663', '56153573', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('10', '0', 'Bikini carwash eh?', '3', '32', '1186523731', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('11', '2', 'Bikini carwash eh?', '3', '32', '1186523731', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('12', '3', 'Re: Bikini carwash eh?', '32', '3', '1186546727', '4b38c0bf', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('13', '2', 'Re: Bikini carwash eh?', '32', '3', '1186546727', '4b38c0bf', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('14', '0', 'Re: Bikini carwash eh?', '3', '32', '1186550078', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('15', '2', 'Re: Bikini carwash eh?', '3', '32', '1186550078', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('16', '0', 'Calendar', '43', '32', '1186580626', '47dd931c', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('17', '2', 'Calendar', '43', '32', '1186580626', '47dd931c', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('18', '3', 'boo!', '3', '32', '1188428103', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('19', '0', 'boo!', '3', '32', '1188428170', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('20', '2', 'boo!', '3', '32', '1188428170', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('21', '2', 'boo!', '3', '32', '1188428170', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('22', '2', 'boo!', '3', '32', '1188428103', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('23', '0', 'Re: boo!', '32', '3', '1188453719', '4cf3894a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('24', '2', 'Re: boo!', '32', '3', '1188453719', '4cf3894a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('25', '0', 'Re: boo!', '3', '32', '1188474613', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('26', '2', 'Re: boo!', '3', '32', '1188474613', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('27', '0', 'Phooey!', '3', '32', '1188524599', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('28', '2', 'Phooey!', '3', '32', '1188524599', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('29', '0', '*poke*', '3', '32', '1189045145', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('30', '2', '*poke*', '3', '32', '1189045145', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('31', '0', 'Re: *poke*', '32', '3', '1189151112', '4cf3894a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('32', '2', 'Re: *poke*', '32', '3', '1189151112', '4cf3894a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('33', '0', 'Re: *poke*', '3', '32', '1189310869', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('34', '2', 'Re: *poke*', '3', '32', '1189310869', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('35', '0', 'Re: *poke*', '32', '3', '1189451531', '4cf3894a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('36', '2', 'Re: *poke*', '32', '3', '1189451531', '4cf3894a', '1', '0', '1', '0'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('37', '0', 'Re: *poke*', '3', '32', '1189460350', '4b157f84', '1', '0', '1', '1'); INSERT INTO phpbb_privmsgs (privmsgs_id, privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_bbcode, privmsgs_enable_html, privmsgs_enable_smilies, privmsgs_attach_sig) VALUES('38', '2', 'Re: *poke*', '3', '32', '1189460350', '4b157f84', '1', '0', '1', '1'); # # TABLE: phpbb_privmsgs_text # DROP TABLE IF EXISTS phpbb_privmsgs_text; CREATE TABLE phpbb_privmsgs_text( privmsgs_text_id mediumint(8) unsigned NOT NULL, privmsgs_bbcode_uid varchar(10) NOT NULL, privmsgs_text text, PRIMARY KEY (privmsgs_text_id) ); # # Table Data for phpbb_privmsgs_text # INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('1', '5547da79ea', 'just a FYI, got this message when replying to your \'Hacked" topic: [quote:5547da79ea] Template->make_filename(): Error - file /home/thedivin/public_html/forum/templates/AdInfinitum/simple_header.tpl does not exist [/quote:5547da79ea] Also as a web designer myself, you\'ll want to suppress those type of error messages so that no one sees the file path of your directories on this server and try to hack this too :('); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('2', '5547da79ea', 'just a FYI, got this message when replying to your \'Hacked" topic: [quote:5547da79ea] Template->make_filename(): Error - file /home/thedivin/public_html/forum/templates/AdInfinitum/simple_header.tpl does not exist [/quote:5547da79ea] Also as a web designer myself, you\'ll want to suppress those type of error messages so that no one sees the file path of your directories on this server and try to hack this too :('); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('3', '9ab1aef268', 'thanks for the heads up. We will look into it :)'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('4', '9ab1aef268', 'thanks for the heads up. We will look into it :)'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('5', '9ab1aef268', 'thanks for the heads up. We will look into it :)'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('6', '5b168aeca6', 'No problem, just glad you were able to get your site back up :) take care ^^'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('7', '5b168aeca6', 'No problem, just glad you were able to get your site back up :) take care ^^'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('8', 'a55f34ce5f', 'Hey V.. Just wanted to check if that is really you on facebook and not someone pretending to be you...? Dave (Osborne) xxx ps....if it is you, let me know if I post to much, I get carried away sometimes on the social networking sites!!! Dave x'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('9', 'a55f34ce5f', 'Hey V.. Just wanted to check if that is really you on facebook and not someone pretending to be you...? Dave (Osborne) xxx ps....if it is you, let me know if I post to much, I get carried away sometimes on the social networking sites!!! Dave x'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('10', '47aac07f93', 'You have some weird fans Mistress V! How ya been? Whatcha putting up for auction huh huh huh? I\'ve decided I want one piece of something you touched from every video if at all possible. :D'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('11', '47aac07f93', 'You have some weird fans Mistress V! How ya been? Whatcha putting up for auction huh huh huh? I\'ve decided I want one piece of something you touched from every video if at all possible. :D'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('12', '6a89d068ec', 'Lol ! Whatever you want, it is yours:) You were the one who gave us the idea. We will hopefully be putting it up very shortly, we just got into the Temecula Festival, so that slowed the auction down a little. As for the fans, they are cool:) Maybe not a bikini car wash, first off, I don\'t think the guys would look good in bikinis, but maybe a motorcycle/DM calendar...lol...but different than anything out there.... something to think about:) xo -V-'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('13', '6a89d068ec', 'Lol ! Whatever you want, it is yours:) You were the one who gave us the idea. We will hopefully be putting it up very shortly, we just got into the Temecula Festival, so that slowed the auction down a little. As for the fans, they are cool:) Maybe not a bikini car wash, first off, I don\'t think the guys would look good in bikinis, but maybe a motorcycle/DM calendar...lol...but different than anything out there.... something to think about:) xo -V-'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('14', '3f79c91b83', 'Whatever I want eh? Even you? ;D Hehe...just kidding...you\'re married, correct? I\'ll have to rewatch the other 2 vids and find something pretty to ask for. You\'re entirely too good to me. Tis bedtime though, so I must go. Bye bye for now!'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('15', '3f79c91b83', 'Whatever I want eh? Even you? ;D Hehe...just kidding...you\'re married, correct? I\'ll have to rewatch the other 2 vids and find something pretty to ask for. You\'re entirely too good to me. Tis bedtime though, so I must go. Bye bye for now!'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('16', '766066f1b9', 'Now don\'t be teasing me. I know you said that you had talked to Chris about this, but are you really going to do it? It would be great. But even if you don\'t, your still the hottest babe on a bike I\'ve seen. If that was ment as a tease, is was a good one! You do appear to have a Impish side to you. 8) Love a woman with a sence of humor! Your Friend and Fan.........Kane'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('17', '766066f1b9', 'Now don\'t be teasing me. I know you said that you had talked to Chris about this, but are you really going to do it? It would be great. But even if you don\'t, your still the hottest babe on a bike I\'ve seen. If that was ment as a tease, is was a good one! You do appear to have a Impish side to you. 8) Love a woman with a sence of humor! Your Friend and Fan.........Kane'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('18', 'cccb6cc2ec', 'Damn! The whip is already over 50 dollars! Hmmpf :( I wanted something kinky from you too. Got any handcuffs you\'ve played with maybe? Heh. I\'m telling you, used panties = gold. Gimme a signed pair, haha. What\'s been up? Busy I take it?'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('19', 'f4ca61c0b9', 'Damn! The whip is already over 50 dollars! Hmmpf :( I wanted something kinky from you too. Got any handcuffs you\'ve played with maybe? Heh. I\'m telling you, used panties = gold. Gimme a signed pair, haha. What\'s been up? Busy I take it?'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('20', 'f4ca61c0b9', 'Damn! The whip is already over 50 dollars! Hmmpf :( I wanted something kinky from you too. Got any handcuffs you\'ve played with maybe? Heh. I\'m telling you, used panties = gold. Gimme a signed pair, haha. What\'s been up? Busy I take it?'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('21', 'f4ca61c0b9', 'Damn! The whip is already over 50 dollars! Hmmpf :( I wanted something kinky from you too. Got any handcuffs you\'ve played with maybe? Heh. I\'m telling you, used panties = gold. Gimme a signed pair, haha. What\'s been up? Busy I take it?'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('22', 'cccb6cc2ec', 'Damn! The whip is already over 50 dollars! Hmmpf :( I wanted something kinky from you too. Got any handcuffs you\'ve played with maybe? Heh. I\'m telling you, used panties = gold. Gimme a signed pair, haha. What\'s been up? Busy I take it?'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('23', 'e11586b029', 'Got ya covered...just put something up today for you Wolf. Much love! V'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('24', 'e11586b029', 'Got ya covered...just put something up today for you Wolf. Much love! V'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('25', 'fc9f67a3d6', 'Hahahaha...oh my god! Are you serious? I\'ll never be able to afford those by the time the rest of the sickos start bidding!!!! :D That\'s awesome though. You should make a note on there whether they have been washed or not, that will really drive the nutty fanboys crazy. So I don\'t get my own personal pair outside of the auction huh? I see how it is! ;D Do you got anymore spiffy rings? Maybe something slightly more manly (but still girly obviously....) ? Eeeps well I gotta go to work. Take care!'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('26', 'fc9f67a3d6', 'Hahahaha...oh my god! Are you serious? I\'ll never be able to afford those by the time the rest of the sickos start bidding!!!! :D That\'s awesome though. You should make a note on there whether they have been washed or not, that will really drive the nutty fanboys crazy. So I don\'t get my own personal pair outside of the auction huh? I see how it is! ;D Do you got anymore spiffy rings? Maybe something slightly more manly (but still girly obviously....) ? Eeeps well I gotta go to work. Take care!'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('27', 'efb426de29', 'I was the high bidder for a few hours! ;D queensryche156 wants your panties pretty bad though it seems. Put the sword up for auction so I can use it to shank him and get your panties I so rightfully deserve!!! It\'s my birthday tomorrow! Love me! Happy B-day signed panties and sword! Whoo hoo! Are you sick of my nonsense yet? ;D You can tell me, I\'ll still buy your CDs and stuff, haha. I\'m getting a new tattoo tomorrow, wish me luck. You should design a really sweet heart logo for the band so I can add it to my heart-shaped tattoo arm I have going. Just a thought!'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('28', 'efb426de29', 'I was the high bidder for a few hours! ;D queensryche156 wants your panties pretty bad though it seems. Put the sword up for auction so I can use it to shank him and get your panties I so rightfully deserve!!! It\'s my birthday tomorrow! Love me! Happy B-day signed panties and sword! Whoo hoo! Are you sick of my nonsense yet? ;D You can tell me, I\'ll still buy your CDs and stuff, haha. I\'m getting a new tattoo tomorrow, wish me luck. You should design a really sweet heart logo for the band so I can add it to my heart-shaped tattoo arm I have going. Just a thought!'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('29', '84a8d3218c', 'Darling, don\'t you like me anymore? You should tell me what the max bid is on those adorable undies of yours. That way your bestest fan ever (me) can snipe the auction at the very end ensuring I get the item and you get top dollar for it! Whatcha say baby? Promise I won\'t tell anyone.. :D'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('30', '84a8d3218c', 'Darling, don\'t you like me anymore? You should tell me what the max bid is on those adorable undies of yours. That way your bestest fan ever (me) can snipe the auction at the very end ensuring I get the item and you get top dollar for it! Whatcha say baby? Promise I won\'t tell anyone.. :D'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('31', '17c8077e05', 'Wolf- Surprisingly, there is no max bid:) We are crazy! I am betting on them being yours; let the games begin! V You should tell me what the max bid is on those adorable undies of yours. That way your bestest fan ever (me) can snipe the auction at the very end ensuring I get the item and you get top dollar for it! Whatcha say baby? Promise I won\'t tell anyone.. Very Happy'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('32', '17c8077e05', 'Wolf- Surprisingly, there is no max bid:) We are crazy! I am betting on them being yours; let the games begin! V You should tell me what the max bid is on those adorable undies of yours. That way your bestest fan ever (me) can snipe the auction at the very end ensuring I get the item and you get top dollar for it! Whatcha say baby? Promise I won\'t tell anyone.. Very Happy'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('33', '17a610fdf7', 'I didn\'t win. Don\'t suppose you have some consolation panties for me? :( I jacked the price up a bit at least for you, heh.'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('34', '17a610fdf7', 'I didn\'t win. Don\'t suppose you have some consolation panties for me? :( I jacked the price up a bit at least for you, heh.'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('35', '5d79295420', 'lol...So sorry you didn\'t win. But of course:) If you would be so kind as to help out our fundraiser, I will send you something special. much love! V :)'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('36', '5d79295420', 'lol...So sorry you didn\'t win. But of course:) If you would be so kind as to help out our fundraiser, I will send you something special. much love! V :)'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('37', '95d1a7db1f', 'How do I help out your fundrasier? And just what would you send me?? ;D'); INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES('38', '95d1a7db1f', 'How do I help out your fundrasier? And just what would you send me?? ;D'); # # TABLE: phpbb_ranks # DROP TABLE IF EXISTS phpbb_ranks; CREATE TABLE phpbb_ranks( rank_id smallint(5) unsigned NOT NULL auto_increment, rank_title varchar(50) NOT NULL, rank_min mediumint(8) NOT NULL, rank_special tinyint(1), rank_image varchar(255), PRIMARY KEY (rank_id) ); # # Table Data for phpbb_ranks # INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_special, rank_image) VALUES('1', 'Site Admin', '-1', '1', NULL); # # TABLE: phpbb_search_results # DROP TABLE IF EXISTS phpbb_search_results; CREATE TABLE phpbb_search_results( search_id int(11) unsigned NOT NULL, session_id varchar(32) NOT NULL, search_time int(11) NOT NULL, search_array mediumtext NOT NULL, PRIMARY KEY (search_id), KEY session_id (session_id) ); # # Table Data for phpbb_search_results # INSERT INTO phpbb_search_results (search_id, session_id, search_time, search_array) VALUES('892879821', '687fad30c815fd2b9e0386bd04742b27', '1192343037', 'a:7:{s:14:\"search_results\";s:2:\"52\";s:17:\"total_match_count\";i:1;s:12:\"split_search\";N;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:12:\"show_results\";s:5:\"posts\";s:12:\"return_chars\";i:200;}'); INSERT INTO phpbb_search_results (search_id, session_id, search_time, search_array) VALUES('1679314789', 'f1a6654d8190fc915c7875d47e0dd7d2', '1192343093', 'a:7:{s:14:\"search_results\";s:55:\"53, 54, 56, 57, 58, 59, 60, 97, 132, 133, 134, 136, 143\";s:17:\"total_match_count\";i:13;s:12:\"split_search\";N;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:12:\"show_results\";s:5:\"posts\";s:12:\"return_chars\";i:200;}'); # # TABLE: phpbb_search_wordlist # DROP TABLE IF EXISTS phpbb_search_wordlist; CREATE TABLE phpbb_search_wordlist( word_text varchar(50) binary NOT NULL, word_id mediumint(8) unsigned NOT NULL auto_increment, word_common tinyint(1) unsigned NOT NULL, PRIMARY KEY (word_text), KEY word_id (word_id) ); # # Table Data for phpbb_search_wordlist # INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('work', '62', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('warning', '61', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('phpbb', '3', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('upset', '60', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('two', '59', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tubes', '58', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sucks', '57', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('such', '56', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('respond', '55', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pretty', '54', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hacked', '53', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('godlike', '52', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('one', '26', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('myspace', '25', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('important', '238', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fixed', '21', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('link', '19', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('merch', '20', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('feet', '51', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('emails', '50', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('determined', '49', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('delete', '48', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('control', '47', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('care', '46', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('back', '45', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('years', '63', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('3', '64', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fix', '65', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('slackers', '66', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wow', '67', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('amount', '68', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('appreciative', '69', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('checking', '70', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cool', '71', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('curse', '72', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('draculas', '73', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fans', '74', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('few', '75', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('first', '76', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gets', '77', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('great', '78', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('happy', '79', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hopefully', '80', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('img', '81', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('invite', '82', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ladyv', '83', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('least', '84', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('losing', '85', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('loyal', '86', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('neat', '87', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('past', '88', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plan', '89', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('popin', '90', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('real', '91', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rent', '92', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rented', '93', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sad', '94', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seeing', '95', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sheeesh', '96', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('still', '97', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tell', '98', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thing', '99', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('things', '100', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thought', '101', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('transmorphers', '102', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weekend', '103', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('while', '104', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wondered', '105', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('you', '106', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('add', '107', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('atigershunger', '108', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('communicating', '109', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forum', '110', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hacking', '111', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hear', '112', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hey', '113', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('injury', '114', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('insult', '115', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lack', '116', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('myspaces', '117', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sorry', '118', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sux', '119', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thanx', '120', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('totally', '121', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wether', '122', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('awesome', '123', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('choke', '124', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('friends', '125', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('glad', '126', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guys', '127', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('makes', '128', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('messed', '129', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('music', '130', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reason', '131', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reply', '132', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('requested', '133', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('settled', '134', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('someone', '135', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thanks', '136', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('word', '137', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('deleted', '138', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('happened', '139', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('luv', '140', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('soo', '141', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wondering', '142', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yur', '143', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('again', '144', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hah', '145', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ill', '146', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('live', '147', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yay', '148', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('acoustic', '149', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('butterfly', '150', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('closer', '151', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cover', '152', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('demo', '153', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('free', '154', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hunger', '155', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mp3s', '156', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wings', '157', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('angel', '158', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('black', '159', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('consequence', '160', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('demos', '161', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('descent', '162', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('devolution', '163', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fear', '164', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('girl', '165', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('heart', '166', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listing', '167', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('long', '168', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('named', '169', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('posting', '170', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rapture', '171', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('song', '172', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sun', '173', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('track', '174', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wait', '175', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wicked', '176', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('same', '275', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spooky', '203', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('caused', '266', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chris', '267', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('effect', '268', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('epic', '269', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fun', '270', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('life', '271', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listeners', '272', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nightmares', '273', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('regression', '274', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('album', '225', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('brains', '3819', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('anything', '2118', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ashamed', '3818', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('anxious', '3918', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('post', '341', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beautiful', '265', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('links', '239', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grown', '3820', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('victoria', '346', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('international', '3809', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('keyboardist', '254', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('apologies', '3817', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('boyfriend', '336', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wanted', '257', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('apply', '335', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('biblical', '259', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('double', '260', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('everything', '261', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pleasure', '262', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('twos', '263', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yea', '264', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seriously', '276', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sometimes', '277', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forums', '278', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('site', '279', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('trully', '280', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('azz', '281', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('different', '282', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kicking', '283', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('land', '284', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('movies', '285', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('norm', '286', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('opinion', '287', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('overall', '288', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('role', '289', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('story', '290', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('storyline', '291', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('unique', '292', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vampire', '293', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('band', '294', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bands', '295', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bit', '296', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('consider', '297', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('currently', '298', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dramatic', '299', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('duet', '300', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('edgy', '301', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('evanescence', '302', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fan', '303', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hello', '304', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('huge', '305', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listen', '306', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('loud', '307', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('love', '308', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('market', '309', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('performer', '310', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('personally', '311', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reminds', '312', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sametime', '313', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('soothing', '314', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sound', '315', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tone', '316', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('u', '317', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vicky', '318', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hacks', '319', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('heres', '320', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('job', '321', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('original', '322', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sight', '323', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('till', '324', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('whipping', '325', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('birthday', '326', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blow', '327', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('condle', '328', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('enjoy', '329', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mike', '330', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('special', '331', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('treat', '332', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wish', '333', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yourself', '334', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wave', '448', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('acts', '3816', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('think', '446', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('success', '445', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('email', '2124', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('access', '3815', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shows', '441', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('show', '440', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tshirt', '3814', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shipping', '3813', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('poster', '3812', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('make', '434', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('option', '3811', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('noticed', '3810', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hope', '429', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('register', '3871', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('people', '2134', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cheers', '3801', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('buy', '449', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drinks', '450', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('germany', '451', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kaiserslautern', '452', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('keep', '453', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rockin', '454', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stop', '455', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sweetness', '456', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('woohoo', '457', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yall', '458', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bday', '459', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('behalf', '460', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drink', '461', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('killr', '462', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lady', '463', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('party', '464', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ur', '465', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('account', '466', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('berry', '467', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('divine', '468', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drop', '469', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('farm', '470', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grandfather', '471', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('group', '472', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('interesting', '473', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('knotts', '474', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('madness', '475', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('parachute', '476', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rock', '477', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shock', '478', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weeks', '479', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dads', '480', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('flying', '481', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('high', '482', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wink', '483', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('events', '484', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('secret', '485', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('today', '486', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('top', '487', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('always', '488', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sweet', '909', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('messages', '908', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('made', '907', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guess', '492', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lonely', '906', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('friendships', '905', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('difference', '904', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('awww', '903', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('time', '497', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('diversity', '498', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('duets', '499', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('easier', '500', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('i', '501', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('picky', '502', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rufus', '503', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('usually', '504', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('valo', '505', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ville', '506', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wainwright', '507', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('amazing', '508', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cult', '509', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dream', '510', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('following', '511', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('minds', '512', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('movie', '513', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('power', '514', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sequel', '515', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('staying', '516', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ya', '517', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('burfday', '518', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('greatest', '519', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listening', '520', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('recorded', '521', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('right', '522', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('12542307', '523', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('288635914', '524', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blogged', '525', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blogid', '526', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('couple', '527', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('friendid', '528', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gotta', '529', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pain', '530', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('paralysis', '531', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sleep', '532', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('theater', '533', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('theory', '534', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('favorite', '535', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('inferno', '536', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('paradiso', '537', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('personal', '538', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sounds', '1146', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wonderland', '1310', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('photos', '1231', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('video', '821', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('victorias', '1309', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('turning', '1308', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('three', '1134', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('browsing', '1230', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('written', '1228', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('working', '1227', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reading', '813', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sexy', '1307', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('semi', '1306', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('scripted', '1305', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('perfect', '809', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rocky', '1304', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rain', '1303', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('purple', '1302', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('partly', '1301', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('originally', '1300', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('musical', '1299', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('whats', '1232', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('anyways', '594', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('date', '595', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('early', '596', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nice', '597', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('release', '598', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('speak', '599', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stages', '600', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lyrics', '800', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('art', '1229', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('afterlife', '1209', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('baby', '1210', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forget', '794', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('auctions', '3481', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('costs', '637', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('demoing', '638', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('end', '639', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('funds', '640', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gel', '641', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hitting', '642', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('material', '643', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('raising', '644', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('recording', '645', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rehearsing', '646', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('studio', '647', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tight', '648', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('year', '649', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('adding', '650', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('google', '651', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('popping', '652', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('searches', '653', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stuff', '654', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cano', '1212', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('check', '1213', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cause', '788', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('additions', '3480', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dreams', '1215', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('entirely', '3479', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ethnicities', '3647', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('write', '824', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blog', '3471', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('allright', '826', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('artists', '827', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chance', '828', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('curious', '829', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('decided', '830', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('doing', '831', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('finally', '832', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hallow', '833', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hobbies', '834', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ive', '835', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jump', '836', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('school', '837', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('anyone', '838', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dave', '839', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hasnt', '840', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seen', '841', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('videos', '842', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('start', '843', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('arrived', '844', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forward', '845', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('heard', '846', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('online', '847', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('songs', '848', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yesterday', '849', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('actually', '850', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('moment', '851', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tunes', '852', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('welcome', '853', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crickett', '854', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('filled', '855', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('happyness', '856', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('joy', '857', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('memories', '858', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pics', '859', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wiht', '860', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('damn', '861', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('million', '862', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('second', '863', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('short', '864', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('soooo', '865', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('worth', '866', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('2nd', '867', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('coin', '868', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('disc', '869', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('flipped', '870', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listenin', '871', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('months', '872', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('promise', '873', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tho', '874', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('won', '875', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('player', '876', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('agree', '877', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fav', '878', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('enough', '879', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('own', '880', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stand', '881', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('appeared', '882', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('list', '883', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('asked', '884', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cloning', '885', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('course', '886', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('engaged', '887', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('faq', '888', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('funny', '889', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('honey', '890', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('humans', '891', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kick', '892', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kids', '893', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('laughs', '894', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('living', '895', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('marry', '896', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('patient', '897', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('quot', '898', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('response', '899', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('room', '900', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('walked', '901', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wife', '902', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('camera', '942', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('closeup', '943', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crazy', '944', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('director', '945', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eyes', '946', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forming', '947', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lcd', '948', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('leigh', '949', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('magical', '950', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('month', '951', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('born', '941', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shot', '952', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('singing', '953', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('star', '954', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thinking', '955', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yep', '956', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lives', '1218', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('foriegn', '3648', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('loved', '3475', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reference', '3474', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('played', '1223', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('enjoyed', '3473', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('comment', '3472', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('scene', '1145', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('creative', '1144', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bathtub', '1143', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('meets', '1298', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('legend', '1297', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('horror', '1296', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('feature', '1295', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('expect', '1294', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('details', '1293', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dark', '1292', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('childhood', '1291', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cameos', '1290', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('epicenter', '1255', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('samples', '1256', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('soundtrack', '1257', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('based', '1289', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('autobiographical', '1288', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('alice', '1287', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('akin', '1286', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('actor', '1285', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('across', '1311', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reviews', '1312', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('80s', '1313', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('walls', '2014', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('waiting', '2013', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('visuals', '2012', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vicinity', '2011', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('albums', '1318', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('alive', '1319', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('variety', '2010', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('van', '2009', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('used', '2008', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('unusual', '2007', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('unleashing', '2006', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('undertaking', '2005', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tried', '2004', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thomas', '2003', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('telling', '2002', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tangible', '2001', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tales', '2000', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sylvia', '1999', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('surface', '1998', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stylistically', '1997', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('strong', '1996', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('berlin', '1336', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('strangely', '1995', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stoker', '1994', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('starcrossed', '1993', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stage', '1992', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sponsored', '1991', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('speed', '1990', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bram', '1343', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('songwriters', '1989', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('songwriter', '1988', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('solo', '1987', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('solid', '1986', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('socrates', '1985', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('smile', '1984', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('canos', '1350', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('slow', '1983', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('singersongwriters', '1982', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('simon', '1981', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('similar', '1980', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('siblings', '1979', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('com', '1357', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('combination', '1358', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('showcases', '1978', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shostakovich', '1977', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shelley', '1976', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shaw', '1975', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shakespeare', '1974', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seven', '1973', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('composer', '1365', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('composers', '1366', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sergey', '1972', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('separates', '1971', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sense', '1970', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seem', '1969', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crawfords', '1371', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('secluded', '1968', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('create', '1373', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('creating', '1374', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seamlessly', '1967', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('danny', '1376', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('schoenberg', '1966', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sarah', '1965', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('s', '1964', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('romance', '1963', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('respect', '1962', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reputation', '1961', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('remember', '1960', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rare', '1959', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('radio', '1958', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('racing', '1957', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rachel', '1956', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('quite', '1955', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('queen', '1954', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('prokofiev', '1953', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('presentation', '1952', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('discs', '1392', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('possess', '1951', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('portman', '1950', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('popular', '1949', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('poets', '1948', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('poe', '1947', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('playing', '1946', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('easy', '1399', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plath', '1945', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pieces', '1944', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('piano', '1943', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('perhaps', '1942', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('performances', '1941', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('passion', '1940', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('elfman', '1406', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ourselves', '1939', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('opened', '1938', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('obvious', '1937', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('notably', '1936', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nope', '1935', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('equally', '1412', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('naturally', '1934', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('natural', '1933', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('naming', '1932', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('experience', '1416', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('naiveté', '1931', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('myself', '1930', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('musicians', '1929', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('muses', '1928', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('move', '1927', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('monis', '1926', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('film', '1423', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('model', '1925', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mode', '1924', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mixing', '1923', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('might', '1922', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('media', '1921', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('meaning', '1920', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mean', '1919', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mclachlan', '1918', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('maz', '1917', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('matter', '1916', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('massive', '1915', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mary', '1914', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('magnificent', '1913', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gothic', '1437', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ludwig', '1912', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lovers', '1911', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('longing', '1910', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('longer', '1909', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('loneliness', '1908', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('liszt', '1907', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('light', '1906', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('level', '1905', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('leaving', '1904', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kryptonite', '1903', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('julius', '1902', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jones', '1901', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('intimidating', '1900', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('instrument', '1899', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('impossible', '1452', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('inspirited', '1898', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('inspire', '1897', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('influenced', '1455', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('influences', '1456', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('insanity', '1896', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('infamous', '1895', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('industry', '1894', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('imagination', '1893', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('interview', '1461', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ibsen', '1892', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('however', '1891', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('historical', '1890', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('keys', '1465', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hildegard', '1889', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('last', '1467', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hide', '1888', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hidden', '1887', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('henrik', '1886', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('harpsichord', '1885', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('growing', '1884', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grounding', '1883', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grooves', '1882', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grimm', '1881', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('graduated', '1880', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('glowing', '1879', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('give', '1878', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('george', '1877', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('garfunkel', '1876', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('frustration', '1875', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mazze', '1482', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('friendly', '1874', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('franz', '1873', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('franklin', '1872', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('form', '1871', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('foremost', '1870', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('folk', '1869', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('focus', '1868', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('flexibility', '1867', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('feel', '1866', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fashion', '1865', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fairy', '1864', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fact', '1863', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('expressed', '1862', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('exposure', '1861', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('excited', '1860', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('excite', '1859', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('example', '1858', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('engineering', '1857', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('enchanting', '1856', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nunn', '1502', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('emily', '1855', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('elizabeth', '1854', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eliot', '1853', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('elegant', '1852', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('edison', '1851', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('edgar', '1850', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eccentricity', '1849', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eating', '1848', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eat', '1847', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('earliest', '1846', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('during', '1845', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drumming', '1844', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dose', '1843', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('doors', '1842', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dmitri', '1841', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('directions', '1840', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('project', '1519', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dinner', '1839', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('differ', '1838', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dickinson', '1837', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dichotomy', '1836', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('determinedly', '1835', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('desire', '1834', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('desert', '1833', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('redemption', '1527', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('describes', '1832', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('depeche', '1831', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('decision', '1830', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rides', '1531', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('debussy', '1829', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('david', '1828', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('davey', '1827', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('darkromance', '1826', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('current', '1825', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crawl', '1824', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('secrets', '1538', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('count', '1823', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('contemporary', '1822', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('concept', '1821', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('compound', '1820', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('companions', '1819', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('common', '1818', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('command', '1817', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('coming', '1816', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('comes', '1815', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('combine', '1814', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('collaboration', '1813', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('claude', '1812', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('singer', '1552', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('classically', '1811', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('classic', '1810', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chops', '1809', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('choice', '1808', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('caesar', '1807', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('byu', '1806', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('built', '1805', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('brothers', '1804', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bronte', '1803', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('brings', '1802', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bowie', '1801', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bond', '1800', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('starts', '1565', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('body', '1799', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blessed', '1798', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bingen', '1797', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bernard', '1796', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ben', '1795', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('behind', '1794', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('takes', '1572', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('talent', '1573', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('began', '1793', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beethoven', '1792', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('become', '1791', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('terri', '1577', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bachelors', '1790', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('autoharp', '1789', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('attended', '1788', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('artist', '1787', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('arrogance', '1786', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('arnold', '1785', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('area', '1784', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('antichrist', '1783', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('another', '1782', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('visual', '1587', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ambitious', '1781', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vocalist', '1589', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('allan', '1780', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('age', '1779', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('added', '1778', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('above', '1777', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('abilities', '1776', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('2005', '1595', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('absolutely', '1596', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('addiction', '1597', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('already', '1598', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('amp', '1599', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('approached', '1600', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ballad', '1601', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bass', '1602', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bassist', '1603', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beauty', '1604', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beginning', '1605', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('belonging', '1606', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blend', '1607', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blended', '1608', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blending', '1609', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('break', '1610', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chorus', '1611', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('classical', '1612', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('club', '1613', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('consists', '1614', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crawford', '1615', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('critics', '1616', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dance', '1617', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dantelike', '1618', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('debut', '1619', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('demonstrate', '1620', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('demonstrates', '1621', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('demonstrating', '1622', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('described', '1623', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dismiss', '1624', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('driving', '1625', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drummer', '1626', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drums', '1627', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dubbed', '1628', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('electricpop', '1629', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('electronic', '1630', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('elements', '1631', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('elfmans', '1632', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ends', '1633', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('established', '1634', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('features', '1635', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('featuring', '1636', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('followed', '1637', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('formed', '1638', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('founding', '1639', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('freedom', '1640', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('future', '1641', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('greater', '1642', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('groups', '1643', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guides', '1644', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guitar', '1645', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guitarist', '1646', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hard', '1647', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('haunted', '1648', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('haunting', '1649', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hearing', '1650', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('heaven', '1651', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('heights', '1652', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hell', '1653', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('helping', '1654', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('highly', '1655', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hook', '1656', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('influence', '1657', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('journey', '1658', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('keyboards', '1659', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kicks', '1660', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('l', '1661', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('leaves', '1662', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('led', '1663', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lifts', '1664', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lines', '1665', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listener', '1666', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('luce', '1667', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('making', '1668', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mazzes', '1669', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('members', '1670', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('michael', '1671', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mix', '1672', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mixture', '1673', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('moni', '1674', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('monsters', '1675', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('name', '1676', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('offer', '1677', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('operatic', '1678', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pace', '1679', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('patrick', '1680', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('poetical', '1681', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pop', '1682', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('powerful', '1683', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('precious', '1684', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('quasi', '1685', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('raises', '1686', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('range', '1687', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ready', '1688', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reccomend', '1689', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('releases', '1690', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('review', '1691', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ride', '1692', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('scaria', '1693', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('scenes', '1694', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('screams', '1695', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seems', '1696', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sets', '1697', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('signature', '1698', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('simply', '1699', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('since', '1700', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('singers', '1701', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sold', '1702', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sorrow', '1703', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spin', '1704', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('style', '1705', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('taking', '1706', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('themselves', '1707', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thumping', '1708', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('title', '1709', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('toned', '1710', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('total', '1711', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('touch', '1712', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tracks', '1713', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('trip', '1714', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('voice', '1715', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wanting', '1716', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('–showing', '1717', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('air', '1718', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('attest', '1719', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blogspot', '1720', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('breathtaking', '1721', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('buffers', '1722', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('burke', '1723', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('caches', '1724', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('captivating', '1725', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('caught', '1726', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('celeste', '1727', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('compilation', '1728', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('credit', '1729', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cross', '1730', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('curiously', '1731', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('darkness', '1732', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dialup', '1733', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('distortion', '1734', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('due', '1735', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dvd', '1736', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('enamored', '1737', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('familiar', '1738', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('frank', '1739', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fronted', '1740', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('full', '1741', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fully', '1742', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('glitches', '1743', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gualtier', '1744', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guest', '1745', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guitars', '1746', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hanging', '1747', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hybrid', '1748', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('included', '1749', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('indietour', '1750', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('johnny', '1751', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lean', '1752', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lear', '1753', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('length', '1754', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lijie', '1755', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('may', '1756', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mental', '1757', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('perform', '1758', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('perks', '1759', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('phoenix', '1760', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('profile', '1761', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('read', '1762', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('recently', '1763', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('releasing', '1764', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('replay', '1765', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('run', '1766', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stars', '1767', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('status', '1768', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stokers', '1769', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('streaming', '1770', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('timbre', '1771', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('towards', '1772', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('viewed', '1773', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vox', '1774', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wind', '1775', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wellknown', '2015', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('william', '2016', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('youve', '2017', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eps', '2033', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('complete', '2032', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('suprise', '2031', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('push', '2030', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jealousy', '2029', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hero', '2028', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('glisten', '2027', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('confessional', '2026', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('help', '2034', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('raise', '2035', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('actual', '2043', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('afford', '2044', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('artwork', '2045', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('auction', '2046', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('auctioning', '2047', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('birdcage', '2048', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('business', '2049', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cappuccino', '2050', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('china', '2051', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('created', '2052', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dresses', '2053', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ebay', '2054', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('exclusively', '2055', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('finance', '2056', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fundraising', '2057', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gentle', '2058', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hair', '2059', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hand', '2060', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ideas', '2061', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('items', '2062', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jewelry', '2063', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kind', '2064', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('labels', '2065', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('locks', '2066', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('machine', '2067', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('natoinal', '2068', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('next', '2069', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('odds', '2070', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('photoshoots', '2071', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plates', '2072', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('possesions', '2073', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('properly', '2074', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('quick', '2075', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('record', '2076', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('roll', '2077', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sell', '2078', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('selling', '2079', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('signed', '2080', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sleeves', '2081', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spirit', '2082', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tour', '2083', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('various', '2084', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('whole', '2085', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wonderful', '2086', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('worn', '2087', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('choose', '3406', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seperate', '3405', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reprint', '3404', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('released', '3403', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('projekt', '3402', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cdbaby', '2093', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('picked', '3401', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('order', '3400', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('expense', '3399', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('expecations', '3398', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('exceeded', '3397', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('disk', '3396', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('itunes', '2100', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('december', '3395', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('paypal', '2102', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('copy', '3394', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('probably', '2104', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cases', '3393', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('box', '3392', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('available', '3391', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sales', '2108', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('06', '3390', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('snocap', '2110', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('awiting', '2111', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('finished', '2112', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('product', '2113', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tdm', '2114', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('twisted', '2115', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('problems', '2136', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reasons', '2137', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('souls', '2141', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('started', '2143', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('turn', '2145', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('backup', '2146', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('clones', '2147', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hoping', '2148', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plus', '2149', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('press', '2150', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vocals', '2151', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weird', '2529', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wedding', '2528', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wed', '2527', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('website', '2526', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wear', '2525', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vase', '2524', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('update', '2523', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('twin', '2522', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('touring', '2521', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('told', '2520', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tmz', '2519', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('the', '2518', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('team', '2517', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('taste', '2516', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('talk', '2515', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('surprised', '2514', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sure', '2513', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('studly', '2512', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('street', '2511', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stores', '2510', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stations', '2509', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('starters', '2508', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sort', '2507', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('somethin', '2506', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('smash', '2505', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sister', '2504', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('simple', '2503', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sign', '2502', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('showed', '2501', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ship', '2500', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('setup', '2499', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sent', '2498', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('send', '2497', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('runs', '2496', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('roxy', '2495', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rose', '2494', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('request', '2493', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('removed', '2492', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('relationship', '2491', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('related', '2490', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('recordings', '2489', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reach', '2488', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('props', '2487', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('profits', '2486', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('preliminary', '2485', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('postcard', '2484', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('poodle', '2483', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('poetry', '2482', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('play', '2481', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plaid', '2480', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('philosophy', '2479', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pays', '2478', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pay', '2477', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('parties', '2476', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('paris', '2475', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('paid', '2474', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('otherwise', '2473', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('options', '2472', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('official', '2471', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('occasionally', '2470', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nerds', '2469', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nature', '2468', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mysticism', '2467', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mp3', '2466', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('message', '2465', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('major', '2464', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mailing', '2463', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('madonna', '2462', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lumberjacks', '2461', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('loves', '2460', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('loose', '2459', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('local', '2458', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('licensing', '2457', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lets', '2456', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('label', '2455', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('la', '2454', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('itself', '2453', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hmmmm', '2452', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hilton', '2451', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hillbillies', '2450', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('herself', '2449', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('happens', '2448', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('happen', '2447', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guests', '2446', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('goto', '2445', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('goes', '2444', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gods', '2443', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gives', '2442', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gift', '2441', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('frequently', '2440', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('family', '2439', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('excellent', '2438', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('evil', '2437', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('electric', '2436', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drumroll', '2435', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('download', '2434', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('donations', '2433', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('directly', '2432', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('definition', '2431', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cousin', '2430', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('corrupt', '2429', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('considered', '2428', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('connect', '2427', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('confusing', '2426', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cobwebs', '2425', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('clearing', '2424', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chinese', '2423', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('child', '2422', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cd', '2421', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('category', '2420', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bridesmaids', '2419', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blast', '2418', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bills', '2417', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beverly', '2416', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('believe', '2415', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('banner', '2414', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('backed', '2413', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('axl', '2412', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('autograph', '2411', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('answers', '2410', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('admire', '2409', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('accidently', '2408', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('academic', '2407', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('abnormality', '2406', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('able', '2405', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('000', '2404', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wonder', '3369', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('win', '3368', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wilderness', '3367', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wickedly', '3366', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('whispering', '3365', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('whisper', '3364', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wheel', '3363', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weve', '3362', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weep', '3361', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weapon', '3360', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weak', '3359', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ways', '3358', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('waters', '3357', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('watch', '3356', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wasted', '3355', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('waste', '3354', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wash', '3353', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('warned', '3352', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('warmth', '3351', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('warm', '3350', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wander', '3349', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('waited', '3348', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('violence', '3347', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vine', '3346', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('views', '3345', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('view', '3344', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('velvet', '3343', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('veins', '3342', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vain', '3341', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('us', '3340', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('unyielding', '3339', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('universe', '3338', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('unholy', '3337', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('unfilled', '3336', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('understood', '3335', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('understands', '3334', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('understand', '3333', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('underneath', '3332', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ugly', '3331', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('try', '3330', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('trust', '3329', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tricks', '3328', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('town', '3327', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tonight', '3326', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tomorrow', '3325', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('together', '3324', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tock', '3323', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tip', '3322', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tighter', '3321', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tick', '3320', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thrills', '3319', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thread', '3318', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('temptation', '3317', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tears', '3316', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tearing', '3315', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tear', '3314', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tale', '3313', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tainted', '3312', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sweetest', '3311', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('survive', '3310', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('surrounds', '3309', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('surrender', '3308', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('surreal', '3307', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sunlight', '3306', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('suicide', '3305', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('suffocation', '3304', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('strategic', '3303', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('strangers', '3302', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('strange', '3301', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('step', '3300', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('steals', '3299', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('steal', '3298', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stays', '3297', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stay', '3296', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('state', '3295', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('starlight', '3294', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('standing', '3293', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spotlight', '3292', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spiteful', '3291', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spirits', '3290', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spinning', '3289', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('soul', '3288', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sorrows', '3287', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('someday', '3286', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('soft', '3285', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('slips', '3284', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('slip', '3283', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sky', '3282', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('skin', '3281', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('skies', '3280', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('siren', '3279', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sip', '3278', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sin', '3277', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('silence', '3276', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('side', '3275', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shines', '3274', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shine', '3273', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shifting', '3272', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shelf', '3271', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shared', '3270', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shapes', '3269', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shadows', '3268', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('senses', '3267', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sensation', '3266', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('seasons', '3265', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('searching', '3264', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sea', '3263', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('scent', '3262', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('saying', '3261', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('savior', '3260', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('saving', '3259', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('save', '3258', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('satellites', '3257', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rolled', '3256', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rituals', '3255', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('revolution', '3254', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reveals', '3253', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('return', '3252', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rest', '3251', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('remission', '3250', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('remedy', '3249', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('remains', '3248', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('remain', '3247', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('regrets', '3246', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('refined', '3245', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reeling', '3244', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('redemptive', '3243', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reaction', '3242', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('quiet', '3241', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pyre', '3240', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('purity', '3239', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pure', '3238', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('psychological', '3237', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('promises', '3236', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('promised', '3235', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pride', '3234', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('price', '3233', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pretend', '3232', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pressure', '3231', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pray', '3230', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('possible', '3229', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('possibilities', '3228', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plentiful', '3227', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pleasures', '3226', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('planned', '3225', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('place', '3224', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('persuasions', '3223', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('penetrate', '3222', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('peal', '3221', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pavement', '3220', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('passing', '3219', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pass', '3218', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('part', '3217', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pale', '3216', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pacify', '3215', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('outside', '3214', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ordinary', '3213', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('olguin', '3212', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nights', '3211', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('night', '3210', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nearing', '3209', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('murdered', '3208', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('movement', '3207', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('morning', '3206', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('moon', '3205', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mood', '3204', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('moments', '3203', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mistaken', '3202', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('misery', '3201', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mirrors', '3200', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mind', '3199', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('midnight', '3198', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mia', '3197', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mercy', '3196', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('meant', '3195', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('meaningless', '3194', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mazzecanride', '3193', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('maze', '3192', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('matters', '3191', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('master', '3190', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('luck', '3189', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lovely', '3188', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lost', '3187', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lose', '3186', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lord', '3185', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lips', '3184', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('line', '3183', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('limit', '3182', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lift', '3181', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lies', '3180', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lie', '3179', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('letting', '3178', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('let', '3177', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('left', '3176', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('leave', '3175', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('leads', '3174', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lead', '3173', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('layer', '3172', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lay', '3171', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('laughter', '3170', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('late', '3169', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lasts', '3168', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('known', '3167', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('knowing', '3166', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('knew', '3165', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('knees', '3164', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kingdom', '3163', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kept', '3162', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('keeps', '3161', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jagged', '3160', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jaded', '3159', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('inverse', '3158', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('interest', '3157', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('inside', '3156', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('insane', '3155', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('innocence', '3154', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('imagine', '3153', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('im', '3152', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('illusions', '3151', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ignorance', '3150', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hypocrisy', '3149', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('honor', '3148', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('holding', '3147', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hold', '3146', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('history', '3145', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hellish', '3144', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('held', '3143', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('heavy', '3142', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hearts', '3141', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('heal', '3140', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('happiness', '3139', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hands', '3138', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guiding', '3137', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guide', '3136', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grip', '3135', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gravity', '3134', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grace', '3133', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('goodnight', '3132', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('giving', '3131', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ghosts', '3130', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('getting', '3129', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gather', '3128', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('game', '3127', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('further', '3126', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('funeral', '3125', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('friend', '3124', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forsaken', '3123', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forgetting', '3122', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('forever', '3121', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('foolish', '3120', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fool', '3119', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('follow', '3118', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('flows', '3117', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('float', '3116', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('flesh', '3115', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('flame', '3114', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fit', '3113', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fire', '3112', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('finding', '3111', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fill', '3110', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fight', '3109', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fiction', '3108', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fever', '3107', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('felt', '3106', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('feels', '3105', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('feeling', '3104', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('feast', '3103', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fears', '3102', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('favors', '3101', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fault', '3100', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fate', '3099', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fast', '3098', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fascinate', '3097', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fantasies', '3096', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('falls', '3095', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('falling', '3094', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fallen', '3093', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fall', '3092', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('failed', '3091', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fading', '3090', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('faded', '3089', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('fade', '3088', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('face', '3087', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('existance', '3086', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('everythings', '3085', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eternity', '3084', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('entertain', '3083', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('enter', '3082', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('endless', '3081', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('empty', '3080', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('emotions', '3079', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('embrace', '3078', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eloquence', '3077', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('elevate', '3076', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eduardo', '3075', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('edges', '3074', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('edge', '3073', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ease', '3072', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('earthworms', '3071', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('earth', '3070', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dust', '3069', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drug', '3068', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drown', '3067', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drive', '3066', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('drift', '3065', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dried', '3064', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('draws', '3063', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('distant', '3062', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dissolve', '3061', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('disposition', '3060', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('disguise', '3059', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('disease', '3058', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('disappeared', '3057', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dirty', '3056', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dirtiness', '3055', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('die', '3054', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('devoid', '3053', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('devils', '3052', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('detail', '3051', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('destiny', '3050', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('desolate', '3049', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('design', '3048', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('descends', '3047', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('descend', '3046', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('demand', '3045', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('delicate', '3044', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('defies', '3043', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('deep', '3042', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('decide', '3041', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('decent', '3040', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('deceive', '3039', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dear', '3038', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dawning', '3037', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('darker', '3036', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cynical', '3035', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('curiosity', '3034', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cure', '3033', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cry', '3032', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crush', '3031', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cruel', '3030', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('criminal', '3029', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('creeps', '3028', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('creep', '3027', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('conviction', '3026', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('contradiction', '3025', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('consciousness', '3024', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('connection', '3023', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('condition', '3022', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('complicated', '3021', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('colorful', '3020', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('collides', '3019', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cold', '3018', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('clouds', '3017', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('close', '3016', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('clock', '3015', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('clean', '3014', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('circle', '3013', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cheap', '3012', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('changing', '3011', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('changed', '3010', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('change', '3009', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chances', '3008', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cast', '3007', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('careful', '3006', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('came', '3005', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('calm', '3004', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('call', '3003', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('burns', '3002', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('burned', '3001', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('burn', '3000', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('build', '2999', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('broken', '2998', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bridge', '2997', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('breathe', '2996', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('breath', '2995', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bound', '2994', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bought', '2993', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('both', '2992', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bones', '2991', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blurry', '2990', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blistered', '2989', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blissful', '2988', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blinding', '2987', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blind', '2986', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bleed', '2985', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bleached', '2984', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('blame', '2983', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bitter', '2982', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bidding', '2981', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beyond', '2980', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beneath', '2979', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('below', '2978', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('belong', '2977', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('believer', '2976', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('begins', '2975', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bedroom', '2974', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('becomes', '2973', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beating', '2972', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beat', '2971', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bathed', '2970', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bastard', '2969', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('babe', '2968', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('awhile', '2967', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('away', '2966', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('awake', '2965', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('attention', '2964', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ascap', '2963', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('arms', '2962', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('appear', '2961', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('apart', '2960', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('anger', '2959', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('angels', '2958', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('alone', '2957', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ally', '2956', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('alibi', '2955', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('afraid', '2954', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('acquisition', '2953', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('2006', '2952', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('words', '3370', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('worthy', '3371', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('xrated', '3372', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yesterdays', '3373', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dumb', '3374', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('45rpm', '3375', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('classified', '3376', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ep', '3377', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('extended', '3378', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('generally', '3379', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('per', '3380', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('records', '3381', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('single', '3382', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stands', '3383', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('term', '3384', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vinyl', '3385', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('card', '3386', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('eta', '3387', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('oooh', '3388', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shibby', '3389', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('folks', '3407', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pressed', '3408', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('favourites', '3409', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('several', '3428', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('idea', '3427', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('head', '3426', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('he', '3425', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('designed', '3424', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('completely', '3423', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cds', '3422', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('called', '3421', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sketches', '3418', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bottom', '3419', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tons', '3420', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('usual', '3429', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crossed', '3430', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hmm', '3431', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mwahaha', '3432', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('faculties', '3433', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('figured', '3434', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gorgeous', '3435', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('guy', '3436', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hadnt', '3437', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('male', '3438', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('species', '3439', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('woman', '3440', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('amos', '3441', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('crucify', '3442', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hawt', '3443', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('mistress', '3444', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tori', '3445', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('vid', '3446', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wanna', '3447', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('booklet', '3448', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bribe', '3449', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dearest', '3450', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ehusband', '3451', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('married', '3452', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('money', '3453', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shes', '3454', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wolfkiller', '3455', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wonders', '3456', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('yous', '3457', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('douple', '3458', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wonderin', '3459', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('charlie', '3469', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chaplain', '3468', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('preparing', '3470', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gary', '3482', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('opens', '3483', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('posted', '3484', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('accent', '3485', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('american', '3486', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('english', '3487', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('girls', '3488', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('lol', '3489', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tempt', '3490', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('v', '3491', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('weakness', '3492', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('america', '3493', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gunna', '3494', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('haha', '3495', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('relocate', '3496', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('becoming', '3497', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rapidly', '3498', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('confuse', '3499', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('faith', '3500', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('coast', '3501', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('midwest', '3502', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('west', '3503', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('backs', '3504', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('boys', '3505', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cards', '3506', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jacks', '3507', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('jokers', '3508', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kings', '3509', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('logo', '3510', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('merc', '3511', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('queens', '3512', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('greeting', '3513', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('pictures', '3514', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('private', '3515', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('batch', '3516', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('delicious', '3517', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('magic', '3518', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('girlband', '3519', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('looks', '3520', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('org', '3521', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plugs', '3522', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('subtle', '3523', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thrilled', '3524', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('case', '3529', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('produce', '3530', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('front', '3919', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('alizee', '3534', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('x', '3917', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('tickets', '3916', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('scheme', '3915', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sale', '3914', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('raffled', '3913', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('raffle', '3912', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('possiblity', '3911', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('particulars', '3910', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('offering', '3909', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('limited', '3908', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('legalities', '3907', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('involved', '3906', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('activate', '3889', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('board', '3890', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chose', '3891', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('click', '3892', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('info', '3893', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('net', '3894', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('prevent', '3895', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('process', '3896', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('registered', '3897', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('registration', '3898', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('reviewing', '3899', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('spam', '3900', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thedivinemadness', '3901', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('username', '3902', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('aucton', '3903', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('entities', '3904', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hairbrained', '3905', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('beyonce', '3671', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('unlike', '3655', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('motorcycle', '3654', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('calender', '3653', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('white', '3652', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('taino', '3651', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('somehow', '3650', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('native', '3649', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('prize', '3646', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('personalities', '3645', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hot', '3644', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('grand', '3643', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('expressions', '3642', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('sextape', '3609', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('washing', '3641', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wallet', '3640', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('kane', '3639', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('extra', '3638', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dough', '3637', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('cars', '3636', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('car', '3635', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('bikini', '3634', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('works', '3633', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('wasnt', '3632', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('ther', '3631', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('shelved', '3630', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('july', '3629', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('deployed', '3623', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('dvds', '3624', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('internet', '3625', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('onboard', '3626', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('youtube', '3627', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('featured', '3628', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('planning', '3861', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('newer', '3860', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('earlier', '3859', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('updated', '3858', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('knowles', '3726', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('slight', '3857', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('raw', '3856', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listed', '3855', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('energy', '3854', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('saved', '3853', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('direct', '3852', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('watched', '3851', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stunnin', '3850', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('main', '3849', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('gig', '3848', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('format', '3847', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('windows', '3846', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('threw', '3845', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('streamin', '3844', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('nude', '3741', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('set', '3843', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('load', '3842', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('photo', '3744', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hopeing', '3841', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('4', '3840', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('makin', '3839', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('listened', '3838', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chills', '3837', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('whatever', '3836', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('thrill', '3835', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rush', '3834', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('happily', '3833', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('golden', '3832', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('followers', '3831', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('chill', '3830', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('awaitin', '3829', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('stupid', '3828', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('standards', '3827', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('rude', '3826', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('respectfully', '3825', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('plain', '3824', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('offensive', '3823', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('low', '3822', '0'); INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('hurt', '3821', '0'); # # TABLE: phpbb_search_wordmatch # DROP TABLE IF EXISTS phpbb_search_wordmatch; CREATE TABLE phpbb_search_wordmatch( post_id mediumint(8) unsigned NOT NULL, word_id mediumint(8) unsigned NOT NULL, title_match tinyint(1) NOT NULL, KEY post_id (post_id), KEY word_id (word_id) ); # # Table Data for phpbb_search_wordmatch # INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '63', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '46', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '47', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '48', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '49', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '50', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '51', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '52', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '55', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '56', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1901', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2063', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2062', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1749', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('2', '239', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('2', '238', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('3', '19', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('3', '20', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '57', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '58', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '60', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '61', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '62', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('1', '53', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('4', '64', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('4', '65', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('4', '66', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('4', '67', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '62', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '61', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '60', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '58', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '57', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '56', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '55', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '52', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '51', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '50', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '49', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '48', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '47', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '46', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '63', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '68', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '69', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '70', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '72', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '73', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '74', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '75', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '77', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '80', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '81', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '82', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '83', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '84', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '85', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '86', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '87', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '88', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '89', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '90', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '91', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '92', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '93', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '94', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '95', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '96', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '97', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '98', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '101', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '102', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '103', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '105', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '106', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('5', '53', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '74', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '82', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '86', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '107', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '108', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '109', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '110', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '111', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '112', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '113', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '114', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '115', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '116', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '117', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '119', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '120', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '121', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('6', '122', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '48', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '80', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '82', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '110', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '123', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '124', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '125', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '126', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '128', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '129', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '131', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '132', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '133', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '135', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('7', '137', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '138', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '139', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '140', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '94', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '141', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '142', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '143', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('8', '25', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '21', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '126', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '145', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('9', '148', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '150', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '152', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '153', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '154', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '155', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '19', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '156', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '157', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '154', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('10', '156', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '155', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '158', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '159', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '160', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '161', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '162', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '163', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '164', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '165', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '166', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '167', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '168', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '169', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '170', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '171', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '173', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '174', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '176', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '167', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '171', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('11', '172', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '203', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '277', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '276', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '265', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '274', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '273', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '272', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '271', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '270', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '269', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '268', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '267', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '266', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '203', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '275', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '170', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '161', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '88', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '80', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '341', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3206', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '62', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '333', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '332', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3828', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3827', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '94', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3826', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('12', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2061', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2060', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2059', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1645', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3825', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3484', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('22', '336', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('22', '321', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('22', '335', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '259', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '261', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '263', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '264', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '260', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('15', '262', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('16', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('16', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('16', '45', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('17', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('17', '278', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('17', '126', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('17', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('17', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('17', '279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('17', '280', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '281', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '282', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '270', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '283', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '284', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '285', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '286', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '287', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '288', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '289', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '290', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '291', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '101', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '293', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '72', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('18', '73', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '113', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '296', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '297', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '299', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '300', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '301', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '302', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '305', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '306', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '307', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '309', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '310', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '311', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '312', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '313', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '314', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '316', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '317', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '318', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('19', '304', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '319', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '320', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '321', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '322', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '323', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '324', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '325', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '45', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('20', '126', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '326', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '327', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '328', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '329', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '330', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '331', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '332', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '257', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '333', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '334', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '326', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('21', '79', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2057', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2056', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2055', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2033', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1633', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2054', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2053', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1827', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2052', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2032', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2051', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2050', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2049', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2048', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2047', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2045', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '838', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '508', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2044', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2043', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '449', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '450', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '451', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '452', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '454', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '455', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '456', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '457', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('24', '458', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '459', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '460', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '326', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '461', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '320', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '429', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '462', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '463', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '464', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('25', '465', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('26', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('26', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('27', '466', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('27', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('27', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('28', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '467', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '469', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '470', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '75', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '471', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '472', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '473', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '474', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '476', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '478', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '479', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '467', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '470', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('30', '474', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('31', '480', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('31', '481', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('31', '482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('31', '330', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('31', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('31', '483', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('32', '484', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('32', '485', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('32', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('32', '486', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('32', '487', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '909', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '908', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '907', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '906', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '429', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '905', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '904', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '903', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('33', '488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '498', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '300', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '499', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '128', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '502', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '503', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '504', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '505', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '506', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('34', '507', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '508', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '327', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '509', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '72', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '73', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '510', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '511', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '305', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '512', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '514', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '515', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '516', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '293', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('35', '517', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('36', '518', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('36', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('37', '520', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('37', '522', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('37', '519', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('37', '521', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('37', '99', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '523', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '524', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '525', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '526', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '266', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '528', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '529', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '273', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '530', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '531', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '276', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '532', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '533', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '534', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('38', '479', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('39', '535', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('39', '536', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('39', '537', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('39', '538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1293', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1310', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1309', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('64', '1134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('64', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('64', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('64', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('64', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('63', '148', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('63', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('63', '326', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '487', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '954', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '203', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1307', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1306', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '485', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '446', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '303', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '1229', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '1232', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '1231', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '287', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '1230', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '1229', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('66', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '879', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '1392', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '869', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '1815', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3376', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3375', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '174', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '533', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '530', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '3475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '846', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '112', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('101', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('100', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '594', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '595', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '596', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '597', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '599', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '600', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('41', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('100', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('100', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '637', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '595', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '638', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '639', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '640', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '641', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '642', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '80', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '643', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '644', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '645', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '646', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '647', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '648', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('42', '649', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('43', '650', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('43', '651', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('43', '652', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('43', '653', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('43', '654', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('43', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('43', '497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('100', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('99', '483', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('99', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('99', '1146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('99', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '1215', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '3474', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '813', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '3473', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '3472', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '3471', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('40', '1209', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('44', '261', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('44', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('44', '800', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('44', '315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('45', '826', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('45', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('46', '326', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('46', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('46', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '827', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '828', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '830', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '831', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '261', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '832', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '833', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '834', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '836', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '271', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '837', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '326', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('47', '79', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '838', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '535', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '840', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '841', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('48', '78', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('49', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('49', '285', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('49', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('49', '841', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('49', '843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('49', '285', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '844', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '828', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '845', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '846', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '306', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '847', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('50', '849', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('51', '850', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('51', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('51', '279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('51', '852', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('51', '853', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '326', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '75', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '855', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '165', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '79', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '856', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '429', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '857', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '858', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '859', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '860', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '517', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '459', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('53', '333', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '296', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '152', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '861', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '862', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '863', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '864', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '865', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('54', '866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('55', '326', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('55', '79', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '867', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '788', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '868', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '869', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '870', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '306', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '871', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '872', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '873', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '863', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '455', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '874', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('56', '875', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('57', '876', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('57', '599', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('58', '877', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('58', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('58', '878', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('58', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '508', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '879', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '880', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '881', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '874', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '505', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('59', '517', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('60', '882', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('60', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('60', '883', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('60', '513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('60', '824', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '884', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '885', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '886', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '887', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '888', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '75', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '889', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '113', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '890', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '891', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '892', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '893', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '894', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '895', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '896', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '897', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '809', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '813', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '91', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '899', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '900', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '901', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '902', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('61', '866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '956', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '955', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '954', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '953', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '952', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '522', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '951', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '950', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '949', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '948', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '270', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '947', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '794', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '946', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '945', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '944', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '943', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '942', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '941', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('62', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1305', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1304', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '1146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '1145', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '1144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '1143', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('65', '123', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1302', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1301', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1300', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1299', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1297', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1296', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1291', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1290', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1289', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('68', '1256', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('68', '1257', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('68', '1255', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1288', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1287', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1286', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('67', '1285', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('69', '1311', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('69', '107', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('69', '488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('69', '239', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('69', '1312', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1482', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1461', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1292', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2017', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2016', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2015', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1776', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1777', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1778', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1779', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1780', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1589', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1781', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1587', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1782', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1783', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1784', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1785', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1786', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1787', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1788', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1789', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1790', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1577', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1791', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1792', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1793', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1573', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1572', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1794', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1795', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1796', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1797', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1798', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1799', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1565', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1800', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1801', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1802', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1803', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1804', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1805', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1806', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1807', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1808', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1809', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1810', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1811', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1552', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1812', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1813', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1814', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1815', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1816', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1817', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1818', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1819', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1820', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1822', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1823', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1824', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1825', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1826', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1827', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1828', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1531', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1830', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1831', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1832', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1833', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1834', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1836', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1837', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1838', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1519', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1840', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1841', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1844', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1845', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1846', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1847', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1849', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1850', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1852', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1853', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1855', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1502', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1856', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1857', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1858', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1859', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1860', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1861', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1862', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1863', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1864', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1865', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1867', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1868', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1869', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1870', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1871', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1872', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1873', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1874', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1875', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1876', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1877', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1878', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1879', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1880', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1881', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1882', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1883', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1884', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1885', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1886', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1887', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1888', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1467', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1889', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1465', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1890', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1891', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1892', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1461', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1893', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1894', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1895', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1896', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1456', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1455', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1897', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1452', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1899', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1900', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1901', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1902', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1903', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1904', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1905', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1906', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1907', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1908', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1909', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1910', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1911', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1912', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1437', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1913', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1914', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1915', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1916', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1917', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1918', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1919', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1920', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1921', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1922', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1923', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1924', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1925', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1423', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1926', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1927', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1928', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1929', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1930', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1931', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1416', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1932', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1933', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1934', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1412', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1935', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1936', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1937', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1938', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1939', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1406', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1940', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1941', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1942', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1943', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1944', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1945', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1399', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1946', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1947', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1948', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1949', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1950', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1951', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1392', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1952', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1953', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1954', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1955', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1956', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1957', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1958', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1959', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1960', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1961', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1962', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1964', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1965', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1966', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1376', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1967', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1374', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1373', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1968', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1371', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1969', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1970', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1971', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1972', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1366', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1365', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1973', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1974', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1975', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1976', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1977', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1978', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1358', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1357', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1979', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1980', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1981', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1982', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1983', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1350', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1984', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1985', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1986', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1987', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1988', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1989', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1343', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1990', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1991', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1992', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1993', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1994', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1995', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1336', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1996', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1997', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1998', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1999', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2000', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2001', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2002', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2003', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2004', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2005', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2006', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2007', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2008', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2009', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2010', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1319', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1318', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2011', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2012', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2013', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '2014', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1313', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1311', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1291', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '881', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '880', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '872', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '857', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '846', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '844', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '838', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '837', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '828', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '827', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1229', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1299', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1227', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '537', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '536', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '535', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '906', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '907', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '449', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '441', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '445', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '330', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '310', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '272', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '271', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '270', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '267', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '171', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '166', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '165', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '123', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '98', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '97', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '91', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '88', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '75', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '74', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '63', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '47', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '238', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '56', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '62', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '56', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '112', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '128', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '158', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '174', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '267', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '254', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '333', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '448', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '472', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '508', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '514', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '536', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '537', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1310', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '809', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1299', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '800', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1229', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1212', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '828', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '869', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1287', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1313', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1318', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1319', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1350', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1358', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1365', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1366', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1371', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1373', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1374', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1376', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1392', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1399', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1406', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1412', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1416', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1423', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1437', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1452', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1455', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1456', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1519', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1531', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1552', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1565', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1572', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1573', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1587', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1589', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1595', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1596', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1597', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1599', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1600', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1601', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1602', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1603', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1604', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1605', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1606', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1607', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1608', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1609', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1610', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1611', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1612', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1613', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1614', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1615', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1616', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1617', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1618', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1619', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1620', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1621', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1622', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1623', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1624', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1625', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1626', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1627', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1628', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1629', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1630', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1631', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1632', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1633', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1634', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1635', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1636', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1637', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1638', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1639', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1640', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1641', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1642', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1643', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1644', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1645', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1646', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1647', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1648', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1649', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1650', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1651', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1652', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1653', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1654', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1655', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1656', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1657', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1658', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1659', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1660', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1661', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1662', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1663', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1664', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1665', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1666', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1667', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1668', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1669', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1670', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1671', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1672', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1673', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1674', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1675', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1676', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1677', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1678', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1679', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1680', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1681', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1682', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1683', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1684', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1685', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1686', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1687', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1688', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1689', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1690', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1691', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1692', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1693', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1694', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1695', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1696', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1697', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1698', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1699', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1700', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1701', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1702', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1703', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1704', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1705', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1706', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1707', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1708', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1709', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1710', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1711', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1712', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1713', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1714', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1715', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1716', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1717', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '225', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '260', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1691', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('71', '1538', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '72', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '73', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '128', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '174', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '267', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '296', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '322', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '331', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1309', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '643', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1212', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '824', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '869', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '880', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1336', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1343', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1357', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1465', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1467', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1502', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1577', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1599', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1619', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1627', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1684', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1692', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1715', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1718', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1719', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1720', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1721', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1722', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1723', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1724', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1725', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1726', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1727', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1728', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1729', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1730', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1731', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1732', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1733', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1734', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1735', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1736', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1737', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1738', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1740', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1741', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1742', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1743', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1745', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1746', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1747', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1748', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1749', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1750', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1751', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1752', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1753', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1754', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1755', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1756', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1757', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1758', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1759', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1760', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1761', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1762', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1763', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1764', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1765', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1766', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1767', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1768', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1769', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1770', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1771', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1772', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1773', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1774', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1775', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1739', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1744', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1684', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('72', '1691', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '1963', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('70', '346', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '1318', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '533', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '530', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '174', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '533', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '2031', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '1527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '2030', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '530', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '167', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '2029', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '2028', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '2027', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '1636', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '2026', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '1816', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('73', '149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '1816', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2032', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2026', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2033', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '1636', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '640', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2027', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2034', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2028', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2029', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '530', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2030', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2035', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '1527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '1764', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2031', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '533', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('74', '2033', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3824', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '2134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '1677', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3823', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3206', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3822', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3177', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3820', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '74', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '879', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3819', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3818', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '69', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3817', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3816', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('131', '3815', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3813', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3809', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3814', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '2080', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3813', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '275', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3233', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3812', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3811', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3810', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '3809', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('130', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('129', '1146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3871', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2064', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2065', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2066', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '800', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2067', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1924', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2068', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2069', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2070', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '322', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1939', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2071', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2072', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2073', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2074', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2075', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2076', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2077', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2078', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2079', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2080', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2081', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2082', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1992', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '647', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '56', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2083', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2008', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2084', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1309', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2085', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2086', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2087', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '1228', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2046', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('75', '2054', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1702', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '97', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1702', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '2110', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1700', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '2080', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3405', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '863', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '2108', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1766', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3404', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3403', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3402', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '2104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3401', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '2102', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '537', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3400', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '19', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1467', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '2100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '536', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3399', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3398', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3397', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1735', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3396', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3395', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3394', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1357', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '2093', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3393', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3392', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3391', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '1318', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('76', '3390', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '2111', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '2112', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '2113', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '1700', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '2115', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '148', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '513', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '2114', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '1714', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('77', '1310', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('78', '885', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('78', '2059', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('78', '2066', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('78', '522', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('78', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('78', '1309', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '2146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '2147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '885', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '2148', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '2149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '2150', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '441', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '2151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('79', '264', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('82', '3374', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1538', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '800', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2032', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2471', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '888', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2404', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2405', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2406', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2407', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2408', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2409', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2410', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2411', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2412', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2413', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2414', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2415', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2416', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2417', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2418', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2419', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2420', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2421', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2422', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2423', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2424', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2425', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2426', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2427', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2428', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2429', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2430', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2431', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2432', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2433', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2435', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2436', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2437', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2438', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2439', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2441', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2442', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2443', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2444', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2445', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2447', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2448', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2449', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2450', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2451', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2452', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2454', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2455', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2456', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2457', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2458', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2459', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2460', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2461', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2462', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2463', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2464', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2465', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2466', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2467', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2469', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2470', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2472', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2473', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2474', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2476', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2478', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2479', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2480', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2481', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2483', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2484', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2485', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2486', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2487', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2489', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2490', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2491', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2493', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2494', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2495', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2496', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2498', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2499', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2502', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2503', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2504', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2505', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2506', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2507', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2508', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2509', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2510', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2511', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2512', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2514', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2515', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2516', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2517', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2518', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2519', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2520', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2521', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2522', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2523', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2524', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2525', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2526', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2528', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2529', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2110', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2108', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2102', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2093', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2086', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2083', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2080', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2076', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2069', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2034', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1766', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1756', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1700', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1692', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1676', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1670', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1653', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1610', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1599', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1816', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1871', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1878', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1896', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1437', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1423', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1946', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1958', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1985', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2007', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1313', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1286', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1287', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1289', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1256', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1290', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1291', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1296', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1297', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '954', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '897', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '896', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '891', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '886', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '885', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '884', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '883', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '879', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '873', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '863', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '846', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '832', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '827', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1213', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1212', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '654', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '649', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1210', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '800', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '600', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1300', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1301', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1302', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1304', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '809', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1305', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1309', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1310', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '1146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '519', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '907', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '908', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '487', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '464', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '449', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '2134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '441', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '296', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '264', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '270', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '267', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '168', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '154', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '137', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '125', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '112', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '110', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '107', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '97', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '77', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '70', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '50', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '20', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '19', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('80', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3373', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3372', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3371', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3370', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2952', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2953', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2954', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2955', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2956', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2957', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2958', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2959', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2960', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2961', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2962', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2963', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2964', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2965', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2966', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2967', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2968', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2969', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2970', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2971', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2972', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2973', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2974', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2975', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2976', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2977', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2978', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2979', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2980', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2981', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2982', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2983', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2984', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2985', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2986', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2987', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2988', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2989', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2990', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2991', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2992', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2993', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2994', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2995', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2996', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2997', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2998', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2999', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3000', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3001', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3002', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3003', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3004', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3005', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3006', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3007', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3008', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3009', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3010', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3011', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3012', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3013', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3014', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3015', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3016', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3017', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3018', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3019', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3020', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3021', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3022', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3023', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3024', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3025', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3026', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3027', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3028', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3029', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3030', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3031', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3032', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3033', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3034', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3035', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3036', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3037', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3038', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3039', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3040', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3041', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3042', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3043', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3044', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3045', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3046', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3047', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3048', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3049', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3050', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3051', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3052', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3053', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3054', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3055', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3056', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3057', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3059', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3060', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3061', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3062', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3063', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3064', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3065', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3066', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3067', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3068', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3069', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3070', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3071', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3072', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3073', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3074', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3075', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3076', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3077', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3078', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3079', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3080', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3081', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3082', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3083', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3084', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3085', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3086', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3087', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3088', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3089', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3090', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3091', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3092', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3093', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3094', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3095', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3096', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3097', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3098', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3099', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3101', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3102', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3103', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3105', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3106', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3107', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3108', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3109', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3110', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3111', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3112', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3113', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3114', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3115', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3116', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3117', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3119', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3120', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3121', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3122', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3123', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3124', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3125', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3126', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3128', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3129', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3131', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3132', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3133', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3135', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3137', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3138', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3139', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3140', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3141', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3142', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3143', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3145', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3148', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3150', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3152', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3153', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3154', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3155', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3156', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3157', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3158', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3159', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3160', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3161', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3162', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3163', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3164', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3165', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3166', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3167', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3168', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3169', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3170', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3171', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3173', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3174', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3176', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3177', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3178', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3179', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3180', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3181', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3182', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3183', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3184', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3185', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3186', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3187', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3188', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3189', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3190', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3191', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3192', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3193', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3194', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3195', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3196', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3197', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3198', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3199', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3200', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3201', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3202', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3203', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3204', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3205', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3206', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3207', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3208', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3209', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3210', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3211', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3212', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3213', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3214', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3215', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3216', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3217', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3218', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3219', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3220', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3221', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3222', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3223', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3224', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3226', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3227', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3228', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3229', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3230', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3231', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3232', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3233', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3234', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3235', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3236', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3237', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3238', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3239', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3240', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3241', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3242', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3243', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3244', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3245', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3246', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3247', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3248', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3249', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3250', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3251', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3252', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3253', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3254', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3255', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3256', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3257', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3258', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3259', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3261', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3262', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3263', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3264', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3265', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3266', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3267', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3268', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3269', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3270', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3271', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3272', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3273', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3274', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3275', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3276', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3277', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3278', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3280', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3281', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3282', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3283', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3284', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3285', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3286', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3287', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3288', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3289', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3290', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3291', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3293', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3296', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3297', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3299', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3300', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3301', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3302', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3304', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3305', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3306', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3307', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3309', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3310', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3311', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3312', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3313', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3314', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3316', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3317', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3318', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3319', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3320', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3321', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3322', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3323', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3324', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3325', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3326', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3327', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3328', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3329', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3330', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3331', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3332', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3333', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3334', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3335', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3336', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3337', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3338', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3339', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3340', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3342', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3343', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3344', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3345', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3347', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3348', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3349', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3350', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3351', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3352', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3353', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3354', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3355', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3356', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3357', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3358', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3359', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3360', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3361', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3362', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3363', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3364', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3365', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3366', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3367', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3368', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '3369', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2410', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2415', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2444', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2447', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2502', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2511', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2515', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2516', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2520', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2150', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2148', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2145', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2141', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2137', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2115', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2078', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2067', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2060', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2034', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2030', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2031', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2017', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1775', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1767', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1766', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1747', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1738', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1732', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1718', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1716', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1715', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1712', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1711', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1703', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1702', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1684', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1676', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1662', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1658', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1651', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1648', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1647', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1641', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1611', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1610', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1605', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1597', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1777', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1782', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1572', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1794', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1798', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1815', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1824', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1834', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1864', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1871', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1878', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1888', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1467', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1904', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1906', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1908', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1909', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1911', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1920', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1927', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1930', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1934', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1939', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1940', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1399', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1960', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1984', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1996', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2004', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1319', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2013', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1218', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '941', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '946', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '900', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '890', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '884', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '881', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '858', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '828', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '826', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1215', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '788', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '648', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '639', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '794', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1210', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '800', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '597', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1232', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '809', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1227', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '1146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '537', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '536', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '530', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '512', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '510', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '906', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '909', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '485', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '455', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '333', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '306', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '282', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '277', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '261', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '257', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '265', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '2118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '271', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '275', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '176', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '173', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '168', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '166', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '165', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '164', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '160', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '154', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '146', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '142', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '135', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '131', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '128', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '106', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '101', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '100', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '98', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '97', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '91', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '88', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '85', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '65', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '47', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('81', '56', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('82', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('82', '118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('82', '315', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('83', '845', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('83', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3375', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3376', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '1815', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '869', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '1392', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '879', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3377', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3378', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3379', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3380', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '2481', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '1223', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3381', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3275', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3382', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3383', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3384', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('84', '3385', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('85', '1318', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('85', '123', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('85', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('85', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('85', '2134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('85', '1959', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('86', '2954', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('86', '3386', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('86', '1729', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('86', '3387', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('86', '3388', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('86', '3389', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '1798', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '3406', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '3069', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '535', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '3407', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '1648', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '1684', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '3408', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '1527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '276', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '2085', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '535', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('87', '848', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '1824', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '260', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '3409', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '1641', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '2058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '306', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('88', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '101', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '2143', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3418', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3428', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '2497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1944', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '2134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '2069', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '25', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '520', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1901', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3427', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3426', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3425', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '74', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3424', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1827', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1374', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '2052', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3423', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1813', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3422', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '2421', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '3421', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '2045', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1787', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1229', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '1209', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '850', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '2964', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '326', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '3419', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '271', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '1668', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '478', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '3288', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('90', '2008', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '1229', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '303', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '112', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '597', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '3418', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '599', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '3420', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '71', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('91', '175', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('89', '104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('92', '2502', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('92', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('92', '3429', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '3430', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '2033', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '75', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '3129', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '3431', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '3199', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '3432', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '3400', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '101', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '3324', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('93', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '884', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3433', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3435', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3436', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3437', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3438', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '1919', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '1757', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '276', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3382', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3439', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '317', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('94', '3440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '3441', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '2967', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '1143', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '3442', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '3443', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '3444', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '312', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '1145', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '841', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '1700', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '3445', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '3446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('95', '3447', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3448', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3449', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3450', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3451', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '127', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3452', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '2069', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '2477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3454', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3455', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3456', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('96', '3457', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('97', '449', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('97', '854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('97', '3458', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('97', '3403', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('97', '3405', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('97', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('97', '3459', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3377', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '1227', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '479', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '955', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '533', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '1984', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '3405', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '645', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '3470', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '530', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '270', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '154', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '76', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '2033', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '2434', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '298', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '3469', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '3468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '2046', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('98', '149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3378', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3379', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3380', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '2481', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '1223', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3381', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3275', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3382', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3383', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3384', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('102', '3385', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '1696', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '3649', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '1676', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '1930', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '1756', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '1467', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '3648', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '2439', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '71', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '159', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '1798', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '2992', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '3422', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '886', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '3479', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '1648', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '892', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '2456', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '2030', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '1527', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '1538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '1703', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '487', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('104', '333', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '107', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '3480', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '2118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '2046', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '3481', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '2124', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '3482', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '1878', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '3427', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '3483', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '3484', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '2497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '56', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '2518', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('105', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '3485', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '3486', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '3487', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '3488', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '846', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '3489', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '1942', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '3490', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('106', '3491', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('107', '3492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('108', '2077', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('108', '468', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('108', '475', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('108', '2466', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('108', '1538', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('109', '3493', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('109', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('109', '3494', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('109', '3495', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('109', '3496', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('110', '3497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('110', '535', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('110', '2058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('110', '3498', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('110', '2058', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('111', '1605', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('111', '3499', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('111', '3500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('111', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('111', '1930', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('111', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('111', '3500', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '2118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '3501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '1736', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '3502', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '3503', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('112', '142', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3504', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3505', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3506', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '886', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3507', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3508', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3509', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3510', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '1668', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '1946', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3512', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '2114', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3427', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('113', '3511', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('114', '3513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('114', '3514', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('114', '341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('114', '2077', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('114', '3515', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('114', '346', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '850', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '2967', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '3516', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '3517', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '3427', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '20', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '2069', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '257', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('115', '3362', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '2966', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '74', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '3489', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '3518', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '1700', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '2516', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('116', '257', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '468', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '268', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '535', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '3520', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '3522', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '3523', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '2114', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '3524', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '479', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '3519', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('117', '3521', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3909', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '3447', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '2010', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '3491', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '292', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '441', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '275', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '3530', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '147', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '282', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '3529', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '295', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('118', '294', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '1922', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3908', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3907', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3639', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3906', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3143', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3847', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3904', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '282', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '595', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3903', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '1782', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '68', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('140', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('140', '492', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('140', '844', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3902', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '59', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '487', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3901', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '2002', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3900', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '2497', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '956', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '649', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '647', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '1764', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '171', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '3861', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '26', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '3860', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '3859', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '282', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '3801', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('139', '225', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3858', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '1713', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '173', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3857', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '1960', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3856', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '1761', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '322', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '872', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3849', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3189', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3855', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '155', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '75', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '904', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '1818', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '3422', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '45', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '123', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '1778', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('138', '1777', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '3853', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('126', '3654', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('126', '3653', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('126', '346', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('126', '477', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('126', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('126', '144', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('125', '3655', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('125', '841', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('125', '3654', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('125', '3653', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '3647', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '3652', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '446', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '99', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '3651', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '3650', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('103', '1700', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '1572', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '1687', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '3646', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '3645', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '3644', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '3643', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '2058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '3500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '3642', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('124', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '1668', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3427', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3638', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3637', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3641', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3353', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3640', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '2115', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '2104', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '1465', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3639', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '501', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '2060', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3435', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '2444', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '125', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3636', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3635', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('123', '3634', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '3500', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '3633', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '3632', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '3631', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '97', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '3630', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '3629', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '3500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '639', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('122', '1735', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '1343', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '151', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '72', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '3623', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '73', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '1736', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '3500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '2058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '3625', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '3626', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '522', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '2500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '1983', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '1769', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '821', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '3356', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '3627', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '468', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '3624', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '1295', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '475', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '130', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('120', '842', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '1736', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '3500', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '3628', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '2058', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '54', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '2513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('121', '102', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '3453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '3849', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '3188', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '19', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '3848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '3847', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '3852', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '1598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('137', '1596', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '3851', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '3850', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '3843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '3475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('136', '149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('135', '279', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('135', '440', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('135', '3849', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('135', '19', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('135', '3848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('135', '3847', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3841', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '320', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '517', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3459', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3846', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3845', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3844', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3843', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '131', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '91', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '341', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '876', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '1921', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '308', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3842', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '19', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '149', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('134', '3840', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '62', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '1134', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '848', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '172', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '3484', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '130', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '3839', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '3475', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '168', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '520', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '3838', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '453', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '78', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '861', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '3018', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('133', '3837', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3836', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '175', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '465', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '852', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3835', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3834', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '598', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '86', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3833', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3832', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3831', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '74', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '1859', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '854', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3830', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '2421', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('132', '3829', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '522', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3899', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3898', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3897', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3871', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3896', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '2136', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3895', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '538', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '897', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3894', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '1756', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '19', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3893', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '110', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '2124', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3892', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3891', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3801', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3890', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '3889', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('128', '466', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3910', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3911', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3912', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3913', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '2035', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3914', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '1702', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '101', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3916', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '866', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3917', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '1782', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3905', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('141', '3915', '1'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('142', '3918', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('142', '2118', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('142', '3919', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('142', '2447', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('142', '513', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('142', '142', '0'); INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) VALUES('142', '513', '1'); # # TABLE: phpbb_sessions # DROP TABLE IF EXISTS phpbb_sessions; CREATE TABLE phpbb_sessions( session_id char(32) NOT NULL, session_user_id mediumint(8) NOT NULL, session_start int(11) NOT NULL, session_time int(11) NOT NULL, session_ip char(8) NOT NULL, session_page int(11) NOT NULL, session_logged_in tinyint(1) NOT NULL, session_admin tinyint(2) NOT NULL, PRIMARY KEY (session_id), KEY session_user_id (session_user_id), KEY session_id_ip_user_id (session_id, session_ip, session_user_id) ); # # Table Data for phpbb_sessions # INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES('2d64b8c99c27bf8a14a64ac7c6d8510d', '2', '1192382254', '1192382254', '4753a81e', '0', '1', '1'); # # TABLE: phpbb_smilies # DROP TABLE IF EXISTS phpbb_smilies; CREATE TABLE phpbb_smilies( smilies_id smallint(5) unsigned NOT NULL auto_increment, code varchar(50), smile_url varchar(100), emoticon varchar(75), PRIMARY KEY (smilies_id) ); # # Table Data for phpbb_smilies # INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('1', ':D', 'icon_biggrin.gif', 'Very Happy'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('2', ':-D', 'icon_biggrin.gif', 'Very Happy'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('3', ':grin:', 'icon_biggrin.gif', 'Very Happy'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('4', ':)', 'icon_smile.gif', 'Smile'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('5', ':-)', 'icon_smile.gif', 'Smile'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('6', ':smile:', 'icon_smile.gif', 'Smile'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('7', ':(', 'icon_sad.gif', 'Sad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('8', ':-(', 'icon_sad.gif', 'Sad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('9', ':sad:', 'icon_sad.gif', 'Sad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('10', ':o', 'icon_surprised.gif', 'Surprised'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('11', ':-o', 'icon_surprised.gif', 'Surprised'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('12', ':eek:', 'icon_surprised.gif', 'Surprised'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('13', ':shock:', 'icon_eek.gif', 'Shocked'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('14', ':?', 'icon_confused.gif', 'Confused'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('15', ':-?', 'icon_confused.gif', 'Confused'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('16', ':???:', 'icon_confused.gif', 'Confused'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('17', '8)', 'icon_cool.gif', 'Cool'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('18', '8-)', 'icon_cool.gif', 'Cool'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('19', ':cool:', 'icon_cool.gif', 'Cool'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('20', ':lol:', 'icon_lol.gif', 'Laughing'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('21', ':x', 'icon_mad.gif', 'Mad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('22', ':-x', 'icon_mad.gif', 'Mad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('23', ':mad:', 'icon_mad.gif', 'Mad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('24', ':P', 'icon_razz.gif', 'Razz'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('25', ':-P', 'icon_razz.gif', 'Razz'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('26', ':razz:', 'icon_razz.gif', 'Razz'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('27', ':oops:', 'icon_redface.gif', 'Embarassed'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('28', ':cry:', 'icon_cry.gif', 'Crying or Very sad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('29', ':evil:', 'icon_evil.gif', 'Evil or Very Mad'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('30', ':twisted:', 'icon_twisted.gif', 'Twisted Evil'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('31', ':roll:', 'icon_rolleyes.gif', 'Rolling Eyes'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('32', ':wink:', 'icon_wink.gif', 'Wink'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('33', ';)', 'icon_wink.gif', 'Wink'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('34', ';-)', 'icon_wink.gif', 'Wink'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('35', ':!:', 'icon_exclaim.gif', 'Exclamation'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('36', ':?:', 'icon_question.gif', 'Question'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('37', ':idea:', 'icon_idea.gif', 'Idea'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('38', ':arrow:', 'icon_arrow.gif', 'Arrow'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('39', ':|', 'icon_neutral.gif', 'Neutral'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('40', ':-|', 'icon_neutral.gif', 'Neutral'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('41', ':neutral:', 'icon_neutral.gif', 'Neutral'); INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES('42', ':mrgreen:', 'icon_mrgreen.gif', 'Mr. Green'); # # TABLE: phpbb_themes # DROP TABLE IF EXISTS phpbb_themes; CREATE TABLE phpbb_themes( themes_id mediumint(8) unsigned NOT NULL auto_increment, template_name varchar(30) NOT NULL, style_name varchar(30) NOT NULL, head_stylesheet varchar(100), body_background varchar(100), body_bgcolor varchar(6), body_text varchar(6), body_link varchar(6), body_vlink varchar(6), body_alink varchar(6), body_hlink varchar(6), tr_color1 varchar(6), tr_color2 varchar(6), tr_color3 varchar(6), tr_class1 varchar(25), tr_class2 varchar(25), tr_class3 varchar(25), th_color1 varchar(6), th_color2 varchar(6), th_color3 varchar(6), th_class1 varchar(25), th_class2 varchar(25), th_class3 varchar(25), td_color1 varchar(6), td_color2 varchar(6), td_color3 varchar(6), td_class1 varchar(25), td_class2 varchar(25), td_class3 varchar(25), fontface1 varchar(50), fontface2 varchar(50), fontface3 varchar(50), fontsize1 tinyint(4), fontsize2 tinyint(4), fontsize3 tinyint(4), fontcolor1 varchar(6), fontcolor2 varchar(6), fontcolor3 varchar(6), span_class1 varchar(25), span_class2 varchar(25), span_class3 varchar(25), img_size_poll smallint(5) unsigned, img_size_privmsg smallint(5) unsigned, PRIMARY KEY (themes_id) ); # # Table Data for phpbb_themes # INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES('1', 'subSilver', 'subSilver', 'subSilver.css', '', 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', '10', '11', '12', '444444', '006600', 'FFA34F', '', '', '', NULL, NULL); INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES('2', 'AdInfinitum', 'Ad Infinitum', '', '', '', '', '', '', '', '', '', '2b2b2b', '3b3b3b', '', '', '', '', '', '', '', '', '', '', '', '', 'row1', 'row2', '', '', '', '', '0', '0', '0', '', 'c53d3f', 'd16B27', '', '', '', '0', '0'); # # TABLE: phpbb_themes_name # DROP TABLE IF EXISTS phpbb_themes_name; CREATE TABLE phpbb_themes_name( themes_id smallint(5) unsigned NOT NULL, tr_color1_name char(50), tr_color2_name char(50), tr_color3_name char(50), tr_class1_name char(50), tr_class2_name char(50), tr_class3_name char(50), th_color1_name char(50), th_color2_name char(50), th_color3_name char(50), th_class1_name char(50), th_class2_name char(50), th_class3_name char(50), td_color1_name char(50), td_color2_name char(50), td_color3_name char(50), td_class1_name char(50), td_class2_name char(50), td_class3_name char(50), fontface1_name char(50), fontface2_name char(50), fontface3_name char(50), fontsize1_name char(50), fontsize2_name char(50), fontsize3_name char(50), fontcolor1_name char(50), fontcolor2_name char(50), fontcolor3_name char(50), span_class1_name char(50), span_class2_name char(50), span_class3_name char(50), PRIMARY KEY (themes_id) ); # # Table Data for phpbb_themes_name # INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES('1', 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', ''); # # TABLE: phpbb_topics # DROP TABLE IF EXISTS phpbb_topics; CREATE TABLE phpbb_topics( topic_id mediumint(8) unsigned NOT NULL auto_increment, forum_id smallint(8) unsigned NOT NULL, topic_title char(60) NOT NULL, topic_poster mediumint(8) NOT NULL, topic_time int(11) NOT NULL, topic_views mediumint(8) unsigned NOT NULL, topic_replies mediumint(8) unsigned NOT NULL, topic_status tinyint(3) NOT NULL, topic_vote tinyint(1) NOT NULL, topic_type tinyint(3) NOT NULL, topic_first_post_id mediumint(8) unsigned NOT NULL, topic_last_post_id mediumint(8) unsigned NOT NULL, topic_moved_id mediumint(8) unsigned NOT NULL, PRIMARY KEY (topic_id), KEY forum_id (forum_id), KEY topic_moved_id (topic_moved_id), KEY topic_status (topic_status), KEY topic_type (topic_type) ); # # Table Data for phpbb_topics # INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('1', '1', 'Hacked!', '2', '972086460', '251', '8', '0', '0', '0', '1', '27', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('2', '2', 'Some important links', '2', '1185568642', '378', '7', '0', '0', '0', '2', '137', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('3', '3', 'Link to Merch', '2', '1185568805', '136', '0', '0', '0', '0', '3', '3', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('4', '6', 'Free mp3s!', '2', '1185588321', '250', '3', '0', '0', '0', '10', '100', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('5', '5', 'The Rapture song listing', '2', '1185588786', '256', '4', '0', '0', '0', '11', '139', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('6', '7', 'spooky', '2', '1185588901', '441', '6', '0', '0', '0', '12', '132', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('45', '3', 'International Shipping....', '35', '1186602417', '125', '1', '0', '0', '0', '130', '140', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('14', '9', 'Do you have a boyfriend?', '31', '1185605762', '429', '7', '0', '0', '0', '22', '109', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('9', '4', 'double the pleasure', '22', '1185591068', '100', '1', '0', '0', '0', '15', '56', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('10', '1', 'We are back!', '2', '1185591485', '272', '5', '0', '0', '0', '16', '52', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('11', '9', 'Dracula\'s Curse?', '13', '1185596124', '146', '1', '0', '0', '0', '18', '35', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('12', '9', 'Hello there', '25', '1185598812', '182', '2', '0', '0', '0', '19', '59', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('13', '9', 'Happy Birthday ! ! !', '26', '1185599462', '306', '8', '0', '0', '0', '21', '90', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('30', '3', 'Ebay Auction', '2', '1185773345', '494', '10', '0', '0', '0', '75', '129', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('16', '9', 'Knotts Berry Farm', '23', '1185627043', '130', '1', '0', '0', '0', '30', '31', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('17', '4', 'The greatest thing ever recorded!', '40', '1185634138', '141', '3', '0', '0', '0', '37', '57', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('18', '9', 'Happy Birthday. =D', '14', '1185649203', '121', '0', '0', '0', '0', '47', '47', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('19', '10', 'Great!', '35', '1185649973', '292', '4', '0', '0', '0', '48', '95', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('20', '9', 'Your Movies...', '35', '1185650482', '158', '1', '0', '0', '0', '49', '60', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('21', '9', 'What do you think of Fan Art?', '13', '1185767108', '156', '2', '0', '0', '0', '66', '91', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('22', '13', 'some details...', '2', '1185771603', '296', '3', '0', '0', '0', '67', '99', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('23', '11', 'Epicenter', '2', '1185771698', '124', '0', '0', '0', '0', '68', '68', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('24', '14', 'links to reviews', '2', '1185772583', '61', '0', '0', '0', '0', '69', '69', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('25', '14', 'Victoria Mazze Dark Romance interview', '2', '1185772728', '113', '0', '0', '0', '0', '70', '70', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('26', '14', '\'Secrets\' Double Album Review', '2', '1185772774', '122', '0', '0', '0', '0', '71', '71', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('27', '14', 'Precious EP review by Frank Gualtier', '2', '1185772824', '123', '0', '0', '0', '0', '72', '72', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('28', '15', 'theatre of pain', '2', '1185773096', '151', '1', '0', '0', '0', '73', '122', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('29', '1', '2 New EPs!', '2', '1185773219', '441', '8', '0', '0', '0', '74', '102', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('31', '4', 'Almost sold out!', '22', '1185774078', '188', '2', '0', '0', '0', '76', '93', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('32', '1', 'Official FAQ', '22', '1185805460', '165', '0', '0', '0', '0', '80', '80', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('33', '4', 'Complete Secrets Lyrics', '22', '1185805672', '124', '0', '0', '0', '0', '81', '81', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('34', '4', 'Favourite Songs?', '12', '1185822591', '187', '2', '0', '0', '0', '87', '104', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('35', '9', 'what ethnicities do you have?', '41', '1185986475', '147', '0', '0', '0', '0', '103', '103', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('36', '6', 'The Divine Madness - Secrets.mp3', '60', '1186133459', '147', '0', '0', '0', '0', '108', '108', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('37', '10', 'Gentle', '35', '1186167136', '118', '0', '0', '0', '0', '110', '110', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('38', '10', 'Faith', '35', '1186172991', '247', '3', '0', '0', '0', '111', '124', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('39', '9', 'Private question for Victoria...', '60', '1186228189', '160', '0', '0', '0', '0', '114', '114', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('40', '1', '#1 at GirlBand.Org !!!', '35', '1186270040', '161', '0', '0', '0', '0', '117', '117', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('44', '8', '*** HOW TO REGISTER ***', '2', '1186594284', '124', '0', '0', '0', '0', '128', '128', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('42', '10', 'Which DVDs feature Divine Madness music videos?', '19', '1186319686', '123', '1', '0', '0', '0', '120', '121', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('46', '9', 'Post that I saw this morning...', '43', '1186623133', '133', '0', '0', '0', '0', '131', '131', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('47', '3', 'just another hairbrained scheme', '43', '1189042973', '68', '0', '0', '0', '0', '141', '141', '0'); INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_vote, topic_type, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES('48', '13', 'Movie, Movie Movie...', '43', '1191891654', '16', '1', '0', '0', '0', '142', '143', '0'); # # TABLE: phpbb_topics_watch # DROP TABLE IF EXISTS phpbb_topics_watch; CREATE TABLE phpbb_topics_watch( topic_id mediumint(8) unsigned NOT NULL, user_id mediumint(8) NOT NULL, notify_status tinyint(1) NOT NULL, KEY topic_id (topic_id), KEY user_id (user_id), KEY notify_status (notify_status) ); # # Table Data for phpbb_topics_watch # INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('1', '4', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('1', '9', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('1', '13', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('11', '13', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('10', '33', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('13', '33', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('16', '23', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('18', '14', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('10', '47', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('13', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('4', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('9', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('17', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('19', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('12', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('20', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('21', '13', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('22', '45', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('21', '45', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('29', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('29', '13', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('30', '13', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('30', '45', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('28', '43', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('30', '43', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('38', '43', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('45', '35', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('46', '43', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('6', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('5', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('2', '20', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('5', '6', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('47', '43', '0'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('48', '43', '1'); INSERT INTO phpbb_topics_watch (topic_id, user_id, notify_status) VALUES('48', '20', '0'); # # TABLE: phpbb_user_group # DROP TABLE IF EXISTS phpbb_user_group; CREATE TABLE phpbb_user_group( group_id mediumint(8) NOT NULL, user_id mediumint(8) NOT NULL, user_pending tinyint(1), KEY group_id (group_id), KEY user_id (user_id) ); # # Table Data for phpbb_user_group # INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('1', '-1', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('2', '2', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('3', '3', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('4', '4', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('5', '5', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('6', '6', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('7', '7', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('8', '8', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('9', '9', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('10', '10', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('11', '11', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('12', '12', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('13', '13', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('14', '14', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('15', '15', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('16', '16', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('17', '17', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('18', '18', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('19', '19', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('20', '20', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('21', '21', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('22', '22', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('23', '23', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('24', '24', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('25', '25', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('26', '26', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('27', '27', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('28', '28', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('29', '29', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('30', '30', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('31', '31', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('32', '32', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('33', '33', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('34', '34', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('35', '35', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('36', '36', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('37', '37', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('38', '38', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('39', '39', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('40', '40', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('41', '41', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('42', '42', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('43', '43', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('44', '44', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('45', '45', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('46', '46', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('47', '47', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('48', '48', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('49', '49', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('50', '50', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('51', '51', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('52', '52', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('53', '53', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('54', '54', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('55', '55', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('56', '56', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('57', '57', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('58', '58', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('59', '59', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('60', '60', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('61', '61', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('62', '62', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('63', '63', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('64', '64', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('65', '65', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('66', '66', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('67', '67', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('68', '68', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('69', '69', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('70', '70', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('71', '71', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('72', '72', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('73', '73', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('74', '74', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('75', '75', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('76', '76', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('77', '77', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('78', '78', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('79', '79', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('80', '80', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('81', '81', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('82', '82', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('83', '83', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('84', '84', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('85', '85', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('86', '86', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('87', '87', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('88', '88', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('89', '89', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('90', '90', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('91', '91', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('92', '92', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('93', '93', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('94', '94', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('95', '95', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('96', '96', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('97', '97', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('98', '98', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('99', '99', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('100', '100', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('101', '101', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('102', '102', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('103', '103', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('104', '104', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('105', '105', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('106', '106', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('107', '107', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('108', '108', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('109', '109', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('110', '110', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('111', '111', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('112', '112', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('113', '113', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('114', '114', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('115', '115', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('116', '116', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('117', '117', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('118', '118', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('119', '119', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('120', '120', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('121', '121', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('122', '122', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('123', '123', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('124', '124', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('125', '125', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('126', '126', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('127', '127', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('128', '128', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('129', '129', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('130', '130', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('131', '131', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('132', '132', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('133', '133', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('134', '134', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('135', '135', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('136', '136', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('137', '137', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('138', '138', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('139', '139', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('140', '140', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('141', '141', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('142', '142', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('143', '143', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('144', '144', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('145', '145', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('146', '146', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('147', '147', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('148', '148', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('149', '149', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('150', '150', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('151', '151', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('152', '152', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('153', '153', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('154', '154', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('155', '155', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('156', '156', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('157', '157', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('158', '158', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('159', '159', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('160', '160', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('161', '161', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('162', '162', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('163', '163', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('164', '164', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('165', '165', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('166', '166', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('167', '167', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('168', '168', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('169', '169', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('170', '170', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('171', '171', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('172', '172', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('173', '173', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('174', '174', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('175', '175', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('176', '176', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('177', '177', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('178', '178', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('179', '179', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('180', '180', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('181', '181', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('182', '182', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('183', '183', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('184', '184', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('185', '185', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('186', '186', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('187', '187', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('188', '188', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('189', '189', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('190', '190', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('191', '191', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('192', '192', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('193', '193', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('194', '194', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('195', '195', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('196', '196', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('197', '197', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('198', '198', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('199', '199', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('200', '200', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('201', '201', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('202', '202', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('203', '203', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('204', '204', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('205', '205', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('206', '206', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('207', '207', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('208', '208', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('209', '209', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('210', '210', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('211', '211', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('212', '212', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('213', '213', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('214', '214', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('215', '215', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('216', '216', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('217', '217', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('218', '218', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('219', '219', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('220', '220', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('221', '221', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('222', '222', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('223', '223', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('224', '224', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('225', '225', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('226', '226', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('227', '227', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('228', '228', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('229', '229', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('230', '230', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('231', '231', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('232', '232', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('233', '233', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('234', '234', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('235', '235', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('236', '236', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('237', '237', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('238', '238', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('239', '239', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('240', '240', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('241', '241', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('242', '242', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('243', '243', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('244', '244', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('245', '245', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('246', '246', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('247', '247', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('248', '248', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('249', '249', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('250', '250', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('251', '251', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('252', '252', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('253', '253', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('254', '254', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('255', '255', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('256', '256', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('257', '257', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('258', '258', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('259', '259', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('260', '260', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('261', '261', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('262', '262', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('263', '263', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('264', '264', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('265', '265', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('266', '266', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('267', '267', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('268', '268', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('269', '269', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('270', '270', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('271', '271', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('272', '272', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('273', '273', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('274', '274', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('275', '275', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('276', '276', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('277', '277', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('278', '278', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('279', '279', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('280', '280', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('281', '281', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('282', '282', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('283', '283', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('284', '284', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('285', '285', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('286', '286', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('287', '287', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('288', '288', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('289', '289', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('290', '290', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('291', '291', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('292', '292', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('293', '293', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('294', '294', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('295', '295', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('296', '296', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('297', '297', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('298', '298', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('299', '299', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('300', '300', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('301', '301', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('302', '302', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('303', '303', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('304', '304', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('305', '305', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('306', '306', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('307', '307', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('308', '308', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('309', '309', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('310', '310', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('311', '311', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('312', '312', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('313', '313', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('314', '314', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('315', '315', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('316', '316', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('317', '317', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('318', '318', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('319', '319', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('320', '320', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('321', '321', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('322', '322', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('323', '323', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('324', '324', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('325', '325', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('326', '326', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('327', '327', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('328', '328', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('329', '329', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('330', '330', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('331', '331', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('332', '332', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('333', '333', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('334', '334', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('335', '335', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('336', '336', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('337', '337', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('338', '338', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('339', '339', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('340', '340', '0'); INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES('341', '341', '0'); # # TABLE: phpbb_users # DROP TABLE IF EXISTS phpbb_users; CREATE TABLE phpbb_users( user_id mediumint(8) NOT NULL, user_active tinyint(1) DEFAULT '1', username varchar(25) NOT NULL, user_password varchar(32) NOT NULL, user_session_time int(11) NOT NULL, user_session_page smallint(5) NOT NULL, user_lastvisit int(11) NOT NULL, user_regdate int(11) NOT NULL, user_level tinyint(4), user_posts mediumint(8) unsigned NOT NULL, user_timezone decimal(5,2) DEFAULT '0.00' NOT NULL, user_style tinyint(4), user_lang varchar(255), user_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL, user_new_privmsg smallint(5) unsigned NOT NULL, user_unread_privmsg smallint(5) unsigned NOT NULL, user_last_privmsg int(11) NOT NULL, user_login_tries smallint(5) unsigned NOT NULL, user_last_login_try int(11) NOT NULL, user_emailtime int(11), user_viewemail tinyint(1), user_attachsig tinyint(1), user_allowhtml tinyint(1) DEFAULT '1', user_allowbbcode tinyint(1) DEFAULT '1', user_allowsmile tinyint(1) DEFAULT '1', user_allowavatar tinyint(1) DEFAULT '1' NOT NULL, user_allow_pm tinyint(1) DEFAULT '1' NOT NULL, user_allow_viewonline tinyint(1) DEFAULT '1' NOT NULL, user_notify tinyint(1) DEFAULT '1' NOT NULL, user_notify_pm tinyint(1) NOT NULL, user_popup_pm tinyint(1) NOT NULL, user_rank int(11), user_avatar varchar(100), user_avatar_type tinyint(4) NOT NULL, user_email varchar(255), user_icq varchar(15), user_website varchar(100), user_from varchar(100), user_sig text, user_sig_bbcode_uid varchar(10), user_aim varchar(255), user_yim varchar(255), user_msnm varchar(255), user_occ varchar(100), user_interests varchar(255), user_actkey varchar(32), user_newpasswd varchar(32), PRIMARY KEY (user_id), KEY user_session_time (user_session_time) ); # # Table Data for phpbb_users # INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('-1', '0', 'Anonymous', '', '0', '0', '0', '1185567950', '0', '0', '0.00', NULL, '', '', '0', '0', '0', '0', '0', NULL, '0', '0', '1', '1', '1', '1', '0', '1', '0', '1', '0', NULL, '', '0', '', '', '', '', '', NULL, '', '', '', '', '', '', ''); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('2', '1', 'masterofthehouse', 'ee25daccabd94140ee1e0f7aaea0a3d9', '1192382250', '0', '1188092079', '1185567950', '1', '18', '0.00', '1', 'english', 'd M Y h:i a', '0', '0', '1185591421', '0', '0', NULL, '0', '0', '0', '1', '1', '1', '1', '1', '0', '1', '1', '1', '', '0', 'info@thedivinemadness.net', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('3', '1', 'Wolfkiller', '0f0f013bc33463f54084fae2def08a23', '1191724315', '0', '1190776595', '1185578405', '0', '6', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1189460198', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'WolfkillerXIII@hotmail.com', '', 'http://www.myspace.com/wolfkiller', '', '[img:b52d82cf3e]http://img.photobucket.com/albums/v284/Wolfkiller/unknownsigAR.jpg[/img:b52d82cf3e]', 'b52d82cf3e', 'WolfkillerXIII', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('4', '1', 'ATigersHunger', 'd18c17d33e8ad8cbd1514207b7a46210', '1185586925', '0', '1185583639', '1185579259', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '0', '1', '1', '1', '1', '0', '1', '1', '1', '0', '', '0', 'Mrw0915@aol.com', '', 'http://myspace.com/ATigersHunger', 'Okla-homer City :-)', '', '', 'Mrw0915@aol.com', 'Mrw0915@yahoo.com', 'ATigersHunger@hotmail.com', 'Software (Defense Contractor)', 'Many...just ask! :-)', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('5', '1', 'Gnome8', '97c2bd1615963162bd4e0caca037ba9e', '1185579457', '0', '1185579457', '1185579278', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'Stryker_gnome@hotmail.com', '', 'http://myspace.com/von_gnome', '', '', '', '', '', 'stryker_gnome@hotmail.com', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('6', '1', 'Dante_snake1116', 'd5f2cb5c190d63957c9ba557ba253a18', '1189278059', '0', '1189178685', '1185579498', '0', '1', '-5.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'dante_snake1116@yahoo.com', '', 'http://www.myspace.com/adrian_vertinelli', 'Cranston, RI', '', '', 'dantesnake1116', 'dante_snake1116', 'adrian_vergil_audron@hushmail.com', '', 'Music, games, and computers.', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('7', '1', 'crypticreference', 'd41e98d1eafa6d6011d3a70f1a5b92f0', '0', '0', '0', '1185580491', '0', '0', '-5.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'crypticreference@yahoo.com', '', '', '', '"I brought you some supper but if you\'d prefer a lecture, I\'ve a few very catchy ones prepped...sin and hellfire... one has lepers." --Firefly', '5805eb7c9d', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('8', '1', 'Crown Dave', 'ac0ddf9e65d57b6a56b2453386cd5db5', '1187133767', '1', '1187133621', '1185580634', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'Goforth117@aol.com', '', '', 'Tampa, Florida', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('9', '1', 'WintersDance', '4e9430284a41c4f8e88a4952c3563397', '1186612640', '0', '1186457763', '1185580750', '0', '1', '-8.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1185601365', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '', '0', 'eric@cgartdesigns.com', '', 'http://www.cgartdesigns.com', 'California', '', '', '', 'wintersdance', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('10', '1', 'kelse', 'eb31870669f13fd8444c2bc918375f09', '1185995631', '-8', '1185995568', '1185581184', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1185995568', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'dream_heaven_Love@hotmail.com', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('11', '0', 'shanekrout', 'f0306495a5a4b2cfe1b5ae714ef56980', '0', '0', '0', '1185582657', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'shanekrout@yahoo.com', '', 'http://www.tragika.com', 'York, PA', '', '', 'shaneekrout', 'shanekrout', '', 'Software Analyst', '', '086aeccec', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('12', '1', 'Magentosphere', '154210b19b5b63e6ca6145fe99179045', '1188162326', '5', '1187929049', '1185584051', '0', '5', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '0', '0', '1', '1', '0', '', '0', 'magentosphere@gmail.com', '', '', 'New York, NY', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('13', '1', 'Hunter_D', '1c020611e3b753925ffc8af8745c0556', '1187283070', '0', '1187235871', '1185586734', '0', '6', '-4.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'doan_bui@hotmail.com', '', '', 'Michigan', '', '', '', '', 'doan_bui@hotmail.com', 'web/artist/programmer of sorts', 'music/art/games/dance', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('14', '1', 'XxQueenxTraeylxX', 'e1f4a6fb21c96b2c36e24e6d985c21fd', '1185649419', '-4', '1185588038', '1185586889', '0', '2', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'Xxqueenxtraeylxx@yahoo.com', '', 'http://Myspace.com/Bugalicious630', 'Tennessee', '-Queen Tayler', '5261f30eb2', 'Totallycoolbug', '', '', 'High school', 'Many things...', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('15', '1', 'amanda8915', '2c656848b256e7ed2e21dbf1585906db', '1185587265', '-1', '1185586993', '1185586915', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'amanda.panda.89@hotmail.com', '', 'http://www.myspace.com/pandermanders1589', 'battle creek, michigan', 'i am me and i luv the divine madness!', '808c09c00d', '', 'mandapanda89@yahoo.com', 'amanda.panda.89@hotmail.com', 'none yet', 'art, music, friends', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('16', '0', 'Aracely', '595bc1c4179bda9bf47a6aba8e86b532', '0', '0', '0', '1185587583', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'purple.apathy@yahoo.com', '', '', '', '', '', '', '', '', '', '', '97c6ef707', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('17', '1', 'lacunagirl812', 'dcf0c9d740ed50906912c06d102bced9', '1186020501', '14', '1185671733', '1185587640', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'zebragirl812@yahoo.com', '', 'http://www.myspace.com/lacunagirl812', 'Philadelphia', '', '', 'lacunagirl812', '', '', '', 'music, cooking, movies', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('18', '1', 'ryanscott', '18fc8d07a81353ce624c3fdc48f76c3c', '1190869070', '0', '1188058960', '1185587773', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'brownblazer77@msn.com', '', '', 'Sevierville, TN', '', '', '', '', '', 'Writer, Musician(bassist)', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('19', '1', 'jeff.guevara', '916d2320285431297468b16b7a42b0d1', '1191154212', '15', '1188766697', '1185588645', '0', '1', '9.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1186317354', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'jeff.guevara@gmail.com', '1863518', 'http://www.myspace.com/guevarajc', 'Okinawa, Japan', 'Semper Fidelis, Jeff Guevara', 'a2f6070f29', 'jguevara1', 'ballisticj@yahoo.com', 'ballisticj', 'United States Marine (AV-8B Harrier Avionics Tech)', 'Church of Jesus Christ of Latter-day Saints, DC Comics, Marvel Comics, Star Trek, Star Wars, Care Bears, PC Games...', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('21', '1', 'davetech', 'ca14973966b00dabdaaeffd7b8f61670', '1185747373', '0', '1185709524', '1185590132', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '0', '1', '0', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'letztemann@yahoo.com', '', 'http://www.myspace.com/letztemann', 'CNY', '', '', '', '', '', 'AV Engineer', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('20', '1', 'crickett', 'f378f93ac2530da3f8e68ceb0fe2112c', '1192174660', '-1', '1192043369', '1185589261', '0', '13', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'da_crickett@yahoo.com', '', 'http://www.myspace.com/kentuckykrickett', 'kentucky, usa', '', '', '', '', '', '', 'gothic metal', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('23', '1', 'Occam', 'b146a357c57fddd450f6b5c446108672', '1185627043', '-9', '1185626617', '1185594000', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'occam@prontomail.com', '', '', 'Virginia', 'Delenda est Carthago', '74d42f7830', '', '', '', 'Neurosurgeon', 'astronomy, acting, mountain biking', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('22', '1', 'chrisride', '2bd14b015b57559ade428d6aca20c5e8', '1192251562', '0', '1192158505', '1185590537', '0', '12', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1189373215', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '1', '', '0', 'mazeppa1@charter.net', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('24', '1', 'yankeevampire', '9491dc3c908fa50bd28ceb23a39e4a40', '1185633200', '-4', '1185633045', '1185595546', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'yankeegrl003@yahoo.com', '', '', '', '', '', 'yankeesgrl043', 'yankeegrl003', 'yankeegrl003', 'shipping and receiving Administrator', 'vampires and baseball', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('25', '1', 'Rik', 'fcea920f7412b5da7be0cf42b8c93759', '1185838554', '-9', '1185598812', '1185597765', '0', '2', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'reapers_list@hotmail.com', '', '', '', '', '', '', '', 'Reapers_List@hotmail.com', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('26', '1', 'Fishalamode', 'efe9fb97fbcbdf3652b2ae8d5f90abd3', '1185599462', '-9', '1185598718', '1185598657', '0', '2', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'mike_noorman@sbcglobal.net', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('29', '0', 'jadedbutterfly27', '409b17222ce8767bcc69f0d02d932006', '0', '0', '0', '1185602765', '0', '0', '1.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'jadedbutterfly27@yahoo.com', '23102544', 'http://www.myspace.com/jadedbutterfly27', 'OHIO', '', '', '', 'jadedbutterfly27', '', 'SAHM', 'music, movies, sports, poetry', 'bfce8ee8a', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('27', '0', 'KowaiiWarumono', '55f55cb70c1c9e9f841992337c0a2a16', '0', '0', '0', '1185599745', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'evillady1190@yahoo.com', '', '', '', '', '', '', '', '', '', '', '5d310613c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('28', '1', 'Loni', '87caaf9f3f0a70d1d745c540190b62fb', '0', '0', '0', '1185600705', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'chikusho_kidd@yahoo.com', '', '', '', 'xoxo, Loni', '638293467b', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('30', '1', 'Tyke1958', '0bfa4e034f8fdf52edc4337c0d74c0f2', '0', '0', '0', '1185602855', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'tykereilly@blueyonder.co.uk', '', '', 'Bradford, England', 'Of all the things I\'ve lost, I miss my mind the most.', 'a5fa9c28ed', '', '', '', 'Warehouseman', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('31', '1', 'Wisedog', '9a78a7f908b9fa980167e70d948a8076', '1185605747', '-9', '1185605645', '1185605573', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'parmerphoto@cox.net', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('32', '1', 'Victoria Mazze', '2bd14b015b57559ade428d6aca20c5e8', '1189481931', '0', '1189451531', '1185607826', '0', '11', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1189481931', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'victoria@thedivinemadness.net', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('51', '1', 'lord_ebondrake', '53c4f305e9617dbd5e63f2f23db103eb', '0', '0', '0', '1185701844', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'lord_ebondrake@yahoo.com', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('33', '1', 'MadHatter13', 'b017458a87de9f564e097dd2e4d75a42', '1185653570', '1', '1185647026', '1185612241', '0', '2', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'djj985@msn.com', '', 'http://www.myspace.com/kgbfreak', 'Germany, US', '', '', 'ShizzlyMcDuff', 'd_jarvinen', 'djj985@msn.com', 'US Army', 'music, art, travelling, fixing stuff', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('34', '1', 'irem', '537f7d406fa68e7f4956175af378bc0e', '1187010992', '0', '1185970004', '1185615012', '0', '4', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'iremozkan89@hotmail.com', '', '', '', 'i\'m drowning in your ocean...', '8ed70af608', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('35', '1', 'DaveUK', '951d96969d95194a4309c2a88f0b9cbe', '1189176533', '-2', '1188729255', '1185616955', '0', '16', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1186234971', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'duk@daveuk.net', '', 'http://www.girlband.org', 'Northampton, UK', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('36', '1', 'Redjina', '7121322dc24ac32d834b5f87896d0398', '1185619213', '-1', '1185619134', '1185619029', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'redjina@web.de', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('37', '1', 'CelestiaLady', '2f5234fc07c7fc7b62d374898a627ac0', '1185621733', '0', '1185621733', '1185621595', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '0', '0', '1', '1', '0', '', '0', 'CelestiaLady@aol.com', '', 'http://www.myspace.com/celestialady', 'Northern, CA', '', '', '', '', '', 'Remembering to Breathe', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('38', '1', 'Berkut', 'f3d2e701446f55073b10cf9a1e65e838', '1190918741', '1', '1185639546', '1185629040', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'lightwj@yahoo.com', '', 'http://myspace.com/threegreenandnored', '', '', '', '', 'lightwj', '', 'Airline Pilot', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('39', '1', 'Sam_Thoth', '8192d5452842ca0900e683cf3c5e925b', '1185633460', '-4', '1185633198', '1185631863', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sam_thoth@hotmail.com', '', '', '', '', '', '', '', '495 W. 186th St. #5-E', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('40', '1', 'Mykol', 'f74643b2887a6be5b1773e696732a4a6', '1186153490', '6', '1186057393', '1185633541', '0', '6', '-7.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'flatfootmike@msn.com', '', 'http://myspace.com/darkbleed', 'Newton, KS', '[img:7798389483]http://a265.ac-images.myspacecdn.com/images01/78/m_a424cdf3a0f37b6e4cbe002c80feb810.jpg[/img:7798389483]', '7798389483', '', '', 'flatfootmike@msn.com', 'Case Manager', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('41', '1', 'Odin', '205d12a9aa2d460f0f4812a7ba854e47', '1189354270', '0', '1187985016', '1185635011', '0', '12', '-4.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '0', '0', '', '0', 'Zantetzuken@hotmail.com', '', '', 'At the end of the world', '[img:6b32ced7fc]http://img340.imageshack.us/img340/4184/mitsuty8.png[/img:6b32ced7fc]', '6b32ced7fc', '', '', 'Zantetzuken@hotmail.com', 'cursed being', 'video games', '', ''); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('42', '1', 'helen louise', 'fe62cb1f355b676ac77efe7c03f1d96c', '0', '0', '0', '1185636156', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'loopyhels@yahoo.co.uk', '', '', '', 'helen louise', '0a4d95a11e', '', '', '', 'head chef', 'music,food,love,', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('43', '1', 'Kane', '272a6103f76201ec6bf87b0f95888e37', '1191891654', '-9', '1191728909', '1185636375', '0', '7', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1186579624', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'kanescurse@hotmail.com', '', '', '', '....cursed to walk the world forever, Kane', '53c4287bb5', '', '', '', '', '', 'f8f0164c7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('44', '0', 's1nlikeme', '31dafe2657cd7468f1bb32ef6964dda2', '0', '0', '0', '1185637123', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'jbradford646@yahoo.com', '', '', '', 'sin like you mean it', 'c8620f3ae2', '', '', '', '', '', 'c83599a1b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('45', '1', 'Darkness', '4faf3fe2431e4e168f6b1f1e44741909', '1187650591', '-4', '1187650269', '1185637509', '0', '2', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '1187650377', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'bloodangelswrath@hotmail.com', '', '', '', 'Arising Through the Darkness', 'a49cd9531c', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('46', '1', 'scirado', '421f20c2db197d8eb492ac3c9d8a738c', '0', '0', '0', '1185639725', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'SciRado@yahoo.com', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('47', '1', 'The_RedHead', '59322e5241cc52a186b47bcbf17e3f67', '1191781156', '0', '1187698298', '1185651316', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'johannakylli@hotmail.com', '', '', 'Sweden', '"I Have to Leave, I have to leave , where the fuck does everybody go when they have to go "', '10f24a4e81', '', '', 'johannakylli@hotmail.com', '', 'Music, I\'m a game nerd, movies', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('48', '1', 'Yayaqueen', '79ef12912ffef5858f47aac2012e279d', '0', '0', '0', '1185651761', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'dtrau76718@aol.com', '', '', 'LV KS', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('49', '0', 'keone', '2b99b331b478c8b96a249b6bfdca583d', '0', '0', '0', '1185663549', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'keonealoha@cox.com', '', '', '', 'keone', 'cd7d4a651b', '', '', '', 'mechanic/guitar/keyboard', 'music,cars,gaming', '9cdf967fb', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('50', '1', 'Doug', '1f76e87e5ce168edc44877f99c65f150', '0', '0', '0', '1185692599', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'Doug115@msn.com', '', '', '', '', '', '', '', 'Doug115@msn.com', '', 'Living', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('52', '1', 'kryptor', 'd5e1464dd9b92b6641c720eba58751b6', '1186944856', '0', '1185818746', '1185740784', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'bigbubbalouie@gmail.com', '', 'http://www.myspace.com/kevinmichaelfrancis', 'Shelton, Washington', 'Blessed Be!', '25338756a7', 'kryptor1969', 'shelton_kj', 'kryptor69', 'Bartender', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('53', '1', 'loghyr', 'c6592b18b0ae65cc412acfbb164c3e71', '1187008756', '0', '1185794795', '1185793959', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'loghyr99@yahoo.com', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('54', '0', 'hattermadington', '28aef480979531a50ccc4227e082580e', '0', '0', '0', '1185805034', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'christhefritz3259@yahoo.co', '', '', 'Anywhere But Here', 'Show Me Your Conviction', '8491704603', '', '', '', 'Hot Topic Slave', '', 'e375e7aaf', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('55', '0', 'stinkyb1', 'e803ae7c2bc07af398f19558f2a51a41', '0', '0', '0', '1185810004', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'predator0598@yahoo.com', '', '', '', '', '', '', '', '', '', '', '51598fb38', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('56', '1', 'Amer23', '81342f2367f6b373ac9aebf23b85e113', '1185906548', '-4', '1185905404', '1185817332', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'amer4mozart@hotmail.com', '', 'http://www.myspace.com/amer4mozart', 'Texas', '~faith~', 'd1bbf25ac3', 'amermozart', 'amer4mozart', 'amer4mozart', 'Secretary', 'Photography, Poetry, Swimming, Pool, having fun, good music', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('57', '1', 'RABBLEROUSER', '0804b15a899835a96b253da733d20428', '1186000029', '0', '1185865269', '1185827113', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'canocano@charter.net', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('58', '0', 'one_love89', 'dd072547e2e6968d95a632f8244831b6', '0', '0', '0', '1186021181', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'adriana.fragoso@sbcglobal.net', '', 'http://myspace.com/ydoyouwanthim', '', '', '', 'rhcp+onelove', '', '', '', '', '86a85906d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('59', '1', 'gary', '073ff1aa16c87d9f61b9d9e25d5e6b9a', '1186024110', '-9', '1186023674', '1186023521', '0', '1', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ge1033@yahoo.com', '', 'http://myspace.com/ge1033', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('60', '1', 'White Devil', 'b7087c1f4f89e63af8d46f3b20271153', '1188547729', '0', '1187906732', '1186133133', '0', '2', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'x6whitedevil6x@yahoo.com', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('61', '1', 'Kenny P', '1c020611e3b753925ffc8af8745c0556', '0', '0', '0', '1186209317', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'queensryche156@bellsouth.net', '', '', '', 'Kenny P', 'f6c9b24557', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('62', '1', 'angel_of_sorrow', 'e508860d989854c7f47531392eceaeb3', '1186267906', '-4', '1186267768', '1186267464', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '0', '', '0', 'evelangelgirl_agc@hotmail.com', '', 'http://www.netlog.com/gothic_angel_wings', 'mexico city', 'mmmm i don\'t know what to say jaja', '7158167683', '', 'evelangelgirl@yahoo.es', 'evelangelgirl_agc@hotmail.com', 'student', 'music , sports, art', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('63', '1', 'alizeesite', '955010f010f2fc132b7b82da35915ebf', '1186295840', '0', '1186295840', '1186295130', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'billibob@bonbon.net', '305105106', 'http://alizeesite.com', 'USA', 'doctor', 'c9d146f0dc', 'doctor', 'doctor', 'doctor', 'medicine', 'golf', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('64', '0', 'bobbyorion', '5161d0759f1b067774e5511111068d5a', '0', '0', '0', '1186434408', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'billibob@toughguy.net', '305234106', '', 'USA', 'doctor', 'fcb9deeaed', 'doctor', 'doctor', 'doctor', 'medicine', 'golf', 'a35fed110', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('65', '1', 'vwcenter', '1483136b9618d219dc943edb75887c3a', '0', '0', '0', '1186464372', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'licicac@bigmir.net', '90065478', 'http://www.virtualwomenscenter.org', 'mexico', 'best suggestions for cheap viagra, cialis', 'a64554cbc6', '', '', '', 'best suggestions for cheap viagra, cialis', 'viagra using', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('66', '1', 'maxturbogoo', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1186479104', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'goo@buy-24h.net.ru', '54025', 'http://diet-pills-24h.com', 'US', 'cool vitamin', 'eebdde9140', 'cool+vitamin', 'cool vitamin', 'cool vitamin', 'cool vitamin', 'vitamin b6 injection', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('67', '0', 'Seecygade', 'a684c722e9632484a30bbc89e683e08d', '0', '0', '0', '1186534151', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'subaru-forum23@bimgir.net', '5469875', 'http://eiertruhe.de', 'USA', '', '', '', '', '', 'Php programming&scripting', 'driving, rest', 'a24440356', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('68', '0', 'DotKyleMansa', 'edcc7a2b0793921825f72cbe7a50fcc4', '0', '0', '0', '1186543061', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'dotkylemansa@mail.ru', '54068746', 'http://jukq.com', 'USA', 'http://jukq.com', 'e724ee90c8', '', '', '', 'Work', 'Dance naked under palmtrees', 'a765164e1', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('69', '1', 'billibobbi', '4bcbb39edcb95c9922f5f9bc1cabd775', '1186566155', '0', '1186566155', '1186562198', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'billibob@gamebox.net', '305234996', 'http://beyonceknowlesphoto.net', 'USA', 'doctor', '287c7ed303', 'doctor', 'doctor', 'doctor', 'medicine', 'golf', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('71', '0', 'EvanBatuLuz', 'edcc7a2b0793921825f72cbe7a50fcc4', '0', '0', '0', '1186638725', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'evanbatuluz@mail.ru', '16503140', 'http://qetw.com', 'USA', 'http://qetw.com', '75e79bd9ce', '', '', '', 'Music', 'Dance', 'aa5826c91', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('70', '0', 'testtest', '098f6bcd4621d373cade4e832627b4f6', '0', '0', '0', '1186594893', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'test@thedivinemadness.net', '', '', '', '', '', '', '', '', '', '', 'cceca59b7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('72', '0', 'darkangel2480', 'a6204144fbddec8522558a1fb9eed327', '0', '0', '0', '1186668362', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'darkangel2480@yahoo.com', '', '', 'Wisconsin', '', '', '', 'darkangel2480', '', '', '', 'bf3be7046', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('73', '0', 'CaiNoahRich', 'edcc7a2b0793921825f72cbe7a50fcc4', '0', '0', '0', '1186750950', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cainoahrich@mail.ru', '564165', 'http://qevd.com', 'USA', 'http://qevd.com', '129bcef577', '', '', '', 'do nothing', 'do same', '349bf0995', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('74', '0', 'aparker', '6b903a9523d83cf85b1266b732ca7033', '0', '0', '0', '1186760627', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'alanprkr@dfm.com', '495995750', 'http://ipoo.org/3u9r', 'usa', 'P&M', '36593ff981', 'P&M', 'P&M', 'P&M', 'dr. of medicine', 'online consultations', 'c51805513', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('75', '0', 'gandonofil', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1186804249', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'bin@buy-24h.net.ru', '54025', 'http://www.diet-pills-24h.com', 'USA', 'vitamin b 12 injection', '57a5e3529f', '{cool+vitamins+injection|vitamin+b12+injection|vitamin+b+12+injection|vitamin+injection|vitamin+b+injection|vitamin+b12+injection+for+weight+loss|vitamin+c+injection|vitamin+b12+injection+dosage|vitamin+b+complex+injection|vitamin+b6+injection|vitamin+b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', 'vitamin b6 injection', 'vitamin b12 injection for weight loss', '7abeb7728', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('80', '0', 'KaDok', 'e74b1caaaa3d9b0805be9fa157a8f355', '0', '0', '0', '1186969406', '0', '0', '-6.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '0', '0', '1', '1', '0', '', '0', 'vaxformosaykronos@yahoo.com', '', '', 'Birmingham, Alabama', '', '', '', '', '', 'Philosopher, Security Officer', 'Philosophy,Psychology, numberous others', 'e3c726b7b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('76', '0', 'valmangoldtr', 'e50dd97ec56b8d86fcffbabd3a86d973', '0', '0', '0', '1186845316', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'fufululu@ukr.net', '15517745', 'http://hometown.aol.com/AmmaBrill7335/', 'USA', 'ggg', 'bc1597570a', 'ggg', 'ggg', 'ggg', 'footboll', 'fucker', '2e483c958', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('77', '0', 'LiraFordZeke', 'edcc7a2b0793921825f72cbe7a50fcc4', '0', '0', '0', '1186891020', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'lirafordz@mail.ru', '65405400', 'http://uzyq.com', 'USA', 'http://uzyq.com', '03bee28b51', '', '', '', 'Money making', 'Sleep', 'aaa1be34e', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('78', '0', 'ranoutrom', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1186900897', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'boc@buy-24h.net.ru', '54025', 'http://www.diet-pills-24h.com', 'USA', 'vitamin c injection', '44f9b4a850', '{cool+vitamins+injection|vitamin+b12+injection|vitamin+b+12+injection|vitamin+injection|vitamin+b+injection|vitamin+b12+injection+for+weight+loss|vitamin+c+injection|vitamin+b12+injection+dosage|vitamin+b+complex+injection|vitamin+b6+injection|vitamin+b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', 'vitamin c injection', 'vitamin b complex injection', '3b8d57207', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('79', '0', 'Cefclielt', 'dcf676080307e6fcc29e0fda8ab48591', '0', '0', '0', '1186919583', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'appammaastott@sevastopol.in', '345615613', 'http://www.earwod.com', 'Netherlands Antilles', '', '', '', '', '', 'Accounting, finance', 'Billiards, pool', '1fd4ecc57', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('81', '0', 'vafforinnor', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1186993793', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'con@buy-24h.net.ru', '54025', 'http://insect-killer.buy-24h.net.ru/', 'US', 'vitamin b injection', 'f32deb6e8b', '{cool+vitamins+injection|vitamin+b12+injection|vitamin+b+12+injection|vitamin+injection|vitamin+b+injection|vitamin+b12+injection+for+weight+loss|vitamin+c+injection|vitamin+b12+injection+dosage|vitamin+b+complex+injection|vitamin+b6+injection|vitamin+b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', 'vitamin c injection', 'vitamin injection', '979434e43', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('82', '0', 'Quinnysurne', 'dbcff3c7e2835f24bc1fa7a7f31e1d95', '0', '0', '0', '1187013633', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'speliagreerce@web.de', '374764767', 'http://www.dyaiyqwflant.com', 'Gibraltar', '', '', '', '', '', 'Advertising, public', 'Performing arts', '6d84e2ad1', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('83', '0', 'TatsSimiskisy', '2c4e5a24273a7271202c1534b30c0e0f', '0', '0', '0', '1187030220', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'iodinybosusia@bimgir.net', '387227371', 'http://www.dyaiyqwflant.com', 'Japan', '', '', '', '', '', 'Law', 'Shopping, antiques', '8a4f7636b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('84', '0', 'bepAccurb', 'da549f88fe6f85e3e0d4845faf7dfe8a', '0', '0', '0', '1187035495', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cecypleable@web.de', '223658688', 'http://www.dyaiyqwflant.com', 'germany', '', '', '', '', '', 'Retail', 'Football', 'f64665fda', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('113', '1', 'Fotografeur', '6d14cb563822cfd8250b6b34390d3f41', '0', '0', '0', '1187692618', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'con4te45@mail.ru', '', 'http://marakesh.info/photo-contest/index.html', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('85', '0', 'Xgundeprosters', '41ad12ec95ea69c061f5054853e41613', '0', '0', '0', '1187117291', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'vioa@ukr.net', '46978755', 'http://hometown.aol.com/LascaNigro5861/index.html', 'USA', 'gogogo', '85e823eb2c', 'gogogo', 'gogogo', 'gogogo', 'sex porn', 'big fucker', '5ad6b1647', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('86', '0', 'goororinbaf', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1187137273', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'mur@buy-24h.net.ru', '54025', 'http://insect-killer.buy-24h.net.ru/', 'USA', 'vitamin b12 injection dosage', '531e18f984', '{cool+vitamins+injection|vitamin+b12+injection|vitamin+b+12+injection|vitamin+injection|vitamin+b+injection|vitamin+b12+injection+for+weight+loss|vitamin+c+injection|vitamin+b12+injection+dosage|vitamin+b+complex+injection|vitamin+b6+injection|vitamin+b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', '{cool vitamins injection|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection|vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|vitamin b complex injection|vitamin b6 injection|vitamin b12', 'vitamin b 12 injection', 'b12 buy injection vitamin', '3d733ae4b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('87', '0', 'Zalivaika', 'cb31396b83db2df6c7a8b1208983c884', '0', '0', '0', '1187208548', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'rxnicse@bigmir.net', '134876435278', 'http://0look.info', 'US', 'Pharmacy ED', '33d45ae664', '', '', '', 'Pharmacy ED', 'pills xanax', 'c9473be29', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('88', '0', 'Skiqueequig', 'a684c722e9632484a30bbc89e683e08d', '0', '0', '0', '1187209765', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'chevrolet43456@sweetville.net', '457885842', 'http://uka-web.de/Audio/nissan-dallas/nissan-dallas.html', 'USA', '', '', '', '', '', 'cars rental services', 'driving, gumbling and more', '9343d1177', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('89', '0', 'senyausa', '619b86dbe7fa54ffb0b6a9a3e970c2fb', '0', '0', '0', '1187325097', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'western@bonbon.net', '305649691', 'http://buyviagrapills.com', 'USA', 'life\'s cool', '9292b2bd9d', 'life\'s+cool', 'life\'s cool', 'life\'s cool', 'modelling', 'golf', '43500da80', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('90', '0', 'the human', 'fef5df7c034d822961d6d6b0323c56a8', '0', '0', '0', '1187334661', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'drhitt73@yahoo.com', '', '', 'Everywhere and nowhere', '', '', '', '', '', '', 'The Divine Madness', 'db40c3235', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('91', '0', 'Tylenol', 'e7cb17b0b19337bed2840e4cb682ca07', '0', '0', '0', '1187336196', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Tylenol@patrickroysite.com', '', '', '', '', '', '', '', '', '', '', '2c731b9fe', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('92', '0', 'Nesferatu', '8fddc1918a111096d18107a840472c99', '0', '0', '0', '1187336235', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Nesferatu@patrickroysite.com', '', '', '', '', '', '', '', '', '', '', 'c7de5942c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('93', '0', 'Anermoha', '9870073958174353d26aac9a63226f69', '0', '0', '0', '1187340731', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Anermoha@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '2be90515e', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('94', '0', 'mygoodwife', 'fc52faadb0b875f0d6446684e0283be8', '0', '0', '0', '1187345874', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'western@gamebox.net', '256899102', 'http://bdsmzy.info', 'USA', '', '', '', '', '', 'insurance', 'swimming', 'ce6b3955d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('95', '0', 'Scowen', '1177a791f9493845c7a9e18bf7b1379e', '0', '0', '0', '1187349726', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Scowen@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '6921e9f2f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('96', '0', 'Anersterbas', '16aff3e281c7d77b64bbd909e479601a', '0', '0', '0', '1187349765', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Anersterbas@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '259606bb5', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('97', '0', 'Man_on_fire', '4568b88df883ebc79f8e400b286efdda', '0', '0', '0', '1187397141', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Man_on_fire@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '33debe659', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('98', '0', 'SoldierAtHome', '8b582d173dc696a17b948d605fd7b3d7', '0', '0', '0', '1187401787', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'firetarter@lvivs.com', '', 'http://dll.tips4seo.info/adult-tv/', '', '', '', '', '', '', '', '', '59e20728b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('99', '0', 'Enceted4', 'd3bcedfa8e8202512a4c03742209d318', '0', '0', '0', '1187425310', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Enceted4@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '9326258bd', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('100', '0', 'Abencejotedder0', 'a482b2bf21796a93284390b65114c001', '0', '0', '0', '1187454139', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Abencejotedder0@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '8bc7236fc', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('101', '0', 'Edterup', '32d8a2987d6826227faabaab23f04ee6', '0', '0', '0', '1187481144', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Edterup@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', '2fb162d62', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('102', '0', 'Soulseeker', '72a2b1229799e51978d0944b07c6fefc', '0', '0', '0', '1187481227', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Soulseeker@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', '40bd64502', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('103', '0', '979', '501a53a1a6a548ded4fd16a2f638c4cc', '0', '0', '0', '1187508956', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', '979@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '4d0081262', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('104', '0', 'Aderjo25', 'd66c8ebf07af446062d0cb3d1230137a', '0', '0', '0', '1187508965', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Aderjo25@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '25980de0c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('105', '0', 'Edpohated', '85adc1d2041f563ce13a1bc314b7ea4b', '0', '0', '0', '1187538073', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Edpohated@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '0a82a2c7f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('106', '0', 'Dertenedab6', '3e4d5aa21926ec147089dd16e772ed02', '0', '0', '0', '1187538087', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Dertenedab6@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '4804f65c7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('107', '0', 'Boaddons', '08d4539914dc9cbc4e31d83099d596a5', '0', '0', '0', '1187580940', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'artyst@toughguy.net', '15623784', 'http://dominationzy.info/', 'USA', '', '', '', '', '', 'insurance', 'swimming', '494b5522a', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('108', '0', 'kt_John', '6d14cb563822cfd8250b6b34390d3f41', '0', '0', '0', '1187586993', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'conte45@mail.ru', '', 'http://marakesh.info/photo-contest/', '', '', '', '', '', '', '', '', '369e5a77f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('109', '0', 'Aynsworthz', 'e9aea326b4b90f0992d90737ebc11669', '0', '0', '0', '1187600818', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'artyst@phreaker.net', '249694631', 'http://clitoriszy.info/', 'USA', 'life\'s cool', 'a652dbc792', 'life\'s+cool', 'life\'s cool', 'life\'s cool', 'modelling', 'golf', 'd3b1e1a3c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('110', '0', 'Abaderbas7', '1a3ef782df9ff3b8d7d0b0b10e9ea2ed', '0', '0', '0', '1187602515', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Abaderbas7@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '1c2f8085d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('111', '0', 'Anersterhader', 'b4cc90f1032ed424cd3171eb4ea8d60c', '0', '0', '0', '1187602561', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Anersterhader@highendsoul.com', '', '', '', '', '', '', '', '', '', '', 'aa46ac1e9', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('112', '1', 'StephBehag', '16810cdda20d3bcaa9482cafd3f0c6b1', '0', '0', '0', '1187643006', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'garick@toughguy.net', '211694631', '', 'USA', 'life\'s cool', 'd3a68dc352', 'life\'s+cool', 'life\'s cool', 'life\'s cool', 'modelling', 'golf', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('114', '1', 'Sazz', 'cdfdad547150b41f64e0057f754342c2', '0', '0', '0', '1187703250', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Sazz@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('115', '0', 'Mojodick87', '49b448e58f00a56a01b2a60fd468a0ad', '0', '0', '0', '1187703258', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Mojodick87@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', 'f7d003e9a', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('116', '1', 'EmilyBol', '82035472d79452b28bae7ed8ca78f933', '0', '0', '0', '1187709845', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'derricker@hotpop.com', '211694677', 'http://femdomzy.info', 'USA', '', '', '', '', '', 'modelling', 'golf', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('117', '0', 'garillasnet', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1187755813', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'job@buy-24h.net.ru', '54025', 'http://www.cheapcigarettes4all.com/', 'USA', 'discount cigarettescool vitamins injection', 'c63b12506f', '{discount+camel+cigarettes|cheap+cigarettes|discount+cigarettes|cheap+discount+cigarettes|buy+cheap+cigarettes|buy+discount+cigarettes|marlboro+cigarettes|cheap+marlboro+cigarettes|discount+marlboro+cigarettes|camel+cigarettes|cheap+camel+cigarettes}{cool', '{discount camel cigarettes|cheap cigarettes|discount cigarettes|cheap discount cigarettes|buy cheap cigarettes|buy discount cigarettes|marlboro cigarettes|cheap marlboro cigarettes|discount marlboro cigarettes|camel cigarettes|cheap camel cigarettes}{cool', '{discount camel cigarettes|cheap cigarettes|discount cigarettes|cheap discount cigarettes|buy cheap cigarettes|buy discount cigarettes|marlboro cigarettes|cheap marlboro cigarettes|discount marlboro cigarettes|camel cigarettes|cheap camel cigarettes}{cool', 'camel cigarettes', 'cheap marlboro cigarettes', 'd43ae1ec7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('118', '0', 'JadeBradey', 'bc2665e4ee515b3b063d94ada5a62418', '0', '0', '0', '1187774247', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'garick@bonbon.net', '171694677', 'http://milfzy.info/', 'USA', '', '', '', '', '', 'modelling', 'golf', 'cfe6bb407', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('119', '0', 'EvanKroff', 'd22e6d8f967e31348af2ff98e9e93ce1', '0', '0', '0', '1187788778', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'derricker@phreaker.net', '145623784', 'http://footjobzy.info/', 'USA', '', '', '', '', '', 'insurance', 'swimming', '81c202916', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('120', '0', 'Julie', 'd283668fb051d59e86401223b1d4e7c4', '0', '0', '0', '1187790886', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Julie@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '3ddb09daf', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('121', '0', 'MackBranon', '94a96d95ebff93f9a473c38c9a582939', '0', '0', '0', '1187790994', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'jinka@gamebox.net', '171692577', '', 'USA', '', '', '', '', '', 'modelling', 'golf', 'd77756dba', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('122', '0', 'ppppeeeerrr', 'b9105dd56b17e4dec51d42194049124d', '0', '0', '0', '1187839892', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ppppeeeerrr@mail.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', '48c4e7eb7d', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', '32cbe7535', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('123', '0', 'ReallyHunt', 'adf66cdcc1d2db7313aebc3af3055ae2', '0', '0', '0', '1187866074', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'urbaniators@bigmir.net', '6464563643', 'http://c42.org', 'Fioricet', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', '798f696705', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet', 'Fioricet', '4abb6c3d8', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('124', '0', 'Tenup58', '8df108317feddac9361eb86221cb2eba', '0', '0', '0', '1187891603', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Tenup58@highendsoul.com', '', '', '', '', '', '', '', '', '', '', 'b25f1ae3b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('125', '0', 'MackAston', '531db6ed42f614f780bcc1aac491a391', '0', '0', '0', '1187904113', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'derricker@toughguy.net', '225623784', 'http://hairyzy.info', 'USA', '', '', '', '', '', 'insurance', 'swimming', 'bd150795e', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('152', '0', 'hiltonfrog', 'c8ff05c69219c4b9b502de0d8485c130', '0', '0', '0', '1188493116', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'hiltonfrog@hotpop.com', '119725584', '', 'USA', '', '', '', '', '', 'insurance', 'swimming', '02ee4cb98', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('126', '0', 'parissfindez', 'f72c702f369ce21f53eb09c7a3eb492f', '0', '0', '0', '1187919448', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'parissfindez@krim.ws', '393958', 'http://hometown.aol.com/yettydelreal5245/paris-hilton-celebrity/', 'USA', 'Paris lovers ..', '91c10c6291', 'Paris+lovers+..', 'Paris lovers ..', 'Paris lovers ..', 'adult', 'tenner', '1f4a01b83', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('127', '0', 'crumaser', 'f21d5a325cdfdcb3537aa71725d26c25', '0', '0', '0', '1187963651', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ppppeeeerrr.84.7@inbox.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', 'f3082f4f8d', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', 'e39a8acdc', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('128', '1', 'SandyLA', '69633520e400e61e21431bb8469c146b', '0', '0', '0', '1187975189', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sandla@cvportal.net', '172465746', 'http://buyphentermine2007.host-page.com/39569/BuyPhentermineOnline.html', 'Senegal', '[url=http://buyphentermine2007.host-page.com/39569/BuyPhentermineOnline.html]Exercise or Phentermine Pills?[/url]', '39acb63f8e', '[url=http://buyphentermine2007.host-page.com/39569/BuyPhentermineOnline.html]Exercise+or+Phentermine+Pills?[/url]', '[url=http://buyphentermine2007.host-page.com/39569/BuyPhentermineOnline.html]Exercise or Phentermine Pills?[/url]', '[url=http://buyphentermine2007.host-page.com/39569/BuyPhentermineOnline.html]Exercise or Phentermine Pills?[/url]', 'Retail', 'Dancing', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('129', '1', 'RyanBrais', '2cccfa2cbc8d4ef44280305b769fb7fa', '0', '0', '0', '1187978538', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'garick@gamebox.net', '156723784', 'http://hosieryzy.info/', 'USA', '', '', '', '', '', 'insurance', 'swimming', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('130', '0', 'Antardderup4', 'bcfd12304a6c43429281839cf26e39e3', '0', '0', '0', '1187980100', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Antardderup4@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', '8417bcc76', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('131', '0', 'aronbroad', 'b4ac44c34fdc6bcf70ee0e37e0c6fd8a', '0', '0', '0', '1188017200', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'robertik@toughguy.net', '121693577', 'http://redheadzy.info/', 'USA', '', '', '', '', '', 'music', 'pop', '0b4712b40', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('132', '0', 'prolerpolqqq', 'd1aeb0baee238ddaa591d7bff74d6240', '0', '0', '0', '1188049070', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'prolerpolqqq@mail.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', '999ac3958a', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', '35fa0cdf6', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('133', '0', 'Abpoder28', 'fe9762d9c3fd18fe00a1d3a64993ed79', '0', '0', '0', '1188075766', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Abpoder28@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', '7ecb3d991', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('134', '1', 'Aberster', 'bbbf5acefebb045e668126dcc72aba2f', '0', '0', '0', '1188075787', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Aberster@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', '', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('135', '0', 'Hit34', 'face71e7075388a67f0934e359cd2c92', '0', '0', '0', '1188152596', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Hit34@highendsoul.com', '', '', '', '', '', '', '', '', '', '', '0ca39454f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('136', '0', 'VilBraunstm', 'ec4ea7aaa55c6afba26ed1ae269d6866', '0', '0', '0', '1188163241', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'buyfioricet@bigmir.net', '453453533', 'http://c42.org', 'Fioricet', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'f58002cb60', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet', 'Fioricet', '715dce960', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('137', '0', 'GENNAWCHOT', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1188165263', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cos@buy-24h.net.ru', '54025', 'http://www.cheapcigarettes4all.com/', 'USA', 'camel cigarettes', 'b701f96ec9', '{cheap+cigarettes|discount+cigarettes|cheap+discount+cigarettes|buy+cheap+cigarettes|buy+discount+cigarettes|marlboro+cigarettes|cheap+marlboro+cigarettes|discount+marlboro+cigarettes|camel+cigarettes|cheap+camel+cigarettes}', '{cheap cigarettes|discount cigarettes|cheap discount cigarettes|buy cheap cigarettes|buy discount cigarettes|marlboro cigarettes|cheap marlboro cigarettes|discount marlboro cigarettes|camel cigarettes|cheap camel cigarettes}', '{cheap cigarettes|discount cigarettes|cheap discount cigarettes|buy cheap cigarettes|buy discount cigarettes|marlboro cigarettes|cheap marlboro cigarettes|discount marlboro cigarettes|camel cigarettes|cheap camel cigarettes}', 'cheap discount cigarettes', 'cheap discount cigarettes', '94ebe7309', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('138', '0', 'asgtravelcomp', 'd2ae93d44b74d6368d273c30fab61a85', '0', '0', '0', '1188174119', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'asgtravelcomp@fene4ek.net', '5172376491', 'http://5paigefarm.info/testhttp://5paigefarm.info/halloweenhttp://5paigefarm.info/replikahttp://5pai', 'USA', 'Brad Pit', 'e3242fd8f7', 'Brad+Pit', 'Brad Pit', 'Brad Pit', 'Manager', 'Bouling', '18ee0932e', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('139', '0', 'JessiPollo', 'd9452c1c537333ab0029e3d354fc303e', '0', '0', '0', '1188237780', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'thr@quest-source.com', '35345454545', 'http://www.alexa.com/data/details?url=diana.edu.np.com/marijuana-seeds.htm', 'USA', 'Admin', '92592340a2', '', '', '', 'Admin', 'Coins', 'd6d5711e1', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('140', '0', 'Ameera', 'bb1647e1c87c5664a4ae00f56a1538bc', '0', '0', '0', '1188242653', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Ameera@patrickroysite.com', '', '', '', '', '', '', '', '', '', '', '44f94e9e6', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('141', '0', 'bosjacovich', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1188259301', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'zec@buy-24h.net.ru', '54025', 'http://www.cheapcigarettes4all.com/', 'USA', 'discount cigarettes', 'dc6bc696bb', '{cheap+cigarettes|discount+cigarettes|cheap+discount+cigarettes|buy+cheap+cigarettes|buy+discount+cigarettes|marlboro+cigarettes|cheap+marlboro+cigarettes|discount+marlboro+cigarettes|camel+cigarettes|cheap+camel+cigarettes}', '{cheap cigarettes|discount cigarettes|cheap discount cigarettes|buy cheap cigarettes|buy discount cigarettes|marlboro cigarettes|cheap marlboro cigarettes|discount marlboro cigarettes|camel cigarettes|cheap camel cigarettes}', '{cheap cigarettes|discount cigarettes|cheap discount cigarettes|buy cheap cigarettes|buy discount cigarettes|marlboro cigarettes|cheap marlboro cigarettes|discount marlboro cigarettes|camel cigarettes|cheap camel cigarettes}', 'cheap cigarettes', 'buy cheap cigarettes', 'd3fe2ca86', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('142', '0', 'Dronogon', 'd1aeb0baee238ddaa591d7bff74d6240', '0', '0', '0', '1188262370', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'likepornofilm.82@mail.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', '2bab072eef', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', 'fa727ca61', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('143', '0', 'MelanieEho', '2e8a04f88884658e031633599e4595f9', '0', '0', '0', '1188278242', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'jinka@phreaker.net', '377855148', 'http://softcorezy.info', 'USA', '', '', '', '', '', 'music', 'pop', '5d57b8aef', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('144', '0', 'SuperMenHyu', 'd1aeb0baee238ddaa591d7bff74d6240', '0', '0', '0', '1188321244', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'shpaner_kosta@mail.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', '3978c976c3', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', 'c39de0a8f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('145', '0', 'Chuckles', 'd7284fb77e3068b0b343b09038a7b11a', '0', '0', '0', '1188337902', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', 'Chuckles@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', 'f0b5e4e02', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('146', '0', 'BROOKS', '658e3575f514b029502682d47546454e', '0', '0', '0', '1188355760', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'rqryqrroqqqy.73@mail.ru', '1956842', 'http://rudy.finito.fc2.com', 'Croatia', '', '', '', '', '', 'Showtimes', 'Drink', '79bb4c137', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('147', '0', 'DOCTORWEBBSIG', '8945b4cb1bfb8cb5c95c137fc60ed9a0', '0', '0', '0', '1188371539', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'mika@buy-24h.net.ru', '54025', 'http://www.diet-pills-24h.com/', 'USA', 'vitamin d injection', 'fb60561873', '{b12+buy+injection+vitamin|vitamin+b12+injection|vitamin+b+12+injection|vitamin+injection|vitamin+b+injection|+vitamin+b12+injection+for+weight+loss|vitamin+c+injection|vitamin+b12+injection+dosage|b12+day+injection+vitamin|b+injection+loss+vitamin+weight', '{b12 buy injection vitamin|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection| vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|b12 day injection vitamin|b injection loss vitamin weight', '{b12 buy injection vitamin|vitamin b12 injection|vitamin b 12 injection|vitamin injection|vitamin b injection| vitamin b12 injection for weight loss|vitamin c injection|vitamin b12 injection dosage|b12 day injection vitamin|b injection loss vitamin weight', 'vitamin b12 injection for weight loss', 'vitamin b12 injection dosage', 'b17a8b1b3', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('148', '0', 'Frogeemiller', 'f27562ce00967b6b71431285026418da', '0', '0', '0', '1188396580', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'celeb@myadult.info', '976454', 'http://celebrity.myadult.info/', 'USA', 'Remember! laughter still life', '83e73473da', 'Remember!+laughter+still+life', 'Remember! laughter still life', 'Remember! laughter still life', 'adult', 'fun', '7845f134f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('149', '0', 'JohnAllfox', '354583b939befd78fb20a21041780438', '0', '0', '0', '1188398375', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'jinka@toughguy.net', '117855148', 'http://swingerzy.info/', 'USA', '', '', '', '', '', 'music', 'pop', 'f13a1fabe', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('150', '0', 'owedabona', 'a684c722e9632484a30bbc89e683e08d', '0', '0', '0', '1188398485', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'baccarat_news@uastar.net', '5689565', 'http://erfurt-internate.de/Bilder/online-casinos-winning-keno', 'usa', '', '', '', '', '', 'programming', 'gambling', 'd0ce3994c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('154', '0', 'goodmoood', 'd2a918fa15da07a6cedc189f3e2a83b3', '0', '0', '0', '1188512923', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'mood@elovejob.info', '46975411', 'http://www.elovejob.info/', 'USA', 'Please visit our website! http://www.elovejob.info/', 'bd3c3da76a', 'Please+visit+our+website!+http://www.elovejob.info/', 'Please visit our website! http://www.elovejob.info/', 'Please visit our website! http://www.elovejob.info/', 'fun', 'pc', '36be442d4', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('151', '0', '329', '2847b5428d36402c2004294482bb73eb', '0', '0', '0', '1188441758', '0', '0', '0.00', '1', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '', '0', '329@highschoolindex.com', '', '', '', '', '', '', '', '', '', '', 'ced4adaac', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('153', '0', 'MenSuperLive', 'd1aeb0baee238ddaa591d7bff74d6240', '0', '0', '0', '1188496551', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'shpaner_kosta@list.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', '1a670d4241', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', '1b672a673', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('155', '0', 'Pablo', '224bc1813c0b272f457f76ed28f4a945', '0', '0', '0', '1188526641', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sdgsgsdgsgd@vinbazar.com', '', 'http://hardcore-sex.free-site-host.com/adult-dating-sex-site.html', 'Mars', '', '', '', '', '', '', '', '2c1df5bc7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('156', '0', 'cholpar', 'f31458a4786035769a386001f1b6d0a8', '0', '0', '0', '1188557439', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'charlezs@bonbon.net', '279528232', 'http://drugdeals.info', 'USA', 'BIG MONEY!!!', 'c275bc3ac7', 'BIG+MONEY!!!', 'BIG MONEY!!!', 'BIG MONEY!!!', 'music', 'pop', 'cfae98cf1', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('157', '0', 'XprioRas', '318fdd05eeeed458cc4a9ae8e0ba4501', '0', '0', '0', '1188622529', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'xprioras@mail.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', 'b080d0a4c2', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', 'a6c5172ab', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('158', '0', 'niketront', '129f14442dbb3bb74bfbbbecbac867f7', '0', '0', '0', '1188625135', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'niketront@gamebox.net', '119725584', 'http://keeleyhazellsextapes.com', 'USA', '', '', '', '', '', 'insurance', 'swimming', 'd23247c72', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('159', '0', 'coleboult', '0845b63b8ca7d8f2a914750983c29539', '0', '0', '0', '1188644037', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'coleboult@gamebox.net', '279528232', 'http://drugdeals.info', 'USA', 'BIG MONEY!!!', '8741d0f8da', 'BIG+MONEY!!!', 'BIG MONEY!!!', 'BIG MONEY!!!', 'music', 'pop', '0b50df051', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('160', '0', 'BritneyloverII', 'affe70d4873862068d68f2129258b23b', '0', '0', '0', '1188689982', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'britneyloverii@mail.ru', '213583245', '', 'USA', '', '', '', '', '', 'Singing', 'Dancing', '8ab968346', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('161', '0', 'HookVilln', '79e6eb3ffd293811c4c720ab3904009a', '0', '0', '0', '1188702263', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'hookvill@bigmir.net', '89897234234', 'http://abmradar.com', 'Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', '0d53f11242', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Fioricet', 'Fioricet', '4b7e0dde2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('162', '0', 'GoodDaysv', '9f797daa7e77ca9fcfd9be9d8187c2e5', '0', '0', '0', '1188743722', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'gooddayn@bigmir.net', '84563452432', 'http://c42.org', 'Tramadol', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', '9e7b5c46ad', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Tramadol', 'Tramadol', '42b7d5d2c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('181', '0', 'maxbaart', '300b7aa51684393cde142804982d7dea', '0', '0', '0', '1189187668', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'maxbaart@gamebox.net', '379528242', '', 'USA', '', '', '', '', '', 'music', 'pop', '44fa79c96', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('163', '0', 'wandnara', 'f4219bc9b001ec4ea65e39f4e86935c8', '0', '0', '0', '1188818158', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'wandnara@bonbon.net', '119725584', '', 'USA', '', '', '', '', '', 'insurance', 'swimming', 'c3faf2426', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('164', '0', 'noeliamong', 'aefdbfd7f0f94e76fab5f3b23405e33b', '0', '0', '0', '1188822471', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'noelia@gamebox.net', '279528232', 'http://noeliasextapes.info', 'USA', 'BIG MONEY!!!', 'e53fbb91ef', 'BIG+MONEY!!!', 'BIG MONEY!!!', 'BIG MONEY!!!', 'music', 'pop', '697377795', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('165', '0', 'preefsbib', '4b7d46ea065311bee90d05461625e52b', '0', '0', '0', '1188845907', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'pladcawlnab@mymail-in.net', '183245883', 'http://themp3down.info', 'Nepal', '[URL=http://themp3down.info][b:619d0220b5] YOUR FAVOURITE MP3 MUSIC[/b:619d0220b5][/URL]', '619d0220b5', '[URL=http://themp3down.info][b]+YOUR+FAVOURITE+MP3+MUSIC[/b][/URL]', '[URL=http://themp3down.info][b] YOUR FAVOURITE MP3 MUSIC[/b][/URL]', '[URL=http://themp3down.info][b] YOUR FAVOURITE MP3 MUSIC[/b][/URL]', 'Government', 'Business networking', 'e60eb42cc', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('166', '0', 'naryave', '03f690195f59c32d566cfb79383e01c8', '0', '0', '0', '1188879768', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '', '0', 'naryave21@yahoo.com', '', '', '', '', '', '', '', '', '', '', '408f1ed63', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('167', '0', 'millberst', 'a99484a6eab12120a048c7739712ac08', '0', '0', '0', '1188880653', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'millbers@bigmir.net', '7558574647', 'http://abmradar.com', 'Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'fb30824649', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Fioricet', 'Fioricet', '6c193d582', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('168', '0', 'leonchus', '9d4c315bfc2ee23586253da36dd1092e', '0', '0', '0', '1188946590', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'leonchus@phreaker.net', '221585655', 'http://tramadolonlineorder.info', 'USA', '', '', '', '', '', 'insurance', 'swimming', '192184944', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('169', '0', 'memmoiditty', 'a684c722e9632484a30bbc89e683e08d', '0', '0', '0', '1188947720', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tramadol07@inbox.ru', '45799655', 'http://elkind.net/med/buy-tramadol', 'usa', '', '', '', '', '', 'sale menegement', 'walking', '628484a61', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('170', '0', 'TretDongen', '9f797daa7e77ca9fcfd9be9d8187c2e5', '0', '0', '0', '1188967247', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tretrobin@bigmir.net', '84563452432', 'http://c42.org', 'Tramadol', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', '57c2658065', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Tramadol', 'Tramadol', '57f819261', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('171', '0', 'Megboys', '51c02eb2cf5e858d34e9ba8a552dea9b', '0', '0', '0', '1188981396', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ultrabests@bigmir.net', '7868547643', 'http://aaxxxaa.com', 'Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online', '597e2376d8', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online', 'Fioricet', 'Fioricet', '7c36dc3d7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('172', '0', 'erinbaart', '7713fef57c087bfaaa959f68c97010ce', '0', '0', '0', '1188985473', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'erinbaart@gamebox.net', '379528232', 'http://buytramadolpills.info', 'USA', '', '', '', '', '', 'music', 'pop', '1e9acd4ca', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('173', '0', 'NekBrikers', '5b2ec0aa47cb1cd778ebabfe9f1adbf6', '0', '0', '0', '1189009427', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'nekbrikers@bigmir.net', '5345345345', 'http://abmradar.com', 'Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', '42b16f831f', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Fioricet', 'Fioricet', 'c2524e90b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('174', '0', 'dadderok', 'f096b84606f92d33417c19a9f6de19b4', '0', '0', '0', '1189025309', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'dadderok@phreaker.net', '221665655', '', 'USA', '', '', '', '', '', 'insurance', 'swimming', '24c7c6e28', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('191', '0', 'Nywusa', '74654800015ff6333dc69056a762dad7', '0', '0', '0', '1189481125', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'nywusa@bigmir.net', '2342342342', 'http://abmradar.com', 'Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', '7a4af5bcc4', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Tramadol', 'Tramadol', 'eb259baf5', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('175', '0', 'adultwwwdating', '6b8c0735e4cee627f130f681b528dcd0', '0', '0', '0', '1189052992', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tarankin77@mail.ru', '866209', 'http://adult.eqo.de', 'UnitedArabEmirates', 'adult dating', 'f95e84a52e', 'adult+dating', 'adult dating', 'adult dating', 'soft', 'free', '9ba53b512', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('176', '0', 'kinbaart', 'ef2342597940c9f58a458cf172b7418b', '0', '0', '0', '1189079185', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'kinbaart@gamebox.net', '179528232', '', 'USA', '', '', '', '', '', 'music', 'pop', '6728a847c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('177', '0', 'sandracuk', '8b588b81037e5234b34100f39bd2fe2a', '0', '0', '0', '1189079488', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sandracuk@phreaker.net', '221665755', '', 'USA', '', '', '', '', '', 'insurance', 'swimming', 'e164421b2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('178', '0', 'jobfindddd', '608ba58d353a3a03918c31149ba86075', '0', '0', '0', '1189111395', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'job-find5@mail.ru', '0989786', 'http://job-find.eqo.de', 'Zambia', 'adult dating', '051dd99c8f', 'adult+dating', 'adult dating', 'adult dating', 'mobile', 'flowers', 'e8063f40e', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('179', '0', 'posimoka', '250cd68219025de2da5b865c3237f0fe', '0', '0', '0', '1189111924', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'posimoka@phreaker.net', '221670755', '', 'USA', '', '', '', '', '', 'insurance', 'swimming', '1fbae6225', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('180', '0', 'addhromoff', '795d66f28038e71b34a522ba6da82748', '0', '0', '0', '1189145577', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'jhgffdgj77@mail.ru', '866209', 'http://www.a-l-t.info/', 'Jordan', 'hromoff', '00039b0604', 'hromoff', 'hromoff', 'hromoff', 'host', 'shopping', 'fe0d54d2a', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('182', '0', 'SupapLexg', '74654800015ff6333dc69056a762dad7', '0', '0', '0', '1189202471', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'supaplexg@bigmir.net', '6534534556', 'http://abmradar.com', 'Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'd28b04e58c', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video', 'Fioricet', 'Fioricet', '9d1b145d1', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('183', '0', 'LiteSexErotica', '318fdd05eeeed458cc4a9ae8e0ba4501', '0', '0', '0', '1189215576', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'litesexerotica85@mail.ru', '123456789', 'http://xxx.xspider.info', 'USA', 'http://xxx.xspider.info', '55dcbba329', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'http://xxx.xspider.info', 'SEX', 'SEX', '70481ff12', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('184', '0', 'Ukstrinit', '24773ce220ce0564ce08dba295a67ed6', '0', '0', '0', '1189262739', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ukinfun@bigmir.net', '697459', 'http://c42.org', 'Cheap', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', '46fbd3ae56', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online+Best+Cheap', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', 'Cheap', 'Tramadol', 'ec7cc3ab7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('185', '0', 'gusimol', '12ff42b90d717978fed8adcee5cef337', '0', '0', '0', '1189270363', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'gusimol@gamebox.net', '221699755', '', 'USA', '', '', '', '', '', 'insurance', 'swimming', '142155a16', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('187', '0', 'robydil', 'b2720f21f3857dfee1d646038d19f111', '0', '0', '0', '1189377183', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'robydil@gamebox.net', '213293968', '', 'USA', '', '', '', '', '', 'music', 'pop', '62ed07dc4', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('186', '0', 'BredFull', '74654800015ff6333dc69056a762dad7', '0', '0', '0', '1189334938', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'bretfull@bigmir.net', '7857856723', 'http://abmradar.com', 'Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', '3b62fbfd3b', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Tramadol', 'Tramadol', '90dea1849', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('188', '0', 'Remafboq', '224bc1813c0b272f457f76ed28f4a945', '0', '0', '0', '1189388330', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'taaqylor@mail.ru', '', 'http://cheapphentermin.freemyforumadult.com', 'Mexico', '', '', '', '', '', '', '', '511ea0322', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('189', '0', 'zaleplon', '2070f034f6475040456d795d098dd553', '0', '0', '0', '1189412488', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'shegolv-aleksei@mail.ru', '', 'http://www.xanga.com/zaleplon', 'chile', 'web', '40f7e2d71c', '', '', '', 'web', 'all', '2a1df95ef', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('192', '0', 'EMMETTa', 'c429646314c388f525f6b40b9b066e0c', '0', '0', '0', '1189513765', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'elberta@mymail-in.net', '1589324', 'http://rudy.finito.fc2.com', 'Moldova', '', '', '', '', '', 'Showtimess', 'Diff', 'ca60fdf3b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('190', '0', 'Cupviptm', '47cd0769134bde803351d4997979e68a', '0', '0', '0', '1189460871', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cupviptm@bigmir.net', '4656563232', 'http://aaxxxaa.com', 'Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Cheap Tramadol', '819cabe013', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Cheap+Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Cheap Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Cheap Tramadol', 'Fioricet', 'Fioricet', '71e805911', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('193', '0', 'MegaPitkin', '9ecdd4786e5e72bc147cfb35b98b2274', '0', '0', '0', '1189606396', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'megapitkin@bigmir.net', '6754673463', 'http://c42.org', 'Fioricet', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', '02a0d6df06', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online+Best+Cheap', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', 'Fioricet', 'Tramadol', 'c4fa660dc', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('194', '0', 'Tafyraognq', '224bc1813c0b272f457f76ed28f4a945', '0', '0', '0', '1189626239', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'taaqylor43@mail.ru', '', 'http://redheadblowjob.freemyforumadult.com', 'Italy', '', '', '', '', '', '', '', 'ea68ab58f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('195', '0', 'henrykosm', '34f61aec15c3b093657c9967352a0d03', '0', '0', '0', '1189638062', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'henrykosm@bonbon.net', '45896325', '', 'USA', '', '', '', '', '', 'bank', 'darts', '345cac524', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('196', '0', 'vikihol', '72f92ef802be974ff1a68b12c40c9dbf', '0', '0', '0', '1189644293', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'vikihol@phreaker.net', '41778232', '', 'USA', '', '', '', '', '', 'music', 'pop', '115ca35b2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('197', '0', 'Iaucoeuo', '962b81411d2546d92655b02000a4ed33', '0', '0', '0', '1189662770', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'eoracva@bigmir.net', '8654325215', 'http://aaxxxaa.com', 'Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Cheap Tramadol', '548c9b833c', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Cheap+Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Cheap Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Cheap Tramadol', 'Fioricet', 'Fioricet', '838cb4478', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('198', '0', 'Lerefrupe', 'f0a0e7067307876e56f0b97066f915d3', '0', '0', '0', '1189691467', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'epitterop@mail.ru', '122148455', 'http://allformobile.net.ru', 'Ethiopia', '', '', '', '', '', 'Manufacturing, operations', 'Walking, hiking', '0ad2bc306', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('199', '0', 'Kulhyns', 'e5116f4289f8755877d8ed20be7d6659', '0', '0', '0', '1189699808', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'kulhyn@bigmir.net', '123125434', 'http://abmradar.com', 'Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', '19bab1d278', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Tramadol', 'Tramadol', '7821d2301', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('200', '0', 'kimdetr', '1af5958526dc50c350a7fa82c33fe7b1', '0', '0', '0', '1189701073', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'kimdetr@gamebox.net', '2778232', 'http://ordertramadolpill.info', 'USA', 'life\'s cool', '31fad085e0', 'life\'s+cool', 'life\'s cool', 'life\'s cool', 'music', 'life\'s cool', 'cfc8f8efe', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('201', '0', 'enliseter', '46b794aa038c64928fba8857837c8dab', '0', '0', '0', '1189702033', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'attaisymn@kremenchug.ws', '278385122', 'http://www.cheap-hoodia.com', 'Namibia', 'I love hockey and [url=http://www.cheap-hoodia.com]hoodia[/url]', 'c967c15b9a', 'I+love+hockey+and+[url=http://www.cheap-hoodia.com]hoodia[/url]', 'I love hockey and [url=http://www.cheap-hoodia.com]hoodia[/url]', 'I love hockey and [url=http://www.cheap-hoodia.com]hoodia[/url]', 'Estate', 'Hockey', 'f9ebfa187', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('228', '0', 'BigTorqset', '87450ad38af40d2b3281a37c90341248', '0', '0', '0', '1190275510', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'bigtorqset@mail.ru', '64455577', 'http://hometown.aol.com/CydCarlo4358/', 'Kazakhstan', '', '', '', '', '', 'Media', 'Bowling', '596723bd0', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('202', '0', 'Ertowner', 'c420c65ab1ed200a2c58ffec268ae5da', '0', '0', '0', '1189768860', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ertowner@bigmir.net', '34534534534', 'http://c42.org', 'Fioricet', 'Cheap Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', 'e8f0d78e57', 'Cheap+Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online+Best+Cheap', 'Cheap Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', 'Cheap Fioricet Online Viagra Online Cialis Buy Tramadol Online Best Cheap', 'Fioricet', 'Tramadol', 'a50b63131', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('203', '0', 'bonyrek', '855002eaa933529e678f646e490c69d4', '0', '0', '0', '1189770192', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'bonyrek@toughguy.net', '42778232', '', 'USA', '', '', '', '', '', 'music', '', 'b5e3cb656', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('204', '0', 'mikapoq', '31e8d93540c915fa798084b7f35cd261', '0', '0', '0', '1189780883', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'mikapoq@phreaker.net', '258369777', 'http://083-tramadol.cheaptramadolsite.info', 'USA', '', '', '', '', '', 'bank', 'darts', '2c10e3767', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('205', '0', 'GansitoBraun', '9994543517aa54eb1c9f42451c5b81ec', '0', '0', '0', '1189789979', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'rootgoogle@bigmir.net', '9656746743', 'http://c42.org', 'Viagra', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', '1af9f1f43e', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Viagra', 'Movie', '191012e79', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('206', '0', 'lizadax', 'dc1a81742bcca6828d938c17a4e7e9f2', '0', '0', '0', '1189796591', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'lizadax@gamebox.net', '42778112', '', 'USA', '', '', '', '', '', 'music', '', '5f6673a0f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('207', '0', 'irkbunter', '9c29dbcbfacb498974a4c884625d1cf3', '0', '0', '0', '1189831201', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'irkbun@bigmir.net', '7456326522', 'http://c42.org', 'Fioricet', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online Soma', '51376e5f8c', 'Fioricet+Online+Viagra+Online+Cialis+Buy+Tramadol+Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', 'Fioricet', 'Fioricet', '1f8e87b9b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('208', '0', 'kiliboa', '84ba7e4d0812f7d6c9b91114f28180b6', '0', '0', '0', '1189862499', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'kiliboa@gamebox.net', '42778982', '', 'USA', '', '', '', '', '', 'music', '', '8ee96db80', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('209', '0', 'ammafox', 'ed8edff5b1e2d97c43794fba9b79155b', '0', '0', '0', '1189867912', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ammafox@bonbon.net', '193083445', '', 'USA', '', '', '', '', '', 'bank', 'darts', '8cc0edd53', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('210', '0', 'Hungreenz', '54a4338b3723b0e646f8be515561be34', '0', '0', '0', '1189890188', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'werwerwergur@bigmir.net', '4563534532', 'http://abmradar.com', 'Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'ae1a20d56a', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Tramadol', 'Tramadol', 'f314a2b8d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('211', '0', 'Utrvertins', '71e781b3dc1bc1d1123293d75b8a85c5', '0', '0', '0', '1189985163', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'utrvertin@bigmir.net', '8442411231', 'http://abmradar.com', 'Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', '6da3e018ce', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Tramadol', 'Tramadol', '4cbd21fb4', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('212', '0', 'meLeader', '6d14cb563822cfd8250b6b34390d3f41', '0', '0', '0', '1190006518', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cooly2jazzy@mail.ru', '', 'http://marakesh.info/free-porn-tv/', '', '', '', '', '', '', '', '', 'ad2208501', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('213', '0', 'zizaxer', '493e8af66fd69941938a9efb3ec44000', '0', '0', '0', '1190031622', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'zizaxer@gamebox.net', '11178982', '', 'USA', '', '', '', '', '', 'music', '', 'ec0e742fd', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('214', '0', 'vulikox', '3d6495366bff16649a834a1cfa141f34', '0', '0', '0', '1190036511', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'vulikox@bonbon.net', '177443445', '', 'USA', '', '', '', '', '', 'bank', 'darts', '49e64aba5', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('215', '0', 'Urbuntuer', 'e459d159f43bc43f197c191daac27b30', '0', '0', '0', '1190068304', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'urbuntuer@bigmir.net', '3689769758', 'http://abmradar.com', 'Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', '1c6529d704', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Tramadol', 'Tramadol', '20e9d8fe9', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('216', '0', 'Moremontr', 'cba9e6d92effa205ab21fd2acb840a23', '0', '0', '0', '1190113958', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'moremontr@bigmir.net', '2452536225', 'http://abmradar.com', 'Tramadol', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'f46a111158', 'Best+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Tramadol', 'Tramadol', '08c41a316', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('217', '0', 'xanxaser', '054d78029760748f4d5b97194d5da850', '0', '0', '0', '1190121477', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'xanxaser@toughguy.net', '45478236', '', 'USA', '', '', '', '', '', 'music', '', 'a97c92706', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('218', '0', 'markbila', '48401108016e496cf279b1f86e2ae174', '0', '0', '0', '1190126332', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'markbila@bonbon.net', '47125444', '', 'USA', '', '', '', '', '', 'bank', 'darts', '60039c6ba', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('219', '0', 'DDGSSASSAXXA', '87450ad38af40d2b3281a37c90341248', '0', '0', '0', '1190134927', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sexcollection@bljat.info', '154755557', 'http://hometown.aol.com/CydCarlo4358', 'Kazakhstan', 'full satisfaction', 'ba1f2986b2', 'Please+visit+our+website!+http://www.elovejob.info/', 'Please visit our website! http://www.elovejob.info/', 'Please visit our website! http://www.elovejob.info/', 'Media', 'Bowling', 'b20b5eb84', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('220', '0', 'marydersy', '9d2c67387c4e71c6856ed24970a39f12', '0', '0', '0', '1190154704', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'marydersy@bigmir.net', '416462250', '', 'USA', '', '', '', '', '', 'music', '', '77d9274f4', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('221', '0', 'markgiant', '3a8a221cb0725766608ad00b62d2d0df', '0', '0', '0', '1190159862', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'markgiant@bigmir.net', '459477799', '', 'USA', '', '', '', '', '', 'bank', 'darts', '29e4e25b6', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('222', '0', 'asharbiq', 'ca30b021904b8e760c9b51ad2d9f3ad3', '0', '0', '0', '1190197377', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'asharbiq@toughguy.net', '25252588', '', 'USA', '', '', '', '', '', 'music', '', 'e958eb8dd', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('223', '0', 'NetoPingeRy', 'd2f58b3876589df08660c1cad9f300cf', '0', '0', '0', '1190209679', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'netopingery@mail.ru', '9873456', 'http://sunglassesprada.blogspot.com/', 'USA', 'http://sunglassesprada.blogspot.com/', '9c4ada01a2', 'http://sunglassesprada.blogspot.com/', 'http://sunglassesprada.blogspot.com/', 'http://sunglassesprada.blogspot.com/', 'soft', '', '667b20709', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('224', '0', 'frankvuk', 'a2febaf3342b1a20f6be4f55918a4cfd', '0', '0', '0', '1190224637', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'frankvuk@phreaker.net', '15252588', '', 'USA', '', '', '', '', '', 'music', '', '17d77158c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('225', '0', 'boxsiki', 'd100fe293e4bc4dbc8d96eadf00448b9', '0', '0', '0', '1190229339', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'boxsiki@bonbon.net', '101477799', '', 'USA', '', '', '', '', '', 'bank', 'darts', '70f28bacd', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('226', '0', 'vosemdeviat', '795d66f28038e71b34a522ba6da82748', '0', '0', '0', '1190247703', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'vos8974@mail.ru', '9765446', 'http://89.com-adult.info/', 'Angola', '89.com', 'f3d6d59922', '89.com', '89.com', '89.com', 'free', 'shopping', '1a405d981', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('227', '0', 'EerthDerty', 'd4dc684e3e39fb126fb40117ee510ead', '0', '0', '0', '1190256104', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sdwertfy@inet.ua', '2224568765', 'http://yourhotclips.info/', 'USA', '', '', '', '', '', 'student', 'Hockey', '0afd1ebdb', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('229', '0', 'Ewertuns', 'bf703ed6585845a2949f41854779f9f6', '0', '0', '0', '1190290116', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ewertun@bigmir.net', '1246536435', 'http://abmradar.com', 'Soma', 'Best Soma Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', '8013c24cce', 'Best+Soma+Viagra+Xanax+Tramadol+Fioricet+Levitra+Buy+Now+Online+Best+Pharma+Movie+Best+DVD+Video+Cheap+Fioricet', 'Best Soma Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Best Soma Viagra Xanax Tramadol Fioricet Levitra Buy Now Online Best Pharma Movie Best DVD Video Cheap Fioricet', 'Soma', 'Soma', '185043143', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('230', '0', 'mwseik', '69d7dd4e3481274aaecedbd37d2ceac4', '0', '0', '0', '1190356878', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '', '0', 'myspace@thecookinginn.com', '', 'http://www.thecookinginn.com', 'Pueblo West, CO', '', '', '', '', '', 'Disabled, webmaster', 'cooking, music, movies, arts', '55b356aef', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('231', '0', 'Errqrtums', 'f5c8a418ce1a0d6e7a9860e2678997c6', '0', '0', '0', '1190371539', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'trombers12@pozitifff.com', '835622562', 'http://c42.org', 'Movie', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', '94925ccca0', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Movie', 'Movie', '1f8e72f02', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('232', '0', 'Curpuntins', 'e40851e5c49b934eedea9756bf29f97f', '0', '0', '0', '1190395101', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'curpuntins2@zadonsk.net', '7265325245', 'http://c42.org', 'Porno', 'Fioricet Online Viagra Online Cialis Buy Tramadol Online', '2bd36089b8', 'Porno', 'Porno', 'Porno', 'Porno', 'Porno', '9612de8b6', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('233', '0', 'jimisarab', '26f1dcce8428c5e119474eaabfdeb7f2', '0', '0', '0', '1190446233', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ixisusfro-1@walala.org', '200255222', 'http://mass.com/', 'Canada', 'Dr', '44ffb0cb86', 'Dr', 'Dr', 'Dr', 'Director', 'Sport', 'cdbae8b56', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('234', '0', 'ALANa', 'c429646314c388f525f6b40b9b066e0c', '0', '0', '0', '1190446394', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cartera@inbox.ru', '1589324', 'http://rudy.finito.fc2.com', 'Ireland', 'Showtimess', '353685151c', '', '', '', 'Showtimess', 'Diff', '36d95bfa3', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('235', '0', 'Alice_Noir', '2f16f60a0002632329126f9ece9c990d', '0', '0', '0', '1190472069', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'knightrose@hotmail.com', '', '', 'Canada', '', '', '', '', '', '', '', '8754c53c0', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('236', '0', 'Shennykiketle', 'fe3fb65151da0fdeb9f537e850852371', '0', '0', '0', '1190483521', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'unoriageorn@zadonsk.net', '333268454', '', 'Portugal', '', '', '', '', '', 'Retail', 'Volunteering', '98241635f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('237', '0', 'EerthYrty', '928c75c8f85e290edd02ee6366cc3d2b', '0', '0', '0', '1190496232', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'juikamf@inet.ua', '42251651277', 'http://yourhotclips.info/', 'USA', '', '', '', '', '', 'student', 'Hockey', '5906dce6b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('238', '0', 'CopsnodoTof', 'db80d859919a900075d7ec3af74d98a9', '0', '0', '0', '1190541450', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'fvniwefnwei@1wrz.com', '157271537', '', 'Brunei Darussalam', '', '', '', '', '', 'Health', 'Hockey', '071159d80', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('239', '0', 'dugmentorweb', '7927d0cd79707f9a9432b0ed4d07c489', '0', '0', '0', '1190544072', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'mozg@buy-24h.net.ru', '54018', 'http://cheap-24h.com', 'US', 'buy cigarette online', '3dc9e5429e', '', '', '', 'cheap cigarette dirt', 'cigarette coupon marlboro', '0b9e21e33', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('240', '0', 'ffdating', '257661505956e5acf67e318d9d21fc02', '0', '0', '0', '1190564349', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ninzia1956a@mail.ru', '890544680', 'http://ffdating.eqo.de', 'Japan', 'http://ffdating.eqo.de', '736e1c8850', 'http://ffdating.eqo.de', 'http://ffdating.eqo.de', 'http://ffdating.eqo.de', 'hosting', 'girst', 'b886bf3b3', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('241', '0', 'DimNutres', 'bbb8f02adb0438ff02cdc3a9d06800d9', '0', '0', '0', '1190566826', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'drimnpers@bigmir.net', '143152442', 'http://c42.org', 'Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'e141809512', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Video', 'Video', '9f8095cad', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('242', '0', 'Trustedrxk', '3664bcf1acd299c4c3835f5196e3f824', '0', '0', '0', '1190595860', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'trustedrx@bigmir.net', '356472542', 'http://c42.org', 'Porno', 'FIORICET Online Viagra Online Cialis Buy Tramadol Online', 'e025c2621c', 'Porno', 'Porno', 'Porno', 'Porno', 'Porno', 'c3b1c4db3', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('243', '0', 'Brendaamemn', '42152e2e8931adde63a1787f79f6a83e', '0', '0', '0', '1190597918', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'egrgegreg@cooll.org', '311841688', '', 'Bangladesh', '', '', '', '', '', 'Customer', 'Volunteering', '9719bcf19', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('244', '0', 'WaypeKneeni', '38f2e1fe4986abfdcba91bd015d1cd4b', '0', '0', '0', '1190632647', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'regwervwrgw@24mail.info', '232582633', '', 'Cape Verde', '', '', '', '', '', 'Service', 'Inline skating', 'db7f9cef2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('245', '0', 'Thibblilm', '2dc1f08e059ec88830247c1036f4b32b', '0', '0', '0', '1190697270', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'rfjwifj@1wrz.com', '151754657', 'http://yahoo.de', 'United States', 'LLL', '0e101fadac', '', '', '', 'Technology', 'Fitness', '671c2ba22', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('246', '0', 'yttrabent', '288432cd24f8bf41e72ca525a76f57c5', '0', '0', '0', '1190714957', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'yttrabent@bigmir.net', '34234242', 'http://c42.org', 'Porno', 'FIORICET Online Viagra Online Cialis Buy Tramadol Online', '2ba7f4dd2c', 'Porno', 'Porno', 'Porno', 'Porno', 'Porno', 'b8bbb408c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('247', '0', 'ghsertfsdhsdb', 'e64bd5a744a3ea0f132132fe0f92349c', '0', '0', '0', '1190743424', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'hgderstsdafa32@yahoo.com', '', 'http://bestcrackdownloadsoft.com', '', '', '', '', '', '', '', '', '689775912', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('248', '0', 'Irtumesr', '10069d014caa900eb51b7d64b3cbc11c', '0', '0', '0', '1190762648', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'irtumers@bigmir.net', '4234234234', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', 'ad334ca10b', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', '7756725b2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('249', '0', 'FioricetRx', 'ab348ecdd2935ccf2f44f8359081aa4e', '0', '0', '0', '1190769467', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'fioricet313@bigmir.net', '243635624', 'http://c42.org', 'Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', '3f02990838', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Video', 'Video', 'b9ccc4a73', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('250', '0', 'Speseetrelm', '481afe6c7bf74998ddeb2f971e83f576', '0', '0', '0', '1190772848', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'wefjiejfiew@list.ru', '312616378', '', 'Puerto Rico', '', '', '', '', '', 'Retail', 'Shopping, antiques', 'ad541242e', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('251', '0', 'Teenslovers', '93efd391177da817c9a1319ddcd40df4', '0', '0', '0', '1190804028', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'karabaso@ukr.net', '34575656', 'http://teens-discussion.com', 'USA', 'amateur sex teen video , download free porn teen .', '0ddd29befc', '', '', '', 'black girl teen , young teen movie .', 'home movie teen , fight girl teen .', '643cc5cb2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('252', '0', 'SCONSECEM', '9de8cb7985907c08fc7c6d22ac4e7105', '0', '0', '0', '1190808301', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'scjiefjwiji@mail15.com', '361417711', 'http://yahoo.de', 'New Zealand', 'LLL', 'b45d99fe5a', '', '', '', 'Technology', 'Walking, hiking', 'f4cf96cf3', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('253', '0', 'viktorhuk', 'ebbdb0bbcd5f0a386c6cfb393bbfdb48', '0', '0', '0', '1190809913', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'viktorhuk@lvivs.com', '101478558', 'http://whytramadol.biz', 'USA', '', '', '', '', '', 'golf', '', 'c9188e209', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('254', '0', 'lestersun', 'c542902f154e264329c88a564e0e7ff7', '0', '0', '0', '1190812048', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'lestersun@bonbon.net', '203203556', '', 'USA', '', '', '', '', '', 'bank', 'darts', '59acab5e9', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('255', '0', 'astortFut', '3fc98288312102dc2fa746ab3c92b139', '0', '0', '0', '1190844916', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'vjwerifejwei@mail15.com', '378763371', '', 'Georgia', '', '', '', '', '', 'Human', 'Coffee and conversation', 'e8d8a16aa', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('256', '0', 'Truercow', 'c424caf0a01efbe1a05b13f0814b2f2e', '0', '0', '0', '1190849510', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'truwercow@bigmir.net', '342342423423', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', 'd9238221b1', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', 'af2ec1427', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('257', '0', 'finomeneres', '4e51fd9069fcd5f6bf42bd315889ac48', '0', '0', '0', '1190856338', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'finomeneres@mail.ru', '112153887', 'http://www.sexvsadult.info', 'Canada', '', '', '', '', '', 'Media', 'Auto racing, motorcross', '8aae72108', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('258', '0', 'rukimun', '1d72a92408b4e90c75fe7c879fafa400', '0', '0', '0', '1190902597', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'rukimoon@gamebox.net', '2892547', '', 'USA', '', '', '', '', '', 'golf', '', '7bba2e632', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('259', '0', 'ANTONIOa', 'c429646314c388f525f6b40b9b066e0c', '0', '0', '0', '1190903412', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'eugenioa@mail.ru', '1589324', 'http://rudy.finito.fc2.com', 'Oman', 'Showtimess', '6e93facc49', '', '', '', 'Showtimess', 'Diff', '0a3df3cdd', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('260', '0', 'Iorrniuno', 'c9f9c1d38f61009743c861294ac89e79', '0', '0', '0', '1190905941', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'iorrniuno@phreaker.net', '23517327', 'http://www.nudegirlspics.info', 'USA', 'pharmacy', '176a1479e9', '', '', '', 'pharmacy', 'web', 'bdcd7fa41', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('261', '0', 'Bumtersonw', '8bdd5a81ac2df4f2ba4aa196ffe6f092', '0', '0', '0', '1190913255', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'bumtersons@bigmir.net', '524534622', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', '2538a05bcd', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', '6b7a888f3', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('262', '0', 'pipawnzep', '402b719a0567d797328cbed5fd3b6dcd', '0', '0', '0', '1190921653', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'djqwidiq@mail.ru', '343844612', 'http://yahoo.de', 'Tunisia', 'LLL', '50e23126c0', '', '', '', 'Law', 'Nightclubs, dancing', 'efdc4bae8', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('263', '0', 'wosemdesiat', '795d66f28038e71b34a522ba6da82748', '0', '0', '0', '1190944298', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'thelowprices@mail.ru', '65876745464', 'http://89-com.thelowprices.info', 'Belarus', '89.com', 'efe8751127', '89.com', '89.com', '89.com', 'hosting', 'mobile', '1a094221f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('264', '0', 'BENNIEa', 'c429646314c388f525f6b40b9b066e0c', '0', '0', '0', '1190945548', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'andresa@mail.ru', '1589324', 'http://rudy.finito.fc2.com', 'Tajikistan', 'Showtimess', 'e922b752ea', '', '', '', 'Showtimess', 'Diff', 'c96c65303', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('265', '0', 'CialsBredfs', '88988008c6ff993f1c1f928aa190e1d0', '0', '0', '0', '1190957533', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'fioricetcial@bigmir.net', '324242342', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', '2347f0e96b', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', '27aafd237', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('266', '0', 'Ortektims', 'a59da997491f23ad2e81fdcc1d16035e', '0', '0', '0', '1190964944', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ortektin@bigmir.net', '356362542', 'http://c42.org', 'Fioricet', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', '755f138f15', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Fioricet', 'Video', '7fcbc639e', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('267', '0', 'HoxChoroThozy', '1f0e28b9f2f61712a0756fa14e0f3751', '0', '0', '0', '1190965340', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'huwehfu@cccp.su', '155778312', '', 'Iran', '', '', '', '', '', 'Internet, new', 'Tennis, racquet sports', '52b978390', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('268', '0', 'DONTEa', 'c429646314c388f525f6b40b9b066e0c', '0', '0', '0', '1190985847', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'clementea@mail.ru', '1589324', 'http://rudy.finito.fc2.com', 'Uruguay', 'Showtimess', '71192e502d', '', '', '', 'Showtimess', 'Diff', '23b668cc6', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('269', '0', 'pyclereelealk', '341d9bc3d4ca24065b8856deddfcc971', '0', '0', '0', '1191003191', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'vwjeifjji@mail333.com', '137261448', '', 'Morocco', '', '', '', '', '', 'Arts, entertainment, publishing', 'Shopping, antiques', 'c48cd7dd9', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('270', '0', 'Urbentursv', '10b724197f7ab2a33897ad9ee73056fa', '0', '0', '0', '1191006071', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'urbuntervan@bigmir.net', '4324234234234', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', '869d3d78ca', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', '1981acdce', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('271', '0', 'sertfsdhsdsd', '380eca54051d82defb88d74ee8b787f4', '0', '0', '0', '1191032605', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'fdgdfg@downloadcrackfreesoftware.com', '', 'http://downloadfreebreaksoftware.info', '', '', '', '', '', '', '', '', 'e0daf51f7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('272', '0', 'amdogodoz', '76d47ae02d3e966fe15f5115144fbca3', '0', '0', '0', '1191036672', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'amdogodoz-1@1chuan.com', '100424234', 'http://msn.com/', 'USA', 'Drector', 'dbbf174b81', 'Drector', 'Drector', 'Drector', 'Drector', 'Sport', '43a2cdd20', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('273', '0', 'EMORYa', 'c429646314c388f525f6b40b9b066e0c', '0', '0', '0', '1191052912', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'anthonya@mail.ru', '1589324', 'http://rudy.finito.fc2.com', 'Malaysia', 'Showtimess', '8a3dbf6cd9', '', '', '', 'Showtimess', 'Diff', '036abe5dd', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('274', '0', 'lizased', '0286a08e172e6ba534e154a5243f762d', '0', '0', '0', '1191064995', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'lizased@phreaker.net', '202563398', '', 'USA', '', '', '', '', '', 'bank', 'darts', '0735565f0', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('275', '0', 'Qwdonntlys', '0a604e4026544b3ac50332cafbc4a7d1', '0', '0', '0', '1191081606', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tradqqqq@bigmir.net', '423423423', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', '90fb260b2d', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', 'ffe1d64c2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('276', '0', 'BredFredrix', '6c95ae3191fac1fac0b8510f602c7df8', '0', '0', '0', '1191114372', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'chelsunfiro@bigmir.net', '23423556', 'http://c42.org', 'Fioricet', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', '33a9052156', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Fioricet', 'Video', 'ab1711b02', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('277', '0', 'PainRelief', '1c7171bb91fa5cb8fa00dc3d0c61cf0c', '0', '0', '0', '1191183293', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'soma-rxfeelings@hotpop.com', '', 'http://soma.rxparty.com/', '', '', '', '', '', '', '', '', 'bf497b295', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('278', '0', 'suzyquq', '5d50b106e0ac9a8a0b02b5f5ed4a22f5', '0', '0', '0', '1191186702', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'suzyquq@bonbon.net', '', '', 'USA', 'doctor', '0d4004195a', 'doctor', 'doctor', 'doctor', 'golf', 'doctor', 'ba73b30f0', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('279', '0', 'Cuprummaxs', 'e8c4c5881d982ce755e8c514e53ebae0', '0', '0', '0', '1191191026', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cuprumax@bigmir.net', '473632634', 'http://www.aaaaxxx.com/ns/', 'Porn', 'Teen Porn', 'f3e4131a41', 'Porn+Teen', 'Porn Teen', 'Porn Teen', 'Porn', 'Porn', '105d9faac', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('280', '0', 'CheapLolis', '4d49b6a8aa79c26f143475c396f5e58b', '0', '0', '0', '1191230310', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tramadoloffcheap@bigmir.net', '674654646', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', '55d29b886d', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', '48cb768ba', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('281', '0', 'marktorv', '2114dca4e95e66055e30826068d155c2', '0', '0', '0', '1191257533', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'marktorv@phreaker.net', '', '', 'USA', '', '', '', '', '', 'golf', '', '3250a4af7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('282', '0', 'solikut', '081aa453ccd495f9555412849ad96641', '0', '0', '0', '1191288034', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'solikut@bonbon.net', '', '', 'USA', '', '', '', '', '', 'golf', '', 'e500d1b5c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('283', '0', 'GORODradosti', '7927d0cd79707f9a9432b0ed4d07c489', '0', '0', '0', '1191308384', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'pont@buy-24h.net.ru', '54018', 'http://www.cheap-24h.com', 'US', 'cigarette light', '4c1a960125', '', '', '', 'case cigarette', 'cigarette sales', '299896d7d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('284', '0', 'ohyjik', 'ac73a5487f2717e0ce85a05327491cc0', '0', '0', '0', '1191339129', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'ohyjik@phreaker.net', '', '', 'USA', '', '', '', '', '', 'golf', '', '89782a7f2', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('285', '0', 'SolidMalingop', '1f0e28b9f2f61712a0756fa14e0f3751', '0', '0', '0', '1191346351', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'nkwernfjw@mail333.com', '155778312', '', 'Iran', '', '', '', '', '', 'Internet, new', 'Tennis, racquet sports', '0431f1d53', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('286', '0', 'MetGrensv', '0caaa1d4df4c95526abd367ebe3c2063', '0', '0', '0', '1191348891', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'nulltramad@bigmir.net', '234632453', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', 'dcde5508b8', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', '8f5a59b46', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('287', '0', 'chukcarbo', '795e10c4f18856afa51aa698d942cbde', '0', '0', '0', '1191370013', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'dean@chukcarbo.com', '', '', '', '', '', '', '', '', '', '', 'dd1e582d0', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('288', '0', 'certyhik', '9ac0587883fc46459b5eed6fbf1a9372', '0', '0', '0', '1191377326', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'certyhik@bonbon.net', '', 'http://drugtramadolsite.info', 'USA', '', '', '', '', '', 'golf', '', 'a20afefa7', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('289', '0', 'vizualrtojinm', '30ca70fa40424ccc3ee4ba18052789fc', '0', '0', '0', '1191384935', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'nnn@chukcarbo.com', '', '', '', '', '', '', '', '', '', '', '24a3a678b', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('290', '0', 'MulFioricet', '0b7d4cde971939026cdf207ee8a7bc94', '0', '0', '0', '1191401564', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'mulfioricet@bigmir.net', '23423423', 'http://www.c42.org', 'Tramadol', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', '8fc9b9a9a5', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Tramadol', 'Video', 'd37f2ec01', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('291', '0', 'zaraswok', '0ff6ec852217c3b79139195880f033e7', '0', '0', '0', '1191421859', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'zaraswok@bonbon.net', '', '', 'USA', '', '', '', '', '', 'golf', '', 'e8674997d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('292', '0', 'trampromo', 'fd65ebb863685dcf77f1336f833bd03d', '0', '0', '0', '1191461491', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'trampromo@bonbon.net', '', '', 'USA', '', '', '', '', '', 'golf', '', 'c59b64498', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('293', '0', 'GBabonsher', '6efdd76e7776685a3e70eb400bbd1260', '0', '0', '0', '1191463894', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'yertooners@bigmir.net', '674574574', 'http://baboonn.com', 'NY', 'Casino Fioricet Tramadol Soma Movie DVD', '35b418b2f7', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', '00e20adb8', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('294', '0', 'cujiks', '95ff728bac39cde31322ecd8b8ede7a0', '0', '0', '0', '1191515599', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cujiks@gamebox.net', '', '', 'USA', '', '', '', '', '', 'golf', '', 'f2da8fb9f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('295', '0', 'Joomlenish', '41e82af3a4e79167373d275f0eb71dbf', '0', '0', '0', '1191519983', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'joomlenish@bigmir.net', '563736735', 'http://c42.org', 'Fioricet', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'a12ef1479b', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Fioricet', 'Fioricet', '9aefb6873', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('296', '0', 'resurbitchers', '0ed795ee135473580da77d8f17bce8b8', '0', '0', '0', '1191534947', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tex@goodnesss.com', '', '', '', '', '', '', '', '', '', '', '998357c82', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('297', '0', 'larasdu', 'a5fb6912d21c07aaf467e3cb402b8afd', '0', '0', '0', '1191548845', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'larasdu@toughguy.net', '', '', 'USA', '', '', '', '', '', 'golf', '', 'a047b563c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('298', '0', 'EdisonKoisd', '346405062ee7041e6e2c88cce86d0c0b', '0', '0', '0', '1191555858', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'md@hfslink.com', '5456878', 'http://celebre.medicallbid.com', 'USA', 'Hioredia', '4aadf4aaeb', 'Hioredia', 'Hioredia', 'Hioredia', 'IT', 'Medic', '99d6e1d07', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('299', '0', 'AcimaHicesleemeskig', 'b02a6224e2343a5064b2d6dd5efda71a', '0', '0', '0', '1191557357', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', '3hyb110@goolook.ru', '28868737', 'http://a3q8168.h.fc2.com', 'USA', '', '', '', '', '', 'vsim', 'yabus', '8b308574f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('300', '0', 'NuteCamm', 'f631970143049d6767a825f8873031ba', '0', '0', '0', '1191598969', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'usadver@bigmir.net', '4242342342', 'http://baboonn.com', 'NY', 'Casino Fioricet Tramadol Soma Movie DVD', '8311c7c936', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', '59e89aafb', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('301', '0', 'sexsimvolpenas', 'ff0ecc59471275d54012edc8a33f07a4', '0', '0', '0', '1191622709', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sex@mysspaccedorr.com', '', '', '', '', '', '', '', '', '', '', '2af74fa27', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('302', '0', 'Superchels', 'f631970143049d6767a825f8873031ba', '0', '0', '0', '1191632223', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'trafczzz@bigmir.net', '453453535', 'http://baboonn.com', 'NY', 'Casino Fioricet Tramadol Soma Movie DVD', '817ba97141', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', '0e6216402', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('303', '0', 'muscxaternizzok', 'ff672c500ee2fb44c0929feaf0d4b552', '0', '0', '0', '1191645944', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'sex@mysspaccedorrr.com', '', '', '', '', '', '', '', '', '', '', '65f0d66b8', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('304', '0', 'SuperXXCv', 'de30d76e6525eeeaebea21bf41b468db', '0', '0', '0', '1191678185', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'djfladskfasf@bigmir.net', '563736735', 'http://superxxxhot.com/', 'PORNO', 'Download Movie Porno DVD Video', '78285ae0b9', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'PORNO', 'PORNO', 'dfced7cea', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('305', '0', 'besttestpharm', 'e37e75651bdffaf083c54c45b6ddbaa5', '0', '0', '0', '1191680926', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'hlkasnmuisd@mail.ru', '7832182', '', 'US', '', '', '', '', '', 'pharmacy', 'pharmacy', '30ad8a487', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('306', '0', 'gazaboadvzzz', '244aade0d7d01d4257e33c4b1647dd00', '0', '0', '0', '1191700573', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tinto@penispillsenlargement.co.uk', '', '', '', '', '', '', '', '', '', '', '071e48029', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('307', '0', 'Mr Hands', 'a390c8b826df334368e6d090eed24961', '0', '0', '0', '1191709164', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'masterkraid@hotmail.com', '', '', '', '', '', '', '', '', '', '', '332ed397c', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('308', '0', 'PinterKwnt', 'cf60d48e2b17d25cd8df4469ff3be3af', '0', '0', '0', '1191712747', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'littlebigasd@bigmir.net', '345456346', 'http://c42.org', 'Porno', 'Best Porno Anal Teen Best Esclusive FIORICET Online Viagra Online Cialis Buy Tramadol Online', '16d561b0ca', 'Porno+Best', 'Porno Best', 'Porno Best', 'Porno', 'Porno', '4104fca88', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('309', '0', 'Verriuesti', '201d4e1465b1eadd146200326978153b', '0', '0', '0', '1191748067', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'q3@uncaf.cn', '', '', 'World', '', '', '', '', '', 'porn', 'sex', '97159dd72', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('310', '0', 'zoraelenagrib', 'a59f2ccb7a445c017e5704355e624ced', '0', '0', '0', '1191755384', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'admin@playstationcrack.com', '', '', '', '', '', '', '', '', '', '', 'dc2d0f330', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('311', '0', 'gorodeckiyant', 'd68c1ce311a7e41781502a26391c7af4', '0', '0', '0', '1191765492', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'info@playstationcrack.com', '', '', '', '', '', '', '', '', '', '', '08c5cb42d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('312', '0', 'NensiBlran', 'f631970143049d6767a825f8873031ba', '0', '0', '0', '1191787920', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'viklinson@bigmir.net', '215262456', 'http://baboonn.com', 'Pharmacy', 'Casino Fioricet Tramadol Soma Movie DVD', '44a17df240', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', 'd7faddc67', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('313', '0', 'Lolpetaxi', 'eb30efbdceedd07d5a8959f1f7b1b3b0', '0', '0', '0', '1191794262', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'q2@uncaf.cn', '', '', 'World', '', '', '', '', '', 'porn', 'sex', 'acf260eba', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('314', '0', 'barbazw', '584a43908f3d405f4c75d549402130ec', '0', '0', '0', '1191805822', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'barbazw@toughguy.net', '', 'http:///pil.home.sapo.pt/phentermine/cheap-phentermine.html', 'USA', '', '', '', '', '', 'golf', '', '595fb00b1', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('315', '0', 'BXXPromteen', 'e35d3cb8cbfa5e295d992c4697f05ab5', '0', '0', '0', '1191839865', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'vikhytqwer@bigmir.net', '2423424', 'http://superxxxhot.com/', 'PORNO', 'Download Movie Porno DVD Video', 'c4ce251ef1', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'PORNO', 'PORNO', '33aead729', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('316', '0', 'gardgox', 'e4dedf267c4db59879bb46cdad042da6', '0', '0', '0', '1191846874', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'gardgox@toughguy.net', '', '', 'USA', '', '', '', '', '', 'golf', '', 'b30a35b06', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('317', '0', 'Terriopid', 'cd4e92875063c27495ad8d504d5006d8', '0', '0', '0', '1191852950', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'q1@uncaf.cn', '', '', 'World', '', '', '', '', '', 'porn', 'sex', '06ab719bc', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('318', '0', 'DonSezarch', '7b7059ca187678f959b10cae5b38cd79', '0', '0', '0', '1191889149', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'opppbuuk@bigmir.net', '735423545', 'http://baboonn.com', 'Pharmacy', 'Casino Fioricet Tramadol Soma Movie DVD', '248a76026b', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', 'b121c425d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('319', '0', 'Asdviverz', '9c46a4f7150c8fda2c4228d427b14dc2', '0', '0', '0', '1191935960', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'asdviveer@bigmir.net', '23573453532', 'http://baboonn.com', 'Pharmacy', 'Casino Fioricet Tramadol Soma Movie DVD', '7a57c5028e', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', '652fb17f9', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('320', '0', 'gariklm', 'b081f37b6f76a1986ba011ade3f748e8', '0', '0', '0', '1191945652', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'gariklm@gamebox.net', '', '', 'USA', '', '', '', '', '', 'bank', '', '8dcf143c1', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('321', '0', 'BetWinnert', 'c2705a2e81e286171a39fc0ba0f0b262', '0', '0', '0', '1191960422', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'oowertiper@bigmir.net', '145632633', 'http://superxxxhot.com/', 'PORNO', 'Download Movie Porno DVD Video', '341ef76eb1', 'Buy+Fioricet+Online+Tramadol+Online+Soma+Download+Movie+DVD+Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'Buy Fioricet Online Tramadol Online Soma Download Movie DVD Video', 'PORNO', 'PORNO', '264d7e70f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('322', '0', 'NikolaDwaren', 'e086317120a94772a26094b4ce097469', '0', '0', '0', '1191969044', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'nikoladwaren77@mail.ru', '85799806', 'http://viagra.rxfeeling.com/', '', 'Live and learn... No matter what you earn... Money or knowledge... From streets or college...', '7b8b24461b', '', '', '', '', '', '932fad920', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('323', '0', 'likavuk', 'da1f479cde855a65125e37aed0dc8d40', '0', '0', '0', '1191980846', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'likavuk@bonbon.net', '', 'http://pil.home.sapo.pt/cialis/buy-cialis-generic-online.html', 'USA', '', '', '', '', '', 'golf', '', '58bd927f9', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('324', '0', 'BendFiDool', '979834838c8c7f4fb2b2d22d6e9cff30', '0', '0', '0', '1191985482', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'qwecoonn@bigmir.net', '1234235113', 'http://baboonn.com', 'Pharmacy', 'Casino Fioricet Tramadol Soma Movie DVD', '3f895a2985', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', '750c13522', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('325', '0', 'follmini', 'a1076edf4c27bf66dc2fd0a1a71b6252', '0', '0', '0', '1192024597', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'follmini@bonbon.net', '', 'http://pil.home.sapo.pt/phentermine/cheap-phentermine-cod.html', 'USA', '', '', '', '', '', 'golf', '', 'ef6ca5d97', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('326', '0', 'hokloknic', '69264bb5ed1e94ffc60a8fbcc1283408', '0', '0', '0', '1192035918', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'hokloknic@phreaker.net', '', 'http://drugtramadolsite.biz/archive/buy-tramadol.htm', 'USA', '', '', '', '', '', 'bank', '', 'f85e75d36', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('327', '0', 'Ba_rBo', '0438c8d83bb50e22619676b278c71e98', '0', '0', '0', '1192044204', '0', '0', '0.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'nline@zeos.net', '', '', '', '', '', '', '', '', '', '', 'dc492729d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('328', '0', 'saranyk', '0585f4c1b9648deb8f00162edb2456b6', '0', '0', '0', '1192069475', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'saranyk@bonbon.net', '', '', 'USA', '', '', '', '', '', 'golf', '', '56eaf5d6a', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('329', '0', 'XanBrittanx', 'f2328d03b6099dc22757be9b30ce36fd', '0', '0', '0', '1192083177', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'pitboon@bigmir.net', '4542534523', 'http://superxxxporno.com/', 'PORNO', 'Download Movie Porno DVD Video Porno', 'f9f8b7f899', 'Download+Movie+DVD+Video+Teen+Hardcore+BigTits+Anal+etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'PORNO', 'PORNO', '195532e27', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('330', '0', 'VikNikers', '3a4901f37d48cd3731537ea0146c783b', '0', '0', '0', '1192099937', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'metropoc@bigmir.net', '2342423422', 'http://wm42.com', 'Pharmacy', 'Casino Fioricet Tramadol Soma Movie DVD', '020ae464be', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', '6516fc060', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('331', '0', 'rolynik', '55e8c0ec84990b1fe7c48a66a4a4c807', '0', '0', '0', '1192110414', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'rolynik@toughguy.net', '', '', 'USA', '', '', '', '', '', 'bank', '', '5d934ffd3', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('332', '0', 'Bobybeens', '52ad9c89b5771d7fe90ac909b2479149', '0', '0', '0', '1192162765', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'bobybee@bigmir.net', '2342342342', 'http://superxxxporno.com/', 'PORNO', 'Download Movie Porno DVD Video Porno', '2c7be4da56', 'Download+Movie+DVD+Video+Teen+Hardcore+BigTits+Anal+etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'PORNO', 'PORNO', '65bad4dcb', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('333', '0', 'raytnc', '3d40a3455d1420129565394364dd943e', '0', '0', '0', '1192193493', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'raytnc@bonbon.net', '', '', 'USA', '', '', '', '', '', 'golf', '', 'bc29107e9', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('334', '0', 'tomsmuk', '2828bf3574d441e608ffa915f0b859f7', '0', '0', '0', '1192204702', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'tomsmuk@phreaker.net', '', '', 'USA', '', '', '', '', '', 'bank', '', '8af369ef6', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('335', '0', 'VisoHuck', 'dd50c40d891bccebf63618ee7a98f037', '0', '0', '0', '1192244678', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'qazeders@bigmir.net', '235343252', 'http://wm42.com', 'Pharmacy', 'Casino Fioricet Tramadol Soma Movie DVD', 'a3db569424', 'Movie+DVD+Video', 'Movie DVD Video', 'Movie DVD Video', 'Movie', 'Casino', '2f95f6838', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('336', '0', 'neLeader', '6d14cb563822cfd8250b6b34390d3f41', '0', '0', '0', '1192245907', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cooly666azzy@mail.ru', '', 'http://marakesh.info/free-porn-tv/', '', '', '', '', '', '', '', '', '1fbe3fd30', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('337', '0', 'MovPirates', '716fabd289110728b80e0a525ffb0664', '0', '0', '0', '1192262594', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'fgipardda@bigmir.net', '3242423423', 'http://superxxxporno.com/', 'PORNO', 'Download Movie Porno DVD Video Porno', '45aafe5619', 'Download+Movie+DVD+Video+Teen+Hardcore+BigTits+Anal+etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'PORNO', 'PORNO', '3d2b6df59', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('338', '0', 'donhmon', 'f1f6bb97a90acf5ab41a6769f089c408', '0', '0', '0', '1192289137', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'donhmon@toughguy.net', '', 'http://genericlipitors.info/archive/buy-lipitor.html', 'USA', '', '', '', '', '', 'bank', '', '74159970f', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('339', '0', 'TruberTeen', '1b7110d58b0ce97678566f4f855a31c7', '0', '0', '0', '1192354973', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'litrfioricet@bigmir.net', '2352653245', 'http://superxxxporn.com/', 'PORN', 'Download Movie Porno DVD Video Porno', '9b8673e872', 'Download+Movie+DVD+Video+Teen+Hardcore+BigTits+Anal+etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'PORNO', 'PORNO', '3c8d2014d', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('340', '0', 'CheapPorns', 'ad4c56721d4be08812cef98f624a24e0', '0', '0', '0', '1192365143', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'cheaptramadol@bigmir.net', '3242423423', 'http://superxxxporno.com/', 'PORN', 'Download Movie Porno DVD Video Porno', '4f30edf976', 'Download+Movie+DVD+Video+Teen+Hardcore+BigTits+Anal+etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'Download Movie DVD Video Teen Hardcore BigTits Anal etc', 'PORNO', 'PORNO', '6c9cc9c86', NULL); INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_session_time, user_session_page, user_lastvisit, user_regdate, user_level, user_posts, user_timezone, user_style, user_lang, user_dateformat, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_login_tries, user_last_login_try, user_emailtime, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_rank, user_avatar, user_avatar_type, user_email, user_icq, user_website, user_from, user_sig, user_sig_bbcode_uid, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES('341', '0', 'hulikam', 'c4678c0134374ec2b3742fad7cce21a1', '0', '0', '0', '1192375132', '0', '0', '-12.00', '2', 'english', 'D M d, Y g:i a', '0', '0', '0', '0', '0', NULL, '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '1', '0', '', '0', 'hulikam@toughguy.net', '', 'http://genericlipitors.info/archive/lipitor-grapefruit.html', 'USA', '', '', '', '', '', 'bank', '', '625120d9e', NULL); # # TABLE: phpbb_vote_desc # DROP TABLE IF EXISTS phpbb_vote_desc; CREATE TABLE phpbb_vote_desc( vote_id mediumint(8) unsigned NOT NULL auto_increment, topic_id mediumint(8) unsigned NOT NULL, vote_text text NOT NULL, vote_start int(11) NOT NULL, vote_length int(11) NOT NULL, PRIMARY KEY (vote_id), KEY topic_id (topic_id) ); # # TABLE: phpbb_vote_results # DROP TABLE IF EXISTS phpbb_vote_results; CREATE TABLE phpbb_vote_results( vote_id mediumint(8) unsigned NOT NULL, vote_option_id tinyint(4) unsigned NOT NULL, vote_option_text varchar(255) NOT NULL, vote_result int(11) NOT NULL, KEY vote_option_id (vote_option_id), KEY vote_id (vote_id) ); # # TABLE: phpbb_vote_voters # DROP TABLE IF EXISTS phpbb_vote_voters; CREATE TABLE phpbb_vote_voters( vote_id mediumint(8) unsigned NOT NULL, vote_user_id mediumint(8) NOT NULL, vote_user_ip char(8) NOT NULL, KEY vote_id (vote_id), KEY vote_user_id (vote_user_id), KEY vote_user_ip (vote_user_ip) ); # # TABLE: phpbb_words # DROP TABLE IF EXISTS phpbb_words; CREATE TABLE phpbb_words( word_id mediumint(8) unsigned NOT NULL auto_increment, word char(100) NOT NULL, replacement char(100) NOT NULL, PRIMARY KEY (word_id) ); # # TABLE: phpbb_confirm # DROP TABLE IF EXISTS phpbb_confirm; CREATE TABLE phpbb_confirm( confirm_id char(32) NOT NULL, session_id char(32) NOT NULL, code char(6) NOT NULL, PRIMARY KEY (session_id, confirm_id) ); # # TABLE: phpbb_sessions_keys # DROP TABLE IF EXISTS phpbb_sessions_keys; CREATE TABLE phpbb_sessions_keys( key_id varchar(32) NOT NULL, user_id mediumint(8) NOT NULL, last_ip varchar(8) NOT NULL, last_login int(11) NOT NULL, PRIMARY KEY (key_id, user_id), KEY last_login (last_login) ); # # Table Data for phpbb_sessions_keys # INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('7b9c85da2704c2412ed8cda395c0a8b0', '3', '4b1585db', '1191724315'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('feb2b88241820305af2d28e4f88dec36', '5', 'd8871ec6', '1185579457'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('6b6057357dc652c48beed4e577a9d0bd', '9', '46840758', '1186612640'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('2dc4bed4d01d5f9b34d160af87e466ca', '8', 'cdbc74d1', '1185581741'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('972fd023e3e5c079134c41a90793977b', '12', '47ff4d29', '1188162040'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('4e1fdd64d2fb4342357c90294e490f75', '41', '188b9f4c', '1187984887'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('2bea5d95160bb2dddac5e199f8c3fc54', '19', 'd2e9c6ea', '1185588842'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('8dd4db50714b965ab116e8a090eee379', '13', '180b7421', '1187283070'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('5e54585b1f69a2b7c102effc7babafbd', '20', '438e822f', '1189069131'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('ee38d3045246607d1a53d65d99191af3', '8', '98a36488', '1185853858'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('e48b896f001e2093eb27eae2162f975d', '33', '509414ba', '1185653570'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('eec5ccbe5569a66291904552f6f2fba0', '35', '56153573', '1189176447'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('6ff51d3348e26da108cb147b78e0b998', '37', 'cfc87444', '1185621733'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('930b3d3f753954ca2cde17d14d8597f5', '23', '446a53bb', '1185626617'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('b5b10a1a15817ae5c6103c84ca889495', '40', '44672c1b', '1186057393'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('7358bbda61af4c837e616891be717409', '21', '474f32f6', '1185747373'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('30898de44e481ef094551aab48a13803', '52', '47d959c7', '1186944856'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('4d83671399e7ff9b3405658b8507dee0', '40', '42c700a4', '1186153429'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('cb87b90a76e7b654c036f2deefdf9641', '40', '44672c1b', '1185939159'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('888a3ad4001446b6342c9d95c5b6c182', '8', 'cdbc7547', '1185883555'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('feab9da87ffea3a15a0c25d37a46c3fd', '22', '4753a81e', '1185905897'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('eb393aa1876871de33f1d4a1fcd0556f', '56', '18ad34b7', '1185905404'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('c6468313cc1e72664b28f601feea441d', '17', '485c6c77', '1186020277'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('975810edd1ca2228ff4f2255257c122d', '60', '576d10fa', '1188547729'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('c11b806f227093ecb21126601f92896f', '8', '400c750f', '1187133767'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('54af3d6340578cca0715f226be277bf7', '19', 'd2e9c6ea', '1186318872'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('bbb70d3e2dc7bcf4212f21a5b758d49b', '13', '180b7421', '1186729138'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('d70abe566d90179a12b89435fd5ddd47', '19', 'd24fb7b4', '1187176412'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('339dcf6ad6784de992a330dbe7c6543b', '20', '438e820e', '1192174660'); INSERT INTO phpbb_sessions_keys (key_id, user_id, last_ip, last_login) VALUES('61e3851dd0ec5c0cdbe75d90dd69484d', '41', '188b886b', '1189354093');