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

#
# Table Data for phpbb_auth_access
#

INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('2', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '77', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '51', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '35', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('4651', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '110', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('3292', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('4688', '65', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('631', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('631', '96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '44', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '73', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('19', '45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('31', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1742', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('1706', '101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '95', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '53', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '13', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('368', '47', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('631', '100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('631', '67', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('631', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_mod) VALUES('4542', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1');
#
# 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 char(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('2', '0', '58f633ce', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('4', '438', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('6', '0', '42e87d8a', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('9', '0', 'c254ac54', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('10', '489', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('11', '493', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('12', '0', 'c3af2508', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('13', '0', '58f7413c', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('14', '171', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('15', '536', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('21', '644', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('20', '569', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('18', '544', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('22', '769', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('23', '767', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('24', '763', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('25', '752', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('26', '757', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('27', '750', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('28', '742', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('29', '727', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('30', '725', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('31', '716', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('32', '715', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('33', '701', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('34', '709', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('35', '705', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('36', '699', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('37', '697', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('38', '684', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('39', '683', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('40', '676', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('41', '673', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('42', '672', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('45', '0', '475b1b19', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('44', '0', 'cb7947a9', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('46', '1119', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('47', '1128', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('48', '1127', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('49', '1126', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('50', '1125', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('51', '1124', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('52', '1123', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('53', '1121', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('54', '1114', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('55', '1120', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('56', '1109', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('57', '1102', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('58', '1096', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('59', '1094', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('60', '1093', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('61', '1091', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('62', '1090', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('63', '1092', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('64', '1087', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('65', '1084', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('66', '1085', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('67', '1082', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('68', '1077', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('69', '1070', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('70', '1069', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('71', '1072', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('72', '1068', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('73', '1067', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('74', '1066', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('75', '1065', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('76', '1399', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('77', '1611', '', NULL);
INSERT INTO phpbb_banlist (ban_id, ban_userid, ban_ip, ban_email) VALUES('83', '0', '55693d3d', 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', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>PAYLAŞIMA BAŞLARKEN</ma', '10');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('2', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>GENEL VE GÜNCEL KONULAR', '20');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('5', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>AŞK ve SEVGİ', '70');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('6', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>OYUN&ANKET ve MUHABBET', '30');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('3', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>KOMEDİ VE EĞLENCE BÖLÜM', '50');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('4', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>KORKU VE GARİPLİKLER', '60');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('7', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>TIKLA İZLE DİZİLER', '40');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('8', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>BİLGİSAYAR DÜNYASI', '90');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('9', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>SPOR DÜNYASI', '150');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('10', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>EĞİTİM ÖĞRETİM', '130');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('11', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>CEP DÜNYASI ', '110');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('12', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>BİLGİSAYAR OYUNLARI', '100');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('13', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>SİZİN İSTEKLERİNİZ', '160');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('14', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>SAĞLIK VE YAŞAMA DAİR', '80');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('15', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>DİNİ BİLGİLER', '120');
INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES('18', '<img src=http://www.tampaylasim.com/siteresimleri/rte-switch-editor.png>===>>AÇIKÖĞRETİM BÖLÜMÜ', '140');
#
# 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', 'TaMpAyLaSiM.CoM');
INSERT INTO phpbb_config (config_name, config_value) VALUES('site_desc', 'www.tampaylasim.com');
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', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_html_tags', 'b,i,u,pre,object,param,embed,youtube,/youtube,hide');
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', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_theme_create', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_local', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_remote', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_avatar_upload', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('enable_confirm', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_autologin', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('max_autologin_time', '5');
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', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES('topics_per_page', '500');
INSERT INTO phpbb_config (config_name, config_value) VALUES('hot_threshold', '50');
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', '1000');
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', 'TÜRKİYENİN EN BÜYÜK PAYLAŞIM PLATFORMU
www.tampaylasim.com');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_email', 'admin@tampaylasim.com');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_delivery', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_host', 'mail.tampaylasim.com');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_username', 'admin@tampaylasim.com');
INSERT INTO phpbb_config (config_name, config_value) VALUES('smtp_password', 'fatih1888');
INSERT INTO phpbb_config (config_name, config_value) VALUES('sendmail_fix', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('require_activation', '0');
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', '15');
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', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_filesize', '10000000');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_max_width', '250');
INSERT INTO phpbb_config (config_name, config_value) VALUES('avatar_max_height', '300');
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', '1');
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', '2');
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', '164');
INSERT INTO phpbb_config (config_name, config_value) VALUES('record_online_date', '1183001360');
INSERT INTO phpbb_config (config_name, config_value) VALUES('server_name', 'www.tampaylasim.com');
INSERT INTO phpbb_config (config_name, config_value) VALUES('server_port', '80');
INSERT INTO phpbb_config (config_name, config_value) VALUES('script_path', '/');
INSERT INTO phpbb_config (config_name, config_value) VALUES('version', '.0.22');
INSERT INTO phpbb_config (config_name, config_value) VALUES('rand_seed', '78b54cf3c79c3bbe4328a5c3ab89cd82');
INSERT INTO phpbb_config (config_name, config_value) VALUES('board_startdate', '1170808092');
INSERT INTO phpbb_config (config_name, config_value) VALUES('default_lang', 'turkish');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_disable', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('lastx_char_number', '10');
INSERT INTO phpbb_config (config_name, config_value) VALUES('allow_quickreply', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('necessary_post_number', '250');
INSERT INTO phpbb_config (config_name, config_value) VALUES('sonsayi', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_post_message', 'You earned %s for that post');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_reply', '10');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_topic', '20');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_page', '15');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_post', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_browse', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_donate', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_name', 'BF');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_user_group_auth_ids', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES('points_system_version', '2.1.1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('anonymous_show_sqr', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('anonymous_sqr_mode', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('anonymous_open_sqr', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_display_after_posts', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('mods_priority', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('aprvmArchive', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('aprvmVersion', '1.6.0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('aprvmView', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('aprvmRows', '25');
INSERT INTO phpbb_config (config_name, config_value) VALUES('aprvmIP', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_disable_spam_num', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_disable_spam_time', '200');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_disable_spam_message', 'Bu Mesajdan 1 Teşekkür Kazandınız');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_installed', 'yes');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_version', '2.2.3');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_adminnavbar', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('cash_adminbig', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('lastx_post_number', '5');
INSERT INTO phpbb_config (config_name, config_value) VALUES('lastx_target', '_self');
INSERT INTO phpbb_config (config_name, config_value) VALUES('lastxposts_on', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES('lastx_members_on', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('default_avatar_guests_url', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES('default_avatar_users_url', 'images/avatars/default_avatar.gif');
INSERT INTO phpbb_config (config_name, config_value) VALUES('default_avatar_set', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES('visit_counter', '4');
#
# 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 Data for phpbb_disallow
#

INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('1', '(Sure siniri bitti ve kil');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('2', 'amsiken');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('3', 'mastervinow');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('4', 'sebastiansekz');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('5', 'amsiken2');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('12', 'mihailgaluza');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('7', '66.232.125.138');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('8', 'Ipatiplakat');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('9', 'Ipatiplakat');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('10', 'Pharmacistivs');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('11', 'vinorin');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('13', 'frunoger');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('14', 'gokhan4493');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('15', '88.247.65.60');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('16', 'gokhan4493');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('17', 'annyberrg');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('18', 'corollaxpymep');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('19', 'xazvertrow');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('20', 'kenmarshall');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('21', 'foxuiret');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('22', 'tramadolla');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('23', 'lonagociown');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('24', '85.105.61.61');
INSERT INTO phpbb_disallow (disallow_id, disallow_username) VALUES('25', 'black_hacker');
#
# 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,
	points_disabled 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,
	forum_bedankomat tinyint(1) DEFAULT '1' NOT NULL,
	auth_lastxposts tinyint(2) NOT NULL,
	attached_forum_id mediumint(8) DEFAULT '-1' 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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('1', '1', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Güncel Duyuru İlan Ve Bilgilendirmeler', 'HER TÜRLÜ GÜNCEL DUYURU VE BİLGİLENDİRMELER ...', '0', '40', '331', '35', '83329', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '3', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('2', '1', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Sitemizden Haberler', 'SİTEMİZDEN GÜNCEL HABERLER ...', '0', '50', '352', '25', '83437', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('3', '2', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Güncel Haber Konuları', 'HER TÜRLÜ GÜNCEL HABERLER ...', '0', '10', '1340', '486', '83344', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('4', '2', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Teknoloji Haberleri', 'TEKNOLOJİ HABERLERİ ...', '0', '30', '1101', '339', '83002', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('5', '5', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Güzel Sözler', 'HERGÜN GÜZEL BİR SÖZ OKUYUN ...', '0', '40', '824', '203', '82914', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('6', '3', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Fıkralar', 'SÜPER FIKRALAR GÜLMEKTEN ARTIK BİLMEM NE YAPARSINIZ ...', '0', '10', '2071', '316', '83460', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('7', '3', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Komik Resimler', 'GÜLMEYE DEVAM ETMEK İSTİORSANIZ BURAYA ...', '0', '20', '2303', '356', '83469', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('8', '3', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Karikatürler', 'KAHKAHANIN DORUKLARINA ULAŞACAKSINIZ ...', '0', '30', '767', '169', '83443', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('9', '3', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Komik Videolar', 'GÜLMEYE DOYAMAYACAĞINIZ VİDEOLAR BURADA ...', '0', '40', '401', '77', '83449', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('10', '4', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Korkunç Resimler', 'GÖZLERİNİZE İNANAMAYACAĞINIZ KORKUNÇ RESİMLER ...', '0', '10', '1060', '53', '83358', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('11', '4', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Korkunç Yazılar', 'KORKUNÇ VE GARİP YAZILAR ...', '0', '20', '93', '17', '83065', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('12', '4', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Korkunç Videolar', 'BU VİDEOLARI İZLEMEK CESARET İŞİ ...', '0', '30', '246', '42', '81584', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('13', '5', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Aşk Resimleri', 'SİZİ FARKLI DİYARLARA,İNSANLARA GÖTÜRECEK MUHTEŞEM KARELER ...', '0', '10', '243', '30', '82797', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('14', '5', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Aşk Şiirleri', 'ETKİLEYİCİ ŞİİRLER ...', '0', '20', '282', '73', '83414', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('15', '5', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Aşk Yazıları', 'AŞK YAZILARI MUTLAKA OKUMALISINIZ ...', '0', '30', '181', '45', '82574', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('16', '6', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Oyun & Sohbet ve Muhabbet', 'OYUN SOHBET VE MUHABBETE NE DERSİNİZ ???', '0', '10', '28159', '279', '83457', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('95', '6', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Fan Club', 'SEVDİĞİNİZ ÜNLÜLERİN FAN KULÜPLERİ ...', '0', '30', '72', '4', '83405', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('28', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Tıkla İzle Filmler', 'TIKLA VE İZLE ...', '0', '10', '42', '5', '82604', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('105', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Kurtlar Vadisi Pusu (Tıkla ve İzle)', 'KURTLAR VADİSİ PUSU BÖLÜMLERİ...', '0', '40', '13', '4', '75229', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('106', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Kavak Yelleri (Tıkla ve İzle)', 'KAVAK YELLERİ DİZİSİNİN BÖLÜMLERİ...', '0', '50', '49', '21', '82918', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('109', '8', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>İşletim Sistemleri', 'İşletim Sistemleri Hakkında Herşey...', '0', '70', '18', '7', '83236', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('107', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Bölüm İstek Görüş ve Şikayetler', 'BÖLÜMLE İLGİLİ İSTEK GÖRÜŞ VE ŞAKYETLERİNİZ...', '0', '70', '10', '4', '79833', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('108', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Eşref Saati (Tıkla ve İzle)', 'eşref saatinin bölümleri burada hadi sende tıkla ve izle', '0', '60', '5', '2', '83063', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('110', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Sinama', 'SİNAMA BOLUMUMUZ SINAMA FLIMLERİ HAKKINDA HERSEY...', '0', '70', '18', '2', '82677', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('30', '8', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Tüm Programlar', 'BEDAVA PROGRAM DEPOSU İNDİRİN ...', '0', '10', '1159', '276', '83465', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('31', '8', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Msn Messenger', 'MSN MESSENGER İLE İLGİLİ HERŞEY ...', '0', '30', '728', '75', '83037', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('33', '8', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Teknik Servis Bölümü', 'SİZE HER TÜRLÜ KONUDA YARDIM EDİYORUZ ...', '0', '60', '1256', '244', '83270', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('34', '8', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Web Tasarım', 'WEBMASTERLAR İÇİN ...', '0', '50', '229', '24', '83464', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('50', '15', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>İslam ve Kuran İle İlgili', 'İSLAM VE KURAN İLE İLGİLİ DİNİ BİLGİLER ...', '0', '10', '190', '59', '82248', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('35', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Spor Haberleri', '<table>
	<tr>
		<td>
		<iframe src=\"http://www.sporstudyo.com/sondakika/index3.php\" height=\"27\" width=\"468\" frameborder=\"0\" scrolling=\"No\"></iframe>
		</td>
	</tr>
</table>
', '0', '10', '432', '226', '83078', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('36', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Spor Videoları', 'TÜM SPOR VİDEOLARI...', '0', '20', '113', '52', '83330', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('37', '10', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Eğitim ve Öğretim', 'EĞİTİM VE ÖĞRETİM İLE İLGİLİ DÖKÜMANLAR ', '0', '10', '57', '20', '83057', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('38', '10', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Türk Tarihi', 'TÜRK TARİHİ İLE İLGİLİ TÜM PAYLAŞIMLAR', '0', '20', '158', '23', '74364', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('39', '10', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Mustafa Kemal Atatürk', 'MUSTAFA KEMAL ATATÜRK İLE İLGİLİ HERŞEY ..', '0', '30', '78', '11', '82876', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('41', '11', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Cep Telefonu Program ve Dökümanları', 'TÜM CEP TELEFONU PROGRAM VE DÖKÜMANLARI ', '0', '20', '62', '17', '80895', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('42', '12', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Oyun Download', 'MUHTEŞEM PC OYUNLARI İNDİRİN ...', '0', '10', '275', '50', '83072', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('102', '1', 'CANLI CHAT ODAMIZ ...', 'kaldırıldı....', '1', '20', '20', '1', '82040', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('44', '13', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Site İle İlgili İstekleriniz', 'SİTE İLE İSTEKLERİNİZİ BURADA YAZINIZ...', '0', '10', '104', '19', '83386', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('45', '13', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Site Yönetiminden İstekleriniz', 'SİTE YÖNETİCELERİNDEN İSTEKLERİNİZ BURADA BELİRTİNİZ...', '0', '20', '106', '12', '81949', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('46', '13', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>İletişim Adreslerimiz', 'İLETİŞİM ADRESLERİMİZE BURADAN ULAŞABİLİRSİNİZ...', '0', '30', '70', '16', '81840', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('47', '14', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Faydalı Bilgiler', 'SAĞLIK VE YAŞAMA DAİR FAYDALI BİLGİLER ...', '0', '10', '410', '133', '83244', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('48', '14', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Kadınlar İçin', 'KADINLAR İÇİN FAYDALI BİLGİLER ...', '0', '20', '203', '65', '82840', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('49', '14', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Çocuk Yaşamı ve Sağlığı', 'ÇOCUK SAĞLIĞI VE YAŞAMI ADINA HERŞEY ...', '0', '30', '9', '4', '77160', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('51', '1', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Tanışma & Kaynaşma', 'ÖNCELİKLE SİZLERİ TANIYALIM ARKADAŞLAR...', '0', '30', '1083', '72', '83293', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('53', '4', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Garip Olaylar', 'KORKUNÇ VE GARİP OLAYLARDAN DERLEMELER ...', '0', '40', '491', '69', '82921', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('54', '3', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Komik Olan Herşey', 'BUNLARDA KARIŞIK KOMİKLİKLER ...', '0', '50', '1036', '250', '83279', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('56', '1', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Sitenin Resimli Olarak Kullanımı', 'FORUMUMUZU KULLANMAYI BİLMEYENLER BUYURUN ...', '0', '60', '67', '7', '82678', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('57', '2', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Fotoğraf Galerisi', 'MUHTEŞEM BİR GALERİ İŞTE SİZDE GÖRÜN ...', '0', '60', '1677', '260', '82899', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('73', '13', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Çöp Kutusu', 'GEREKSİZ KONULAR ...', '0', '50', '305', '26', '82761', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('63', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>1.Sınıf  Ara Sınav ve Bütünleme Soru ve Cevapları', '1.SINIF DERSLERİ İLE İLGİLİ TÜM DÖKÜMANLRI BULABİLİRSİNİZ', '0', '20', '67', '24', '57219', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('64', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>2.Sınıf  Ara Sınav ve Bütünleme Soru ve Cevapları', '2.SINIF DERLERİ İLE İLGİLİ TÜM DÖKÜMANLARI BURADA BULABİLİRSİNİZ ', '0', '30', '81', '31', '82750', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('65', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Galatasaray', 'GALATASARY HAKKINDA HERŞEY...', '0', '30', '1071', '159', '83232', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('66', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Fenerbahçe', 'FENERBAHÇE HAKKINDA HERŞEY...', '0', '40', '291', '52', '83315', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('67', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Beşiktaş', ' BEŞİKTAŞ HAKKINDA HERŞEY...', '0', '50', '83', '38', '82765', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('68', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Trabzonspor', 'TRABZONSPOR HAKKINDA HERŞEY...', '0', '60', '23', '13', '82764', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('69', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Diğer Takımlar', 'TÜM SÜPER LİG TAKIMLARI HAKKINDA HERŞEY ', '0', '70', '7', '5', '64208', NULL, '0', '0', '0', '1', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('70', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>3.Sınıf  Ara Sınav ve Bütünleme Soru ve Cevapları', 'SINIF DERSLERİ İLE TÜM DÖKÜMANLARI BULABİLİRSİNİZ', '0', '40', '111', '52', '83400', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('71', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>4.Sınıf Ara Sınav ve Bütünleme Soru ve Cevapları', '4.SINIF İLE İLGİLİ TÜM DÖKÜMANLARI BULABİLİRSİNİZ ', '0', '50', '1', '1', '17481', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('72', '9', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>İddaa Köşesi ', 'İDDA ADINA ARADIĞINIZ HERŞEY...', '0', '80', '30', '10', '83070', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('75', '6', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Doğum Günleri ve Kutlamalar', 'DOĞUM GÜNLERİ VE KUTLAMA MESAJLARINIZI BURADAN YAYINLAYIN ...', '0', '40', '144', '16', '83062', NULL, '1', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('76', '14', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Erkekler İçin', 'ERKEK SAĞLIĞI İLE İLGİLİ TÜM BİLGİLER ...', '0', '40', '61', '5', '80994', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('77', '6', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Canlı Tv İzleyiniz', '<iframe name=\"player\" height=\"250\" width=\"600\" src=\"http://www.canlitv.com/webmaster/player.php?style=1\" border=\"0\" frameborder=\"0\" scroll=\"0\"></iframe>', '0', '50', '13', '3', '82666', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('78', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Açık öğretim Duyuru Panosu', 'AÇIK ÖĞRETİMLE İLGİ TÜM DUYURULAR BURAYA ', '0', '10', '17', '3', '54229', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('79', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>1.Sınıf ile İlgili Ders Notları', '1.SINIF DERS NOTLARI BURAYA ', '0', '60', '2', '1', '31194', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('80', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>2.Sınıf İle İlgili Ders Notları', '2.sınıf ile ilgli tüm ders notları buraya 2.SINIF İLE İLGİLİ DERS NOTLARI BURAYA', '0', '70', '13', '6', '78314', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('81', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>3.Sınıf ile İlgili Ders Notları', ' 3.SINIF İLE İLGİLİ DERS NOTLARI BURAYA', '0', '80', '49', '14', '82878', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('82', '18', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>4.Sınıf ile İlgili Ders Notları', ' 4.SINIF İLE İLGİLİ DERS NOTLARI BURAYA ', '0', '90', '21', '8', '65180', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('90', '6', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Çöp Çatan Bölümü', 'SEVİYELİ AŞK VE SEVGİ BULMA KÖŞESİ', '0', '60', '220', '5', '82357', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '1', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('96', '6', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Forum Yarışmaları', 'FORUM ARASI YARIŞMALARA SİZDE KATILIN...!', '0', '70', '165', '6', '83251', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('93', '2', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Son Dakika Haberleri', '<TABLE>
<TBODY>
<TR>
<TD><IFRAME src=\"http://sondakika.internethaber.com/index_2.php\" frameBorder=0 width=468 scrolling=no height=60></IFRAME></TD></TR></TBODY></TABLE>', '0', '20', '42', '2', '81816', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('94', '8', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>En Çok İndirilenler', '<!-- innDir.com HitList Kodu -->
<iframe name=hitlist src=\'http://www.inndir.com/hitlist.php?list=1&bgcolor=EEEEFF&border=C0D8F8&fface=verdana&fcolor=3399CC&fweight=bold&fntsize=9pt&psayi=10&okcolor=FF9900\' width=\'200px\' height=\'200px\' border=\'0\' frameborder=\'0\'></iframe>
<!-- innDir.com -->', '0', '20', '4', '1', '73145', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('101', '1', '<a href=\"javascript:NewWindow=window.open(\'http://muzik.turksitesi.com/index.html\',\'newWin\',\'width=468,height=600,left=0,top=0,toolbar=No,location=No,', '<a href=\"javascript:NewWindow=window.open(\'http://muzik.turksitesi.com/index.html\',\'newWin\',\'width=468,height=600,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No\');  NewWindow.focus();void(0);\">CANLI RADYO İÇİN BURAYA TIKLA</a>
', '0', '10', '0', '0', '0', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('100', '2', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Kültür Mantarı', 'ARTIK HERGÜN ÇOK İLGİNÇ KÜLTÜRE DAYALI BİLGİLERİ SİZLERLE PAYLAŞIYORUZ ...', '0', '50', '612', '156', '83241', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('103', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Pusat (Tıkla ve İzle)', 'PUSAT DİZİSİNİN BÖLÜMLERİNİ İZLEYİN...', '0', '20', '28', '4', '79787', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
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, points_disabled, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, forum_bedankomat, auth_lastxposts, attached_forum_id) VALUES('104', '7', '<img src=http://www.tampaylasim.com/siteresimleri/komikbolumu.gif>>>>Kuzey Rüzgarı (Tıkla ve İzle)', 'KUZEY RÜZGARI DİZİSİNİN BÖLÜMLERİ ...', '0', '30', '15', '6', '65864', NULL, '0', '0', '0', '0', '1', '1', '1', '1', '3', '3', '1', '1', '0', '1', '0', '-1');
#
# 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 Data for phpbb_forum_prune
#

INSERT INTO phpbb_forum_prune (prune_id, forum_id, prune_days, prune_freq) VALUES('1', '75', '7', '1');
INSERT INTO phpbb_forum_prune (prune_id, forum_id, prune_days, prune_freq) VALUES('2', '77', '7', '1');
#
# 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('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('316', '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 U